#ancre_menu {
	vertical-align:top;
	padding:5px 5px 0 0;
	margin:0
}

/* liens */
.mh a, .vg a, .vd a {
	display:block;
	margin:0;
	margin-left:4px;
	padding: 2px 8px 2px 8px;
	text-decoration:none;
	font-weight:bold;
	line-height:1.1em;
	background-color:rgb(135,190,190);
	color:black;
}


.mintit a {
	cursor:default;
} 

.mintit a:hover, .mintit a:active, .mintit a:focus {
	background-color:rgb(70,130,130);
	color:rgb(135,190,190);
}

.mtitre .suivi { /* couleur du suivi */
	background-color:rgb(80,150,150);

}      /* avec url */

.lien a {
	cursor:pointer;
	/*cursor:hand; IE5.0*/
}
.lien a:visited {
	color:gray;
}
.lien a:hover, .lien a:active, .lien a:focus {
	background-color:rgb(70,130,130);
	color:rgb(135,190,190);
}

/* 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; /*margin-left:2px;*/ }
.mh { height:1.35em; }
.vg, .vg ul, .mh, .mh ul, .vd, .vd ul {
	position:absolute;
	margin:0;
	padding:0;
/*	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; }
.mh ul { margin-top:.4em; }
.vg ul, .mh ul ul { margin:-1.5em 0 0 -3px; }
.vd ul { margin:-1.5em -3px 0 0; }
