







/*  menu du haut */

.menu_gauche {
  background-image:url(gauche_menu_bg_td.gif);
	background-repeat:no-repeat;
	width:5px;
	height:32px;
	float:left;
}

.debut_menu {
  list-style-type: none;
	padding:0;
	margin:0;
  background-image:url(courbe_menu_bg_td.gif);
	background-repeat:no-repeat;
	background-position:left center;
	width:29px;
	height:32px;
	float:left;
}

.milieu_bouton{
  background-image:url(menu_bg_td.gif);
	background-repeat:repeat-x;
	width:auto !important;
	width:2px;
	height:32px;
	float:left;
}

.menu_droite {
  background-image:url(droite_menu_bg_td.gif);
	background-repeat:no-repeat;
	width:5px;
	height:32px;
	float:left;
}

#menu td, #menu div.titre, #menu div.item, #menu ul {
	list-style-type: none;
	padding:0;
	margin:0; 
}

#menuspacer {
	clear:both;
}

#menu {
	/*margin-top:72px; /*A modifier en fonction de la hauteur du logo*/
	float:right; 
	padding-right:6px
	/*position: relative;
	/*right:3px;
	width: 794px; 
	height: 30px;  */  
}

#menu div.titre {
	cursor: pointer;		
	font-size: 80%;	
	border-right:1px solid #3B4237;
	white-space:nowrap;
	height:32px;
	float:left;
}

#menu div.titre a {
  display: block;
	padding-left:2px;
	padding-right:2px;
	/*padding-top:0px;*/			
	height: 30px;		
	text-align: center;
	text-decoration: none;
	color: white;
  line-height: 30px;
}

#menu div.titre a:hover {
	/*background-image:url(avimenuhover.gif);*/	
	color:#FEC346;
}

#menu div.item {
  position:absolute;
	display: none;
	margin-top:1px;
	clear:left;	
	z-index:9000
}

#menu div.item a { 
  display: block; 
	background-color:#A7CE99;
  text-indent:5px;  
	color:white;
	text-decoration:none;
	font-weight: normal;	
	line-height:20px;  
	width:auto !important;
  width:100%;
  padding-right:5px;
}

#menu div.item a:hover {
  background-color:green;
	color:#FEC346;
} 

#menu table.ul {
  border:1px solid #3B4237;
  background-color:#A7CE99;
  padding:0px;
  white-space:nowrap;
}

#menu td.li {  
	text-align: left;
	text-transform:none;
  height:20px;	
	border-top:1px solid white;
	background-color:#A7CE99;	
	white-space:nowrap;
}
/*  fin menu du haut */


