
#menuv{
width: 100%;
}

#menuv ul{
margin: 0;
padding:0;
}

#menuv ul li{
display: block;
margin: 0;
padding:0;
}

#menuv ul li a:hover, #menuv ul li .menu_actif{
	background:url(menu_selected.png) left center no-repeat;
}

#menuv ul li a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left:16px;
	line-height:28px;
}



#menu_h{
width: 100%;
}

#menu_h ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

#menu_h ul li{
display: inline;
}

#menu_h ul li a:hover, #menu_h ul li .menu_actif{
	border-bottom: 3px solid red; /*bottom border is 3px*/
}

#menu_h ul li a{
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
}




.menu_separator{
	width: 169px;
	height: 2px;
	margin-left: 13px;
	background: url(bg_separat.png) center no-repeat;
}
.m_separator_actif{
	width: 169px;
	height: 3px;
	margin-left: 13px;
	background: url(bg_separat_activ.png) center no-repeat;
}


.menuV1_OFF{
	color: #44422D;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;	line-height: 30px;
}

.menuH1_OFF{
	color: #C3BA8E;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a.menuV1:link#actif, #nav a:visited#actif, a.menuV1:hover#actif
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}
/* CSS Document */

