#ancre_menu{
	vertical-align: top;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	height: 35px;
	background: url(/images/menuFond.jpg) no-repeat;
}
/* liens */
.mh a{
	display: block;
	margin: 0px 0px 0px 0px; /*espacement entre les menus de premier niveau*/
	text-decoration: none;
	
	line-height: 35px; /*auteur des menus*/
	cursor: default;
	padding: 2px 20px 2px 10px;
	white-space: nowrap;
	color: yellow;
	font-weight: bold;
	text-decoration: none;
	
	/*IE5.0*/
	cursor: hand;
}
/*
.titre a{color:yellow} 
.titre a:hover,.titre a:active,.titre a:focus{color:yellow} 
.titre .suivi{color:black;} 
*/
 /* avec url */
.lien a, .lien a:visited{
	color: yellow;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;

	cursor: hand;
}
.lien a:hover,.lien a:active,.lien a:focus{
	color: yellow;
	text-decoration: underline;
}

/* flèches */
.fh,.fl{font-size:80%}
.fl{position:absolute;}

/* 1er niveau : */
.mh li{
	display:inline;
	background: url(/images/menuSeparateur.gif) no-repeat top right;
} /* bug IE */
.mh li{float:left;}
.mh{height:2em;}/*hauteur de l'ancre du menu, corrigé également dans le JS...*/
.mh,.mh ul{
	position: absolute;
	margin: 0px 0px 0px 0px; /*position du menu dans l'ancre*/
	padding: 0px 0px 0px 0px;
	z-index: 9;
}

/* 2éme niveau et suivants */
.mh li li{float:none;} 
.mh ul{visibility:hidden;}
.mh ul{margin-top:0.4em}/*espace vert entre le niveau 1 et niveau 2*/
.mh ul ul{margin:-1.8em 0 0 1px;}/*position des sous sous menu en hauteur et largeur par rapport au sous menu*/

.mh li ul li a{
	line-height: 17px;
	height:20px;
	background: url(/images/navigation/nav_gauche.gif);
	color:black;
}
.mh li ul li a:visited{color:black;}
.mh li ul li{
	background: none;	
}
.mh li ul li.lien a:hover,.mh li ul li.lien a:active,.mh li ul li.lien a:focus{
	color: Black;
	text-decoration: none;
	background: url(/images/navigation/nav_gauche_survol.gif);																																																																																																																															
}