/* CSS du menu  de Energy trip */

* html #menu li li{ display: inline;}


/*a.accueil           { width: 100px; height: 27px;  background: url(../images/menu/accueil.gif) left top no-repeat; text-indent: -5000px;   } 
a.accueil:hover     { width: 100px; height: 27px;  background: url(../images/menu/accueil_on.gif) left top no-repeat;  text-indent: -5000px;  } */



a.accueil           { width: 155px; height: 27px;  background: url(../images/menu/accueil2.gif) left top no-repeat; text-indent: -5000px;   } 
a.accueil:hover     { width: 155px; height: 27px;  background: url(../images/menu/accueil2_on.gif) left top no-repeat;  text-indent: -5000px;  } 


a.newOnglet           { width: 155px; height: 27px;  background: url(../images/menu/newOnglet.gif) left top no-repeat; text-indent: -5000px;   } 
a.newOnglet:hover     { width: 155px; height: 27px;  background: url(../images/menu/newOnglet_on.gif) left top no-repeat;  text-indent: -5000px;  } 

a.voyages-photo           { width: 155px; height: 27px;  background: url(../images/btn_voyagesPhoto_n.png) left top no-repeat; text-indent: -5000px;   } 
a.voyages-photo:hover     { width: 155px; height: 27px;  background: url(../images/btn_voyagesPhoto_o.png) left top no-repeat;  text-indent: -5000px;  } 


a.boutique          { width: 131px; height: 27px; background: url(../images/menu/boutique.gif) left top no-repeat; text-indent: -5000px;   } 
a.boutique:hover    { width: 131px; height: 27px; background: url(../images/menu/boutique_on.gif) left top no-repeat; text-indent: -5000px;   }  
a.cadeaux    		  { width: 151px; height: 27px; background: url(../images/menu/cadeaux.gif) left top no-repeat; text-indent: -5000px; } 
a.cadeaux:hover     { width: 151px; height: 27px; background: url(../images/menu/cadeaux_on.gif) left top no-repeat;text-indent: -5000px;  } 
a.demande           { width: 162px; height: 27px; background: url(../images/menu/info.gif) left top no-repeat; text-indent: -5000px;  } 
a.demande:hover     { width: 162px; height: 27px; background: url(../images/menu/info_on.gif) left top no-repeat;text-indent: -5000px;   } 
a.panier            {  width: 136px; height: 27px; background: url(../images/menu/panier.gif) left top no-repeat;  text-indent: -5000px; } 
a.panier:hover      {  width: 136px; height: 27px; background: url(../images/menu/panier_on.gif) left top no-repeat;  text-indent: -5000px; } 



/* Premier sous menu  */
img#rollOver              {  z-index:400    } 
#menu li ul#cadeauxUL     { width: 140px; position: absolute; top: 27px; left: 471px; z-index: 500    } 
#menu li ul li.derou2  a  { width: 140px;     } 
#menu li ul li.derou2     { width: 140px;     } 

/* Second sous menu  */
#menu li ul li.deroul  a  { width: 156px;     }


#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {text-decoration: none;}

#menu ul { 									/* CONTENEURS DE SOUS-MENUS */
					position: absolute;
					width: 163px;  
					margin: 0; padding: 0; }
    
#menu li ul {  width: 156px; border: 1px solid #595959; position:relative; top: 0px; left: 4px;   }

#menu li li ul {
					position: absolute;
					margin-top: -23px;
					margin-left: 10px;}
    
#menu li { 				             /* CONTENEURS DE MENUS PRINCIPAUX */
    				list-style: none; 
               
               display: inline; display: block;
               float: none; float: left;
               margin: 0;  padding:  0  }

  
#menu li li {  display: block;  padding: 0; float: none;}
	 


#menu a {          				 /* MENUS PRICIPAUX HORS SURVOL DE LA SOURIS */
   				 
   				 display: block;
                text-align: center;
   				 color: #406f9d;} 
    
	 
#menu a:hover {						 /* MENUS PRICIPAUX AU SURVOL DE LA SOURIS */
  						 
						 color: #1d456d}

						 
#menu li ul li a {                   /* SOUS-MENUS HORS SURVOL DE LA SOURIS */
						 width: 163px;
	                margin: 0; padding: 4px 0;
					     
	                background-color: #000;  
                   display: block;
                   text-align: center;
                   color: #fff}
	 
	 
 #menu li ul li a:hover { 									/* SOUS-MENUS AU SURVOL DE LA SOURIS */
  								  
   							  color: #fff;
  								  background-color: #595959}


#menu li ul li.alertes a { 
		                       background-color: #164476; 
	                          color: #406f9d;}
     
/* for a mozilla better display with key nav */

#menu a:focus{color: white;}

a.linkOver{}
