.menu_gauche
{
float:left;
}

#menu dl,#menu dt,#menu dd,#menu ul,#menu li
{ 
margin: 0; 
padding: 0; 
list-style-type: none; 
position:relative;
z-index:30;
} 

 

 

#menu dt 
{ 
cursor: pointer; 
width:101px;
height:31px;
text-align: center;
padding-top:9px;
font-weight:bold;
font-size: 12px;

} 
#menu .barre_menu{

width:10px;
margin-top:-10px;
}

#menu dt:hover
{
color:white;
}

#menu dd
{ 
display:none;
} 

#menu ul
{
position:absolute;
width:125px;
}
	
#menu li 
{ 
text-align: center; 
background: #4fbbe7; 
font-size:11px;
margin-top:-10px;
height:30px;
background-color:#f5a640;
} 

#menu li a, #menu dt a 
{ 
text-decoration:none;
color:white;
} 
 
#menu li a
{
color: white;
height:30px;
} 

#menu li a:hover
{
text-decoration:underline;
color:#000833;
}