#nav {
	float: left;
	width: 780px;
	height: 22px;
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
	font-size: 0.77em;
	background-color:#002429;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0A6699;
}
#nav li {
	position: relative;
	z-index: 50;
	float: left;
	padding: 0;
	margin: 0 5px;
	height: 20px;
	display: inline;
}
#nav li a {
	float: left;
	padding-top: 2px;
	margin: 0;
	height: 20px;
	text-decoration: none;
	color: white;
}
#nav li a:hover {
	background-image: url(images/menu.gif); /* repeated here to avoid IE6/Win flicker */
	background-repeat: repeat-x;
 background-position: 0 -22px; 
 	height: 20px;
	padding-top: 2px;
		margin:0;
 }
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li ul { /* second-level lists */
	position: absolute;
	top: 22px;
	width: auto;
	list-style: none;
	clear: both;
        z-index: 1000;
	left: -5000px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li, #nav li ul li a {
	background-image: none !important;
	clear: both;
	color: #051F4B;

}
#nav li ul li a {
	width: 16em;
	color: #051F4B;
   height: 16px;
	padding: .25em 1em;
	text-indent: 0 !important;
   font-size: 12px;
	background: #87BED7;
   line-height: 1.2em;
   z-index: 1100;
	border: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#nav li ul li a:hover {
	background: #DDD;
		color: #B41E17;
   height: 16px;
	padding: .25em 1em;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
        z-index: 1200;
}
#menu-haut a, #menu-haut li {
background-position:0pt;
width:83px;
}
#menu-haut a:hover {
background-position:0pt -22px;
}