/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: absolute;	top: 0px; right: 58px; z-index: 100; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; margin-bottom: 0;
}
  #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 */

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

/* Everything else is theming */
 
#nav { 
	height: 41px;
	list-style: none;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
 }
#nav *:hover { text-decoration:none; list-style: none; height: 41px; color:#000000;}
#nav a { color: #000000; font-size: 12px; font-weight:bold; line-height: 41px; text-decoration:none; text-align: center; }
  #nav li.hover a { background-color: #eaff8c; height: 41px; }
  #nav ul { top: 41px; }
    #nav ul li a {
	display: block;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	text-decoration: none;
	background-image: none;
	background-color: #eaff8c;
	height: 40px!important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84a201;
	vertical-align: middle;
}
	#nav ul li a:hover {
	background-image: none!important;
	background-color: #FFC88F!important;
	background-repeat: no-repeat;
	color:#000000;
	font-weight: bold;
}
   #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 */


/**************************/

#menu1 ul li a {
	width: 117px;
}
.sousmenu0 {
	line-height: 20px!important;
}
.sousmenu1 {
	line-height: 38px!important;
}

/**************************/


li#menu0 {
   width: 60px;
}
li#menu1 {
   width: 117px;
}
li#menu2 {
   width: 114px;
}
li#menu3 {
   width: 61px;
}
li#menu3b {
   width: 89px;
}

li#menu0 a {
   background-image: url('gifs/menu1.jpg');         /*Ici l'image de fond de la cellule*/
}
li#menu1 a {
   background-image: url('gifs/menu2.jpg');         /*Ici l'image de fond de la cellule*/
}
li#menu2 a {
   background-image: url('gifs/menu3.jpg');         /*Ici l'image de fond de la cellule*/
}
li#menu3 a {
   background-image: url('gifs/menu4.jpg');         /*Ici l'image de fond de la cellule*/
}
li#menu3b a {
   background-image: url('gifs/menu4b.jpg');         /*Ici l'image de fond de la cellule*/
}
li#menu0 a:hover, a#selected-over0 {
   background-image: url('gifs/menu1over.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}
li#menu1 a:hover, a#selected-over1 {
   background-image: url('gifs/menu2over.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}
li#menu2 a:hover, a#selected-over2 {
   background-image: url('gifs/menu3over.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}
li#menu3 a:hover, a#selected-over3 {
   background-image: url('gifs/menu4over.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}
li#menu3b a:hover, a#selected-over3b {
   background-image: url('gifs/menu4bover.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}