#ancre_menu{
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #9DAB00;
	height: 2em;
	z-index:500;
}

/* liens */
.mh *{
	z-index:20;
}
.mh a,.vg a,.vd a{
	text-align:center;
	display: block;
	margin: 0;
	padding: 0;/*espacement entre les menus de premier niveau*/
	text-decoration: none;
	line-height: 1.5em;/*auteur des menus*/
	cursor: default;
}
.titre a{background-color:#9DAB00;color:black/*couleur par défaut*/} 
.titre a:hover,.titre a:active,.titre a:focus{background-color:#9DAB00;color:black} 
.titre .suivi{background-color:#EFE6FE}     /* couleur du suivi */
 /* avec url */
.lien a, .lien a:visited{
	color: black;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	height:24px;
	line-height:24px;
	vertical-align:middle;
/*IE5.0*/
	cursor: hand;
}
.lien a:hover,.lien a:active,.lien a:focus{
	padding-top:0;
	padding-bottom:0;
	background-image:url(/Bathelier/images/Maquette02Decoupe_29.png);
	color: #FFFFFF;
	text-decoration: none;
}

/* flèches */
.fh,.fl{font-size:80%}
.fl{position:absolute;}

/* 1er niveau : */
.mh li,.vd li,.vg li{
	display:inline;
	display:inline-block;
	width:100px;
} /* bug IE */
.mh li{
	float:left;
	height:24px;
	/*line-height:24px;*/
}
.mh{height:2em;}/*hauteur de l'ancre du menu, corrigé également dans le JS...*/
.vg,.vg ul,.mh,.mh ul,.vd,.vd ul{
	position: absolute;
	margin:0px 0px 0px 0px; /*position du menu dans l'ancre*/
	_margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border:2px outset #DDF4EC;*/
	z-index: 9;
	/*height:24px;*/
}
.vd{text-align:right;right:1.3em}/* marge du body de general.css reportée */

/* 2éme niveau et suivants */
.mh li li{float:none;} 
.vg ul,.mh ul,.vd ul{visibility:hidden;}
.mh ul{margin-top:0}/*espace vert entre le niveau 1 et niveau 2*/
.vg ul,.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{
	background-color:#ececec;
	width:150px;
}
.mh li ul li{
	width:100%;
	display:block;
	width:100px;
}
.mh li ul a:hover{	
	background-color:#333333;
	background-image:none;
	
}
.mh  li a{
}

.vd ul{margin:-1.5em -3px 0 0;}
