/* menu */

#Menu {
  width: 168px;
}

#Menu ul li {
  text-transform: uppercase;
  font-weight: bold;
  list-style-type: none;
  font-size: 14px; 
  line-height: 35px;
  height: 35px;
}

#Menu ul li a {
  color: white;
  text-decoration: none;
  background: transparent url(/images/menu/bouton.gif);
  border-top: 1px solid white;
  padding-left: 10px;
  display: block;
  height: 35px;
}

#Menu ul li a:hover {
  color: #FFDA00;
  background: transparent url(/images/menu/bouton-hover.gif);
  padding-left: 20px;  
}


