#ancre_menu{
	vertical-align: top;
	height:550px;
	background-color: #f5f1e1;
	font-size: 14px;
	/*border: 1px red solid;*/
}

/* largeur du 1er niveau du menu */
.mh, .vg,.vd {
	width: 125px;
	/*border: 1px green solid;*/
}

/* liens */
.mh a,.vg a,.vd a{
	display: block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 35px; /*espacement entre les menus de premier niveau*/
	text-decoration: none;
	line-height: 35px; /*hauteur des menus*/
	cursor: default;
	background-image: url(images/BtUp.jpg);
	background-repeat: no-repeat;
}
.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: white;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
/*IE5.0*/
	cursor: hand;
}
.lien a:hover,.lien a:active,.lien a:focus{
	width:100%;
	background-color: #f5f1e1;
	color: #ffffff;
	text-decoration: none;
	background-image:url(images/BtDown.jpg);
}

/* flèches */
.fh,.fl{font-size:80%}
.fl{position:absolute;}

/* 1er niveau : */
.mh li,.vd li,.vg li{display:inline;} /* bug IE */
.mh li{float:left;}
.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*/
	padding: 0px 0px 0px 0px;
	/*border:2px outset #DDF4EC;*/
	z-index: 9;
}
.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;
	background-color: #DC858D;}
.mh ul{margin-top:0.4em}/*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*/
.vd ul{margin:-1.5em -3px 0 0;}
