/* Basic code - don't modify */
 
 #nav { display: block; 
 margin: 0; 
 padding: 0; 
 position: relative; 
 font-weight:bold; 
 padding-left:0px;}
  #nav li { display: block; list-style: none; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 170px; }
#nav ul ul { left: 150px; }

/* Everything else is theming */
 
#nav {
	background-color:#2843D6;
	height: 32px;
}
#nav *:hover { background-color: none; }
#nav a { 
	color: white; 
}
  /*#nav li.hover a { background-color: #c00379; }*/
  #nav ul { top: 25px; }
    #nav ul li a {
	background-color: #2844D6;
	padding:5px;
}
   #nav ul a.hover { background-color: #88BAF7; }
   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

.nav_menu1{
	background-color:#2843D6;
	height:24px;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana;
	padding:8px 18px 0px 5px;
	margin:0px 0px 0px 5px ;
	background-image: url(/images/test_m1_i2h.png);
	background-repeat: no-repeat;
	background-position: right;
}

.nav_menu2{
	background-color:#2843D6;
	height:22px;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana;
	padding:0px 0px 1px 0px;
	margin:0px 0px 0px 0px;
	background-position: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.nav_menu_gauche{
	height:32px;
}