ul, li {
margin : 0;
padding: 0;
list-style: none outside;
}

UL.menuv {
  margin :0;
padding : 0;
background :url(images/fond_menu.jpg) repeat-y;
width : 244px;
text-align : left;
}

UL.menuv UL {
  width: 100%;
  padding-bottom: 2px;
  margin-top: 2px;
  border-left: 2px solid #ffc302;
}

UL.menuv LI {
  /*margin-top: 0.3em;*/
  padding-left: 1em;
  margin-left: 0.2em;
  background: url(images/16_dots_black.gif) no-repeat 0px 6px;
}
UL.menuv UL LI {
  background-image: none;
  margin-left: 0;
}

UL.menuv A {
  font-size: 14px;
  font-weight: bold;
  color: black;
  display: block;
  padding-left: 5px;
  width: 90%;
  height : 26px;
  background : url(images/fond_li.jpg) repeat-x;
  padding-top : 5px;
  text-decoration: none;
}
UL.menuv UL A {
  color: white;
}

UL.menuv A:hover {
  font-size: 15px;
  font-weight: bold;
  color: black;
  background-color: white;
  text-decoration: none;
  height : 26px;
}
UL.menuv UL A:hover {
  font-size: 15px;
  font-weight: bold;
  color: black;
  /*background-color: white;*/
  background-image: url(images/sub.gif);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  padding-left: 17px;
  height : 26px;
}

UL.menuv LI.actif A {
  font-size: 13px;
  text-decoration: underline;
} 

UL.menuvv LI.actif LI A {
  text-decoration: none;
  font-size: 12px;
}
UL.menuv UL LI A.actif {
  background-image: url(images/sub.gif);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  padding-left: 17px;
  text-decoration: none;
}




