/* CSS Document */
#menuDeroulant .menu
{
	width: 900px;
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	border: 0;
	background:url('../images/fond_onglet_fond.png') bottom no-repeat;

}

#menuDeroulant .sousMenu
{
	display:none;
	width: 898px;
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	border: 0;
	border-right:#065126 solid 1px;
	border-left:#065126 solid 1px;
	background: #FFFFF9;
	background:url('../images/fond_onglet_fond.png') bottom no-repeat;
}

#menuDeroulant li
{
	width: 145px;
	margin: 0;
	padding: 0;
	border: 0;
	float:left;
}

#menuDeroulant li.right
{
	float:right;
}
#menuDeroulant a
{
	display: block;
	margin: 0;
	padding:7px 0px 7px 0px;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
}
#menuDeroulant a:hover
{
	text-decoration:underline;
	color:#FF0000;
}
#menuDeroulant .sousMenu li
{
	height:46px;
}
.menuDeroulantbtnVert a
{
	background:url('../images/fond_onglet_haut_vert.png') no-repeat;
	color:#FFFFF9;
}
.menuDeroulantbtnClair a
{
	background:url('../images/fond_onglet_haut_clair.png') no-repeat;
	color:#065126;
}
