/* MENU HAUT --------------------------------*/
#menu {
position:absolute;
z-index:3;
top:-95px;
left:0px;
min-width:600px;
height:160px;
background:url(/images/Fond_Menu_bleu.png) repeat-x;
text-align:center;
/*padding-left:20%;*/
padding-left:170px;
}
#sous-menu {
position:absolute;
z-index:3;
top:-95px;
left:0px;
height:160px;
background:url(/images/Fond_Menu_bleu.png) repeat-x;
width:100%;

}
#menu li {
	width:91px;
	height:24px;
	display:block;
	float:left;
	cursor:pointer;
	color:#fff;
	margin-top: 131px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 13px;
}
#menu li a {
display:block;
width:91px;
height:18px;
color:#fff;
text-decoration:none;
}
#menu li {
background:url(/images/onv.png) no-repeat;
}
#menu li:hover {
background:url(/images/onvh.png) no-repeat;
}


#menu li.oms {
background:url(/images/oa.png) no-repeat;
/*font-weight:bold;*/
}
#menu li.oms:hover {
background:url(/images/oa.png) no-repeat;
}


#logo{
	position:absolute;
	z-index:5;
	top:5px;
	margin-left:5px;
	left:0;
	height:60px;
	text-align:center;
	background-repeat: no-repeat;
}
/* MENU BAS --------------------------------*/

#mentions {
	position:relative;
	z-index:1;
	clear:both;
	width:98%;
	background:#fbf9f6;
    /*padding:0px 1.5% 1% 1%;*/
	border:1px solid #E0CBBA;
	text-align:center;
	color:#8F8F8F;
	font-size:80%;
	
	margin-top:1.5em;
	margin-left:10px;

}
