/* MAIN */

body {
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
	color: #000;
	background: #DDEF9D url(../img/bg_main.jpg) top left repeat-x;
	font: 11px/17px verdana, helve, sans-serif;
	text-align: center;
	min-width: 940px;
	}

td, p, ol, ul {
	font: 11px/17px verdana, helve, sans-serif;
	}

a  {
	font: verdana, helve, sans-serif;
	color: #E50000;
	text-decoration: underline;
	}
	
	
a:hover  {
	color: #29A257;
	text-decoration: none;	
	}

form {
	padding: 0;
	margin: 0;
	}


img	{
	border: 0;
	}

div#topindex {
	width: 940px;
	height: 191px;
	background: url(../img/bg_top_index.jpg) top right no-repeat;
	padding: 29px 0 0 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

div#topinternal {
	width: 940px;
	height: 191px;
	background: url(../img/bg_top_internal.jpg) top right no-repeat;
	padding: 29px 0 0 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

h1#logo {
	width: 702px;
	height: 131px;
	padding: 0;
	margin: 0;
	background: #fff url(../img/bg_logo.jpg) top left no-repeat;
	}


/* CONTENT */

div#content {
	width: 920px;	width: "940px";
	background: #fff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	}

td#left {
	width: 201px; width: "216px";
	padding: 0 15px 0 0;
	}

td#right {
	width: 201px; width: "216px";
	padding: 0 0 0 15px;
	}

div#index {
	width: 482px; width: "497px";
	padding: 0 0 15px 15px;
	float: right;
	background: url(../img/bg_visual.jpg) top left no-repeat;
	}

td#index p {
	margin: 0 0 20px 0;
}

h2 {
	height: 37px;
	background: url(../img/bg_h2.jpg) top left no-repeat;
	padding: 0 0 0 18px;
	margin: 0 0 20px 0;
	}

h3 {
	color: #29A257;
	font: 17px verdana, helve, sans-serif;
	}

h4 {
	margin-top: 25px;
	color: #000;
	font: bold 13px verdana, helve, sans-serif;
	}


/* contact */

div.contact {
	width: 216px; width: "216px";
	height: 122px; 	height: "122px"; 
	background: #fff url(../img/bg_contact.gif) top left no-repeat;
	margin-bottom: 15px;
	padding: 20px 0 0 0;
	float: right;
	}

div#index div.contact {
	float: right;
	}

td#right div.contact {
	float: none;
	}

div.contact ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

li#conseil {
	background: #E9EF9D url(../img/bg_conseil1.gif) center left no-repeat;
	height: 19px;
	margin: 0 10px 0 8px;
	padding-left: 32px;
	}

li#conseil a {
	height: 19px;
	color: #E50000;
	font: bold 11px verdana, helve, sans-serif;
	background: url(../img/bg_conseil2.gif) center right no-repeat;
	display: block;
	}
	
li#nom {
	margin: 3px 10px 0 8px;
	padding-left: 32px;
	font-weight: bold;
	font-size: 1.3em;
	color: white;
	}

li#email a {
	color: #E9EF9D;
	font: bold 10px verdana, helve, sans-serif;
	background: url(../img/bg_email.gif) center left no-repeat;
	padding-left: 20px;
	margin-left: 20px;
	display: block;
	}
	
li#phone {
	width: 150px;
	height: 14px;
	background: url(../img/bg_phone.gif) center left no-repeat;
	margin: 5px 0 7px 20px !important;
	display: block !important;
	}

li#phone span {
	visibility: hidden;
	}

li#fax {
	width: 150px;
	height: 14px;
	background: url(../img/fax.jpg) center left no-repeat;
	margin: 5px 0 7px 20px !important;
	display: block !important;
	}

li#fax span {
	visibility: hidden;
	}

/* map */

div#map {
	width: 216px;	width: "216px";
	height: 257px;
	padding: 14px 0 0 0;
	background: #fff url(../img/bg_map.gif) top left no-repeat;
	text-align: center;
	}

div#map p {
	padding: 0;
	margin: 0;
	}

div#map ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	text-align: left;
	}

div#map li {
	margin: 0 0 0 50px !important;
	color: #29A257;
	font: 10px/15px verdana, helve, sans-serif;
	}



/* plan  */

ul.menu li.sm {	
	margin: 10px 0 0 0;
	}

td#text ul.menu ul {
	margin: 0 0 10px 0;
	list-style-type: none;	
	}
	

/* form  */

table#form th {
	text-align: left;
	padding: 2px 0 2px 0;
	}

table#form td {
	text-align: right;
	vertical-align: top;
	padding: 4px 10px 0 0;
	}
	
span.obligatoire  {
	color: #E50000;
	}
	
table#form input, table#form textarea {
	font: 12px verdana, helve, sans-serif;
	border: #fff 1px solid;
	background: #F4F7CE;
	padding: 2px;
	}

input#submit {
	color: #E50000;
	width: 90px;
	background: #fff !important;
	font: bold 11px verdana, helve, sans-serif !important;
	border: #E50000 1px solid !important;
	}