UL#menuv {
  font-size: 12px;
  margin-top: 50px;
  margin-left: 8px;
  width: 200px;
  background-color: #EEE;
  padding-top: 5px;
  padding-bottom: 5px;
}
UL#menuv LI, UL#menuv UL {
  margin-left: 1em;
  margin-bottom : 3px;  
}
UL#menuv UL {
  border-left : 1px dashed #999;
}
UL#menuv LI A {
  color: #fd9c11;
}
UL#menuv LI.folder UL {
  margin-bottom : 1em;
}
UL#menuv LI A.folder {
  color: #3430e1;
  font-weight: bold;  
}
UL#menuv LI A.folderActif {
  color: green;
  border-bottom : 1px solid #999;
}
UL#menuv LI A.visited {
  color: red;
  font-style: italic;
  padding-left : 20px;
  background: url(images/puce1.png) no-repeat top left;
}
