#menu_content{
	left:15px;
	position:relative;
	top:0;
	width:790px;
	font-family: arial, sans-serif;
	font-size:11px;
	height: 19px;
}

#itemVide{
	width: 0;
}

/* div item caches par defaut */
#menu_h .item{
	display: none;
  	font-family: Arial, sans-serif;
	font-size:11px;
	height: 35px;
	float: left;
	position: absolute;
}
 
#menu_h ul{
	list-style:none;
	height: 35px;
	margin: 0;
	padding: 0;
} 
 
#itemMenu2{
	margin: 0 0 0 -100px;
}

#menu_h ul li{
	width:81px;
	height: 35px;
	display:block;
	float:left;
	text-align: center;  
	background:#B4EEF9;
	border-left:1px solid #8CBEC8;
	border-bottom:1px solid #8CBEC8;
	border-top:1px solid #8CBEC8;
	margin: 0;
	padding: 0;
}
 
#menu_h .lienItem{
	text-decoration: none;
	color: #000000;
}

#menu_h .souslien{ 
	width:81px;
	height: 35px;
	display: block;
}
 
/* styleOverMenu = style du menu lors de l evenement mouseover */
/* style des liens lors du hover */
#menu_h .styleOverMenu{
	background-image:url(../images/onglet_over_m.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	color:#000;
	width:128px;
	height:19px;
	text-align:center;
	line-height:19px;
	font-size:11px;
	display: block;
	float: left;


}
 

#menu_h ul li:hover{
 	 background:#ffffff;
 }
 
/* style du menu lors de l evenement mouseout */
#menu_h .styleOutMenu{
	margin:0;
	padding:0;
	color:#000;
	width:128px;
	height:19px;
	text-align:center;
	line-height:20px;
	font-size:11px;
	display: block;
	float: left;
	background-image:url(../images/onglet_out_m.png);
	background-position:top left;
	background-repeat:no-repeat;

}


#menu_h .parent{
	background:transparent url(../images/arrow-down.png) no-repeat scroll right center;
	width: 15px;
	height: 19px;
	display: block;
	float: left;
	margin-left: -15px;
}

#menu_h .bord{
	width: 23px;
	height: 19px;
	display: block;
	float: left;
	background:none;	
}

#menu_h .gauche_off{
	background: transparent url(../images/onglet_out_g.png) top left no-repeat;
}
#menu_h .droite_off{
	background: transparent url(../images/onglet_out_d.png)	top left no-repeat;
}
#menu_h .inter_off{
	background: transparent url(../images/onglet_out_gd.png) top left no-repeat;
}

#menu_h .gauche_on{
	background: transparent url(../images/onglet_over_g.png) top left no-repeat;
}

#menu_h .droite_on{
	background: transparent url(../images/onglet_over_d.png) top left no-repeat;
}

