.menuDeroulant {
	list-style:none;
	position:absolute;
	z-index:30000;
	font-family:arial, verdana, sans-serif;
	margin-top: 0px;
	display: block;
	height: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	top: 95px;
	width: 777px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	background-image:     url(/images/interface/fond_bande-menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


.menuDeroulant li.top {
	display:block;
	float:left;
	margin: 0px;
}
.menuDeroulant li a.top_link {
	font-size:12px!important;
	color:#fff;
	display:block;
	float:left;
	height:24px;
	line-height:24px;
	text-decoration:none;
	cursor:pointer;
	padding-top: 6;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	_font-weight: bold;/* pour ie */
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
.menuDeroulant li a.top_link.first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}

.menuDeroulant li:hover {
	background-color: #005B99;
}

.menuDeroulant li a.top_link:hover {
	color:#005B9D;
	background-color: #CCDFE9;
}


.menuDeroulant table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Liens par défaut */


.menuDeroulant a:hover {visibility:visible; position:relative; z-index:2000;}
.menuDeroulant li:hover {position:relative; z-index:2000;}

/* keep the 'next' level invisible by placing it off screen. */
.menuDeroulant ul, .menuDeroulant iframe {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}


.menuDeroulant ul {width:180px;}
.menuDeroulant ul.sub1 {width:px;}
.menuDeroulant ul.sub2 {width:px;}
.menuDeroulant ul.sub3 {width:px;}
.menuDeroulant ul.dernier {}



.menuDeroulant  li li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}
.menuDeroulant  li li:first-child {
	border-top-style: none;
}
.menuDeroulant :hover ul {
	left:-1px;
	top:24px;
	padding:3px;
	white-space:nowrap;
	height:auto;
	z-index:3000;
	border: 1px solid #fff;
	background-color: #E1E9EA;
	position: absolute;
}

.menuDeroulant :hover ul.dernier {
	left:-100px;
}
.menuDeroulant :hover ul li {
	display:block;
	height:20px;
	position:relative;
	width:auto;
	text-transform: none;
	font-weight: bold;
}
.menuDeroulant :hover ul li a {
	display:block;
	font-size:11px;
	height:20px;
	line-height:20px;
	width:auto;
	padding:0 10px;
	color:#F96302;
	text-decoration:none;
}
.menuDeroulant :hover ul li a:hover {
	color:#005B9D;
	background-color: #CDDFEA;
}
