#ancre_menu{
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 22px;
	background-color:black;
	width:530px;
	float:left;
}
/* liens */
.mh a{
	display: block;
	margin: 0px 0px 0px 0px; /*espacement entre les menus de premier niveau*/
	text-decoration: none;
	line-height: 22px; /*auteur des menus*/
	cursor: default;
	padding: 0px 10px 0px 10px;
	white-space: nowrap;
	color:white;/*background-color:black;*/
	font-weight: bold;
	text-decoration: none;
	
	/*IE5.0*/
	cursor: hand;
}
/*
.titre a{color:white;} 
.titre a:hover,.titre a:active,.titre a:focus{color:white;} 
.titre .suivi{}
*/
 /* avec url */
.lien a, .lien a:visited{
	color: white;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
/*IE5.0*/
	cursor: hand;
}
.lien a:hover,.lien a:active,.lien a:focus{
	color: white;/*background-color:#CCCCCC;*/
	text-decoration: none;
}
/* flèches */
.fh,.fl{font-size:80%}
.fl{position:absolute;}
/* 1er niveau : */
.mh li{
	display:inline;/* bug IE */
	background: url(/images/menuSeparateur.jpg) no-repeat top right;
}
.mh li{float:left;}
.mh{height:22px;}/*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:1px}/*espace vert entre le niveau 1 et niveau 2*/
.mh ul ul{margin:-22px 0px 0px 1px;}/*position des sous sous menu en hauteur et largeur par rapport au sous menu*/

.mh li ul li a{
	line-height: 22px;
	height:22px;
	background: none;
	background-color:black;
	color:white;
	border-top:1px solid #3C3C3C;
}
.mh li ul li a:visited{color:white;}
.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: none;	
	background-color:#CCCCCC;																																																																																																																													
}
