/* CSS Document */

body,p{
	font-family:Tahoma;
	font-size:11px;
	text-align:justify;
	color: #555;
}

img {  border:none; }

#conteneur{
	margin:0 auto;
	width:880px;
}

#logo { float:left; }

#headerLinks { float:left; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; margin:50px 0 0 40px; letter-spacing:-0.3pt; }
		#headerLinks li { list-style:none; float:left; margin:0 10px; }
		#headerLinks li a { display:block; text-transform:uppercase; color:#b8bfd0; text-decoration:none; border-bottom:solid 2px #6c80ab; font-size:85%; }
		#headerLinks li a:hover,
		#headerLinks li a.selected { display:block; text-transform:uppercase; color:#3C507C; border-bottom-color:#3c507c; }

#content{
	float:left;
}


#gauche{
	float:left;
	margin-top:23em;
	width:234px;
}

#droite{
	float:left;
	width:630px;
}

#footer{
	clear:both;
	width:100%;
	padding:1em 0;
}

	#footer div.bloc,#footer div.bloc2{
		float:left;
		width:250px;
		padding-right:1em;		
	}
	
	#footer div.bloc2{
		width:150px;
	}

hr{
	border:none;
	border-bottom:dashed 1px #ddd;
	clear:both;
}

h1{
	color:#206a8d;
	font-variant: small-caps;	
	font-size:14px;
	background:url(../img/li.gif) no-repeat left;
	padding:0.5em 0 0.5em 2em;
	border-bottom:dashed 1px #dddddd;
	border-top:dashed 1px #dddddd;
	margin-top:1.5em;
}

h2{
	font-size:13px;
}

ul{
	list-style-image:url(img/li.gif);
	font-size:13px;
	font-weight:bold;
	margin:1em 0;
}

ul.none{
	list-style:none;
}

ul li {
	margin-left:20px;
}

ul li.title {
	text-transform:uppercase;
	font-weight:normal;
	list-style:none;
	margin:0 0 0.5em 0 !important;
	color:#206a8d;
}

ul a{
	list-style-image:url(../img/li.gif);
	font-size:13px;
	font-weight:bold;
	color:#99bdd0;
	text-decoration:none;
}

ul a:hover{
	color:#206a8d;
	text-decoration:none;
}

a{
	color:#03657D;
}

a:hover{
	text-decoration:none;
}