/* STRUCTURE GENERALE */

body{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:0.8em;
	background:url(images/fond_body.jpg) repeat-x white;
	text-align:center;
	color:#6e7174;
}

div#global{
	width:866px;
	margin:0 auto 0 auto;
}

div#gauche{
	float:left;
	width:182px;
	margin:0;
	padding:0;
}

div#logo{
	width:100%;
	background:url(images/logo.jpg) no-repeat;
	height:163px;
}

div#menu{
	width:100%;
}

div#menu ul{
	width:100%;
	margin:0;
	padding:0;
}

div#menu ul li{
	float:left;
	width:145px;
	height:20px;
	min-height:20px;
	border-top:1px solid white;
	text-align:left;
	text-transform:uppercase;
	color:#e98640;
	font-weight:bold;
	font-size:1.1em;
	padding:12px 0 8px 37px;
	list-style:none;
	background:url(images/puce_menu.png) no-repeat 27px 15px;
}

html>body div#menu ul li{
	height:auto;
	width:100%;
}

div#menu ul li a{
	color:#54585b;
	font-weight:bold;
	text-decoration:none;
}

div#menu ul li a:hover{
	color:#e98640;
}

div#menu ul li ul{
	margin-top:5px;
	border-bottom:none;
}

div#menu ul li ul li{
	width:131px;
	height:10px;
	text-transform:none;
	font-size:0.9em;
	border-top:none;
	padding:0 0 0 14px;
	margin:0;
	background:none;
}

html>body div#menu ul li ul li{
	width:100%;
}

div#menu ul li ul li a{
	padding-left:0;
}

div#droite{
	float:left;
	width:684px;
	margin:0;
	padding:0;
}

div#droite_haut{
	width:100%;
	height:11px;
	margin:0;
	padding:0;
	background:url(images/droite_haut.jpg) no-repeat;
}

div#droite_milieu_fond{
	width:100%;
	margin:-5px 0 0 0;
	padding:0;
	background:url(images/droite_milieu_fond.jpg) repeat-y;
}

html>body div#droite_milieu_fond{
	margin:0;
}

div#droite_milieu{
	width:100%;
	background:url(images/droite_milieu.jpg) no-repeat;
	height:500px;
	min-height:500px;
	margin:-5px 0 0 0;
}

html>body div#droite_milieu{
	height:auto;
	margin:0;
}

div#banniere{
	width:662px;
	height:244px;
	margin:0 auto 0 auto;
	background:url(images/banniere.jpg) no-repeat;
}

div#contenu{
	float:left;
	width:475px;
	height:200px;
	min-height:200px;
}

html>body div#contenu{
	height:auto;
}

div#droite_bas{
	width:100%;
	height:11px;
	background:url(images/droite_bas.jpg) no-repeat;
	clear:both;
}

html>body div#droite_bas{
	
}

/* COLONNE PRATIQUE */

div#pratique{
	float:right;
	width:180px;
	height:334px;
	background:url(images/fond_pratique_2.jpg) no-repeat;
	margin-right:6px;
}

html>body div#pratique{
	margin-right:11px;
}

div#titre_pratique{
	float:left;
	text-transform:uppercase;
	color:#005d9c;
	font-weight:bold;
	font-size:1.4em;
	margin:95px 0 0 6px;
}

html>body div#titre_pratique{
	margin:94px 0 0 10px;
}

div#pb{
	float:left;
	width:100%;
	margin-top:20px;
}

h1.titre_p{
	font-size:0.9em;
	color:#e98640;
	font-style:italic;
	text-align:left;
	margin:0 0 5px 10px;
}

h2.titre_p{
	font-size:1.3em;
	color:#e98640;
	font-weight:bold;
	text-align:left;
	margin:50px 0 0 23px;
	border-bottom:0;
}

div#tel{
	float:right;
	width:180px;
	height:50px;
	margin-top:-2px;
	margin-bottom:-40px;
}

/* PIED DE PAGE */

div#footer{
	width:662px;
	height:103px;
	background:url(images/fond_footer.jpg) no-repeat;
	float:left;
	margin:0 0 0 6px;
	clear:both;
}

html>body div#footer{
	margin:0 0 0 11px;
}

div#footer p{
	text-align:left;
	margin:85px 0 0 80px;
	color:#6e7174;
	font-size:0.8em;
}

