
/* ----------nav le menu-------------- */
#nav{
	padding: 0px;
	height: 55px;
	width: 985px;
	margin_top: 5px;
	background: #004A77 url(../__img/nav_cadre2.jpg) top no-repeat;
	text-align: center;
	/*border: 1px solid red;*/
}

#navFlash{
	padding: 0px;
	height: 55px;
	width: 985px;
	margin: 0px;
	background: #004A77 url(../__img/navFlash.jpg) top no-repeat;
	text-align: center;
	}
/*
MENU 1 HORIZONTAL - nav1H - 1 seul niveau
----------------------------------------------------------------*/
#nav1H{
	
	
	padding: 0px;
	display:table-cell;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	width: 975px;
	height: 26px;
	
	/*_position: relative;
	_bottom: 11px;*/
}
 

#nav1H ul {
	margin-top: 3px;
	list-style:none;
	
	margin-left: auto;
    margin-right: auto;
	width: 975px;
	/*border: 1px solid red;*/
	height:26px;
}

#nav1H ul li {
	display:inline;
	list-style:none;
	height:26px;
}

/*separateur*/
#nav1H li.separateur {
   border-left: 1px dotted #014470;	
   height:26px;
}
#nav1H ul li{
	/*border: 1px solid pink;*/
	height:26px;
	
}
#nav1H ul li a {
	font: bold 12px  Arial, verdana, Helvetica, sans-serif;
	color:#C8DB9D;
	text-transform: uppercase;
	text-decoration: none;
	padding:0px 9px 0 0px;
	 height:26px;
	/* border: 1px solid yellow;*/
}
#nav1H ul li a.selected-gen {
	color:#fff;
	text-align: center;
	text-decoration:none;
	padding-bottom: 6px;
	position: relative !important;
	_position:none;
	/*padding-left:0px;*/
	/*padding-right:0px;*/
	height:26px;
	background:url(../__img/selectedNav1H.gif) bottom	 center no-repeat;	
	
}
#nav1H ul li a:hover {
	color:#fff;
	text-decoration:none;
	height:26px;
}

/*THE END*/

/*
MENU 2 HORIZONTAL - nav2H - 1 seul niveau
----------------------------------------------------------------*/
#nav2H{
	/*background: url(../__img/nav2h.jpg) center no-repeat;*/
	/*width: 975px;
	height: 29px;	*/
	padding: 0px;
	_margin-top: -20px;
	margin-left: auto;
    margin-right: auto;
	width: 975px;
	height: 25px;
	
}


#nav2H ul {

	list-style:none;
	display:inline-block;
	
	margin-left: auto;
    margin-right: auto;
	width: 975px;
	height:30px;
	/*border: 1px solid yellow;*/
	/*voir formatage de 'margin' dans les CSS des differents modeles*/
}
#nav2H ul li {
	display:inline;
	height: 30px;
}

/*separateur*/
#nav2H li.separateur {
   background:url(../__img/separateur.gif) center no-repeat;
}

#nav2H ul li a {
	font:bold 12px  Arial, verdana, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	padding:0px 9px 0px 9px;
	height: 30px;
	 
}
#nav2H ul li a.selected-gen {
	color:#fff;
	text-decoration:none;
	padding-bottom: 12px;
	background:url(../__img/selectedNav2H.jpg) bottom center no-repeat;
	position: relative;
	height: 30px;	
}
#nav2H ul li a:hover {
	color:#fff;
	text-decoration:none;
}
#nav2H ul li a.selected-gen:hover {
	color:#fff;
	text-decoration:none;	
}
#nav2H ul ul {
	display:none;
}



#nav3H{
	/*background: url(../__img/nav2h.jpg) center no-repeat;*/
padding: 0px;
	_margin-top: -20px;
	margin-left: auto;
    margin-right: auto;
	width: 975px;
	height: 48px;
}



/*separateur*/
#nav3H .separateur {
   background:url(../__img/separateur.gif) center no-repeat;
   height: 28px;
}

#nav3H  a{
	font:bold 12px  Arial, verdana, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	padding:0px 9px 0px 9px;
	height: 28px;
	
}
#nav3H  a.selected-gen {
	
	color:#fff;
	text-decoration:none;
	padding-bottom: 15px;
	background:url(../__img/selectedNav2H.jpg) bottom center no-repeat;
	position: relative;
	height: 30px;
	
}
#nav3H  a:hover {
	color:#fff;
	text-decoration:none;
}


/*THE END*/