.menu{
float:left;
background:url('../images/fond_menu1.jpg') repeat-x;
background-color:#323232;
width:200px;
min-height:100%;
height:100%;
border-left:5px solid #fff;
border-bottom:5px solid #fff;
background-color:#636363;
}
.menu .contenu{
position:relative;
font-family:"Trebuchet MS";
font-size:16px;
font-weight:bold;

min-height:100%;
margin-top:35px;
background:url('../images/bottom_menu.jpg') no-repeat left;
background-position:bottom;
}
.menu ul{
position:relative;
list-style:none;
padding:0px;
margin:0px;
height:313px;
margin-left:0px;
margin-left:25px;
top:0px;
width:175px;
background-image:url(../images/barre_vertical_menu.jpg);
background-position:right top;
background-repeat:no-repeat;
}
.menu li{
font-size:12px;
padding:0px;
margin:0px;
left:0px;
list-style-image:url(../images/puce_fleche_menu.gif);
margin-left:-2px;
margin-top:2px;
}
.menu li a{
width:160px;
padding-left:4px;
display:block;
color:#323232;
border-bottom:1px solid #ccc;
text-decoration:none;
}
.menu li.selection a{
background-color:#626262;
color:orange;
}
.menu li a:hover{
background-color:#626262;
color:#fff;
}
.menu div.bouton_commander{
margin-left:12px;
}
.menu div.bouton_commander img{
border:0px;
}