/* MISE EN PAGE DU CONTENU */

h1{
	color:#e98640;
	font-size:1.8em;
	font-weight:bold;
	text-align:left;
	margin:10px 20px 10px 30px;
}

h2{
	color:#e98640;
	font-size:1.4em;
	font-weight:normal;
	text-align:left;
	margin:5px 20px 5px 30px;
}

h3{
	width:89%;
	color:#005d9c;
	border-bottom:1px dashed #005d9c;
	text-align:left;
	margin:15px 0 5px 10px;
	font-size:1.2em;
	clear:both;
}

html>body h3{
	width:auto;
	margin:15px 10px 5px 30px;
}

h4{
	color:#e98640;
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
	margin:5px 10px 5px 30px;
}

h5{
	width:90%;
	color:#e98640;
	font-size:0.7em;
	font-weight:normal;
	font-style:italic;
	margin:20px 0 0 10px;
	text-align:left;
}

p{
	text-align:justify;
	font-size:0.9em;
	margin:5px 10px 5px 30px;
}

/*html>body p{
	margin:5px 10px 5px 30px;
}*/

a{
	color:#6e7174;
}

a:hover{
	color:#e98640;
}

a img{
	border:0;
}

ul{
	text-align:left;
	list-style:none;
	margin:5px 0 5px 30px;
	padding:0;
}

ul li{
	padding-left:15px;
	background:url(images/puce_orange.jpg) no-repeat top left;
}

img{
	margin: 0 10px 10px 10px;
}

html>body img{
	margin: 0 15px 15px 15px;
}

img.gauche{
	float:left;
	margin: 0 10px 10px 0;
}

html>body img.gauche{
	margin: 0 15px 15px 0;
}

img.droite{
	float:right;
	margin: 0 0 10px 10px;
}

html>body img.droite{
	margin: 0 0 15px 15px;
}

img#maison_accueil{
	margin-left:30px;
}

.bot{
	clear:both;
}

div.bloc{
	float:left;
	width:230px;
	margin:2px;
}

div.bloc p{
	text-align:left;
}

div.separateur{
	width:2px;
	height:200px;
	background:#E7E7E7;
	float:left;
	margin-left:0;
	overflow:hidden;
}

html>body div.separateur{
	margin-left:5px;
}

div.encart{
	width:432px;
	background:#005d9c;
	margin-left:30px;
	margin-top:10px;
	padding:0;
	overflow:hidden;
}

div.encart_haut{
	background:url(images/encart_haut.jpg) no-repeat;
	width:100%;
	height:15px;
}

div.encart_bas{
	background:url(images/encart_bas.jpg) no-repeat;
	width:100%;
	height:15px;
	margin-bottom:-1px;
}

html>body div.encart_bas{
	margin-bottom:0;
}

div.encart h3{
	width:410px;
	color:white;
	border-bottom:1px dashed white;
	margin:0 10px 0 10px;
}

html>body div.encart h3{
	width:auto;
}

div.encart p{
	color:white;
	margin:5px 10px 0 10px;
}

div#references{
	margin:10px 0 0 26px;
}

div.reference{
	float:left;
	width:100px;
	height:140px;
	margin:4px;
}

div.reference img{
	border:1px solid #005d9c;
	margin:0 0 5px 0;
}

div.reference span{
	font-size:0.8em;
	width:100%;
	text-align:center;
}

div#map{
	float:left;
	width: 400px;
	height: 400px;
	margin:5px 0 0 20px;
	border:1px solid #376ba7;
}

html>body div#map{
	margin:5px 0 0 30px;
}

div.flot{
	float:left;
}

input, textarea{
	border:1px solid #376ba7;
}

input:focus, select:focus, textarea:focus {
	background:#d7e1ed;
}

.error{
	color:#e98640;
}

.required{
	border:1px solid #e98640;
}

div#postit{
	width:200px;
	height:164px;
	float:right;
	margin:-20px 0 0 15px;
	padding:20px 0 0 0;
	background:url(images/postit_2.jpg) no-repeat;
}

div#postit h1{
	font-size:1em;
	color:black;
}

div#postit p{
	font-size:0.8em;
	color:black;
}

div#postit a{
	color:black;
}

div#postit a:hover{
	color:white;
}

.hidden{
	position:absolute;
	top:-1000px;
}
