/* 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;
  border-bottom: 1px solid white;
}

#Menu ul li a {
  color: white;
  text-decoration: none;
  padding-left: 10px;
  display: block;
  height: 35px;
}

#Menu .recherche {
  background: #01425B
}

#Menu .recherche:hover {
  color: #FFDA00;
  background: #01425B url(/images/menu/hover.gif) 10px 12px no-repeat;
  padding-left: 25px;  
}

#Menu .agence {
  background: #015A7C;
}


#Menu .agence:hover {
  color: #FFDA00;
  background: #015A7C url(/images/menu/hover.gif) 10px 12px no-repeat;
  padding-left: 25px;  
}

#Menu .service {
  background: #01729D;
}
#Menu .service:hover {
  color: #FFDA00;
  background: #01729D url(/images/menu/hover.gif) 10px 12px no-repeat;
  padding-left: 25px;  
}


#Menu .contact {
  background: #018ABE;
}
#Menu .contact:hover {
  color: #FFDA00;
  background: #018ABE url(/images/menu/hover.gif) 10px 12px no-repeat;
  padding-left: 25px;  
}



