#menu_gauche {
float:left;
margin-top: 120px;
margin-left:0px;
}
#menu_gauche dl {
margin: 0; 
padding: 0; 
background: #ffffff;
}
.menu_gauche dd.drop {
	margin-bottom:20px;
	list-style:none;
	padding-bottom: 3px;
}
a.menu_gauche1:active,a.menu_gauche1:visited,a.menu_gauche1:link{
	padding-left:20px;
	color:#1C5073;
	text-decoration:none; 
	font-weight:bold;
	font-size : 10px;
}
a.menu_gauche1:hover{
	color:#1C5073;
	font-weight:bold;
	font-size : 10px;
}
#menu_gauche dd {
margin-left:4px; 
padding:0; 
color: #fff; 
font-size: x-small; 
border-bottom:1px solid #fff; 
background: #505455;
border-top:3px solid #fff; 
}
#menu_gauche dd dd {
background:#999999;
}
#menu_gauche a {
color:#fff; 
text-decoration:none; 
display:block; 
padding:5px 5px 5px 8px;
width:145px;
}
#menu_gauche a:hover {
background: #505455; 
color:#E4232F;
}