/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#006AB1;
}

#img_logo{
	float:left;
	padding-top: 20px;
}
a img{
border: 0;
}
#div_header{
	font-weight:bold;
	padding-top:10px;
	
}

#div_clear{
	div_clear
}

#div_content{
	padding-top:120px;
	padding-left:80px;
	margin:auto;
}
#img_legende{
float: left;
margin: 30px 10px 0 100px;
}
#div_desc{
	width:480px;
	text-align:justify;
	margin-left:280px;
	margin-top:50px;
	color:#006AB1;
	margin-bottom:150px;
	font-size: 10pt;
}

#div_footer{
	margin-top:25px;
	font-size:10px;
}

#div_wrapper{
	margin:auto;
	width:980px;
}

a{
	color:#006AB1;
}
/* ------------------------------------------------------------------------------------
Tha Drop-down Menu
------------------------------------------------------------------------------------ */

/* Elements de premier niveau
--------------------------------------*/
#menuDeroulant
{
	width: 950px;
	height: 18px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	margin:auto;
	top:100px;
	margin-left:250px;

}
#menuDeroulant li{
	float: left;
	width: 140px;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	border-left:#006AB1 1px solid;
	display: block;
	height: 1%;
	color: #006AB1;
	background: none;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
	text-align:center;
}
	
#menuDeroulant li a:hover { /*background-color: #0066CC;*/ }
#menuDeroulant li a:active { /*background-color: #5F879D;*/ }

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant .sousMenu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	/*width: 149px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;*/
	border-bottom:dotted 2px #006AB1;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #FFF;
	margin: 0;
	border: 0;
	text-decoration: none;
	padding-top:4px;
	padding-bottom:4px;
	font-size:10px;/*
	background: transparent url(../img/pix.png) repeat;*/
	background-color:#006AB1;
}
#menuDeroulant .sousMenu li a:hover
{
	background-color: #E1001A;
}
#menuDeroulant .last_li{
display: inline;
}
#menuDeroulant .last_li img{
vertical-align:middle; 
border:none; 
float:left; 
margin-left:25px; 
width:20px;
margin-top:3px;
}
#menuDeroulant .last_li a{
width:80px;
}



#menuDeroulant #li_der a:link,#menuDeroulant #li_der a:visited
{
	border-right: 0px;
}

#menuDeroulant .sousMenu .li_ss_der
{
	border-bottom: 0px;
}



