/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; 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; /* Modification Pierre-Henri POIRET - 20-01-2009 cause : Problème IE7 */ }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

ul#nav { 
	width: 974px;
	list-style: none;
	margin: 0;
	padding: 0; }
#nav ul ul { left: 150px; }

/* Everything else is theming */
 
#nav { 
	height: 47px;
	list-style: none;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
 }
#nav *:hover { text-decoration:none; list-style: none; height: 26px;}
#nav a { color: #FFF; font-size: 13px; font-weight:bold; line-height: 38px; text-decoration:none; height:47px }
  #nav li.hover a { background-color: #616161; }
  #nav ul { top: 39px; }
/*    #nav ul li a {
	background-color: #616161;
	text-align:left;
	background-image: none;
	width: 150px;
	font-size: 12px;
	font-weight:bold;
	height: 25px!important;
	line-height: 25px;
	margin-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 25px;
}
	#nav ul li a:hover {
	background-image: none!important;
	background-color: #478891!important;
	margin-bottom:0!important;
	background-repeat: no-repeat;
}*/
   #nav ul a {  border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

li#menu0 {
   width: 238px;
}

li#menu1 {
   width: 165px;
}

li#menu2 {
   width: 182px;
}

li#menu3 {
   width: 161px;
}

li#menu4 {
   width: 218px;
}


li#menu0 a {
	background-image: url('gifs/menu_accomp.jpg');
	text-align: center;
}

li#menu1 a {
   background-image: url('gifs/menu_audit.jpg');         /*Ici l'image de fond de la cellule*/
   text-align: center;
}

li#menu2 a {
   background-image: url('gifs/menu_form.jpg');         /*Ici l'image de fond de la cellule*/
   text-align: center;
}

li#menu3 a {
   background-image: url('gifs/menu_offres.jpg');         /*Ici l'image de fond de la cellule*/
   text-align: center;
}

li#menu4 a {
   background-image: url('gifs/menu_dev.jpg');         /*Ici l'image de fond de la cellule*/
   text-align: center;
}


li#menu0 a:hover, a#selected-over0 {
   background-image: url('gifs/menu_accomp_over.jpg') !important;         /*Ici l'image de fond over de la cellule*/
   height: 47px;
}

li#menu1 a:hover, a#selected-over1 {
   background-image: url('gifs/menu_audit_over.jpg') !important;         /*Ici l'image de fond over de la cellule*/
   height: 47px;
}

li#menu2 a:hover, a#selected-over2 {
   background-image: url('gifs/menu_form_over.jpg') !important;         /*Ici l'image de fond over de la cellule*/
   height: 47px;
}

li#menu3 a:hover, a#selected-over3 {
   background-image: url('gifs/menu_offres_over.jpg') !important;         /*Ici l'image de fond over de la cellule*/
   height: 47px;
}

li#menu4 a:hover, a#selected-over4 {
   background-image: url('gifs/menu_dev_over.jpg') !important;         /*Ici l'image de fond over de la cellule*/
   height: 47px;
}


