/***** menu CSS *****/



ul#menu {
  width: 140px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}	  

ul#menu ol {
  display: none;
  list-style-type: none;
  margin: 0;
  padding:0px;
background-color: #FFCC33 ;
}


ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #785a3c;
 list-style-type: none;
}


ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
width: 140px;
  color: #785a3c;
/*background-color: pink ;*/
/*background-image:url(edezign/fondssmenuon.gif);*/
background-repeat:no-repeat; 
background-position:right;
/*float:right;*/
}

/* ajout lolo */
ul#menu ol a:hover {
width: 140px;
color: #785a3c;
background-color: pink ;
background-image:none;
/*background-repeat:no-repeat; 
background-position:right;*/
}
/* fin ajout */


ul#menu a.active {
/*  color: white;*/
  color: red;
width: 140px;
/*background-color: #CC0000;*/
}
