/* CSS Document */

#menu_gauche {
   width: 160px;
   padding: 0;
   margin-bottom: -20px;
   text-align:left;
   float:left;
   font-size: 0.92em;
   line-height: 1em;
}
#menu_gauche ul{
   margin: 0;
   padding:0;
   list-style:none;
   border-top: 1px solid #bdb7b0;
}
#menu_gauche h6{
  margin:0;
  text-align:center;
  color: #633;
  background-color:#f99ccb;
  line-height: 1em;
}
#menu_gauche ul li a{
  display:block;
  padding: 0.4em 0.6em 0.4em 2em;
  margin:0px;
  text-decoration:none;
  border-bottom: 1px solid #bdb7b0;
  color:#a00;
  font-weight: normal;
  padding: 0.1em 0.1em 0.1em 1.6em;
  background: #ebded9 url(../img/fleche.gif) no-repeat left 2px;
}
#menu_gauche ul li a:hover{
  color:#300;
  background-color: #dbcec9; 
}
#menu_gauche ul li a.current{
  color:#630;
  background:#fff url(../img/fleche2.gif) no-repeat left 2px;
}
#menu_gauche ul li a em{
  display:block;
  color: #322;
  font-size:0.7em;
}
