@charset "utf-8";
/* CSS Document */
#menuDeroulant
{
	width: 954px;
	height:26px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color:#646464;
	/*top: 0;
 	left: 0;*/

}
#menuDeroulant li
{
 float: left;
 margin: 0;
 padding: 0;
 border: 0;
 color:#646464;
 
}

#menuDeroulant .sousMenu
{
 list-style-type:none;
 margin: 0;
 padding: 0;
 border: 0;
 color:#646464;
 display: none;
}

#menuDeroulant .menuPub_class
{
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
 color:#646464;
}

#menuDeroulant .sousMenu li
{
 float: none;
 margin: 0;
 padding: 0;
 border: 0;
 color:#646464;

}



#menuDeroulant .menuPub_class li
{
 float: none;
 margin: 0;
 padding: 0;
 border: 0;
 color:#646464;
}

#menuDeroulant li
{
 float: left;
 width: 190px;
 margin: 0;
 padding: 0;
 border: 0;
 color:#646464;
}


#menuDeroulant li a:link, #menuDeroulant li a:visited
{
 display: block;
 height: 1%;
 color:#FFF;
 /*background: #3B4E77;*/
 margin: 0;
/* padding: 4px 8px;
 border-right: 1px solid #fff;*/
 text-decoration: none;
}
/*#menuDeroulant li a:hover { background-color: #F2462E; }
#menuDeroulant li a:active { background-color: #5F879D; }*/

#menuDeroulant .sousMenu li a:link,
#menuDeroulant .sousMenu li a:visited
{
	width:200px;
	display: block;
	color: #646464;
	margin: 0;
	text-decoration: none;
	background-image:url(../img/ssmenuoff.jpg);
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9fbd78;
	border-right-color: #9fbd78;
	border-bottom-color: #9fbd78;
	border-left-color: #9fbd78;
}

#menuDeroulant .menuPub_class li a:link,
#menuDeroulant .menuPub_class li a:visited
{
	width:190px;
	display: block;
	color: #646464;
	margin: 0;
	text-decoration: none;
	background-image:url(../img/ssmenuoff.jpg);
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4c9cd7;
	border-right-color: #4c9cd7;
	border-bottom-color: #4c9cd7;
	border-left-color: #4c9cd7;
}




#menuDeroulant .sousMenu li a:hover
{
 background-image:url(../img/ssmenuOn.jpg);
 color: #FFF;
}

#menuDeroulant .menuPub_class li a:hover
{
 background-image:url(../img/ssmenuOnBleu.jpg);
 color: #FFF;
}



#menuDeroulant .menuPub_class
{
 display: none;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
}

#menuDeroulant li:hover > .sousMenu { display: block; }
#menuDeroulant li:hover > .menuPub_class { display: block; }


