#ouvrard_navhigh {
	width: 785px;
	float: right;
	margin-top:29px;
	height: 53px;
}

.mh{
	cursor:default;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	list-style-type:none;
	margin:0;
	padding:0;
	width:auto;
}

/* liens */
.mh a{
	display: block;
	margin: 0;
	padding: 2px 15px;/*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{
	font-weight: bold;
	border-left: solid #CCC 1px;
	cursor: pointer;
	padding: 0.4em 0.75em;
	color: #23357d;
	text-decoration: none;
/*IE5.0*/
	cursor: hand;
}

.lien a:hover,.lien a:active,.lien a:focus{
	/*text-decoration: none;*/
	
	background-image:url(/ouvrardv2/images/bg_nav_border_left.png);
	background-repeat:repeat-x;
	border-bottom: solid #727272 1px;
	color: #ba2121;
}

/* flèches */
.fh,.fl{font-size:80%}
.fl{position:absolute;}

/* 1er niveau : */
.mh li{
	display:inline; /* bug IE */
	float:left;
	margin:0;
	padding:0;
	width:10em;
}
.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;width:auto;} 
.mh ul{
	margin-top:0;/*espace vert entre le niveau 1 et niveau 2*/
	visibility:hidden;
	background-image: url(/ouvrardv2/images/bg_nav.png);
	border-bottom: 1px solid #23357d;
	border-left: 1px solid #23357d;
	border-right: 1px solid #23357d;
}
.mh ul ul{margin:-1.8em 0 0 1px;}/*position des sous sous menu en hauteur et largeur par rapport au sous menu*/

