/* --------------------- Présentation globale du menu  ------------------ */
#menu_h {
	position: relative ;
	width: 960px ;
	height: 50px ;
	top: 5px ;
	left: 10px ;
	background: url('images/FondMenu.jpg') left top no-repeat ;
}

/* --------------------- Présentation du menu de premier niveau --------------- */
#menu_hP {
	position: relative ;
	height: 25px ;
	top: 0 ;
	list-style: none ;
	margin: 0 0 0 10px ;
	padding: 0 ;
}

#menu_hP li {
	float: left ;
	display: block ;
	height: 25px ;
	padding: 0 ;
	border-right: solid #b8acac 1px;	
}

#menu_hP li a {
    font: 1em "Trebuchet MS",Arial,sans-serif ;
    line-height: 25px ;
    color: #5d5555 ;
    text-align: center ;
    text-decoration: none ;
    padding: 0 10px 0 10px ;
}

#menu_hP li:hover  {
	background: url('images/Onglet_menuHG.jpg') ;
}

/* --------------------- Présentation du menu de second niveau --------------- */
#menu_hS {
	position: absolute ;
	width: 940px ;
	height: 25px ;
	top: 25px ;
	list-style: none ;
	margin: 0 0 0 10px ;
	padding: 0 ;
}

#menu_hS li {
	float: left ;
	display: block ;
	 height: 25px ;
}

#menu_hS li a {
    font: 1em "Trebuchet MS",Arial,sans-serif ;
    line-height: 25px ;    
    color: white ;
    text-align: center ;
    text-decoration: none ;
    padding: 4px 10px 4px 10px;
    border-right: solid #b8acac 1px;
}

#menu_hS li:hover {
	background: url('images/Onglet_menuBG.jpg') ;
	height: 17px ;
}

#menu_hS a:hover {
	background: url('images/Onglet_menuBG.jpg') ;
	height: 17px ;
}
