#ancre_menu{
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	height: 25px;
}
/* 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: 2px 2px 2px 2px; /*background-image: url(/images/hpciv5/separateur.gif); */
	border-left: 1px solid #F5DEB3;
}
.titre a{
	color:black;
	font-weight: bold;/*couleur par défaut*/
} 
.titre a:hover,.titre a:active,.titre a:focus{
	color:black;
	font-weight: bold;
} 
.titre .suivi{}     /* couleur du suivi */
 /* avec url */
.lien a, .lien a:visited{
	color: black;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
/*IE5.0*/
	cursor: hand;
}
.lien a:hover,.lien a:active,.lien a:focus{
	background-image: url(/images/hpciv5/menuOver.jpg);
	background-repeat: repeat-x;
	color: black;
	text-decoration: none;
}

/* flèches */
.fh,.fl{font-size:80%}
.fl{position:absolute;}

/* 1er niveau : */
.mh li{
	display:inline;/* bug IE */
	float:left;
}
.mh,.mh ul{
	position: absolute;
	margin: 0px 0px 0px 0px; /*position du menu dans l'ancre*/
	padding: 0px 0px 0px 0px;
}
.mh ul{
	width: 50px;
}

/* 2éme niveau et suivants */
.mh li li a{
	line-height: 22px;
	border:1px 1px 1px 1px;
	background: url(/images/hpciv5/smenuOver.jpg) repeat-x;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.mh li li a:hover,.mh li li a:focus,.mh li li a:active{
	background: url(/images/hpciv5/smenu.jpg) repeat-x;
}
.mh li li{/*float:none;*/} 
.mh ul{
	visibility:hidden;
	margin-top:0px;/*espace vert entre le niveau 1 et niveau 2*/
}
.mh ul ul{margin:0;}/*position des sous sous menu en hauteur et largeur par rapport au sous menu*/
