.treeview ul{ /*css for Simple Tree Menu*/
margin: 0 0 0 0; padding: 0; }

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
color: #553030; background-color: white; background-repeat: no-repeat; background-attachment: scroll; background-position: 9px 5px; list-style-type: none; padding-left: 22px; margin-bottom: 3px;   text-indent:  0;}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background-color: white; background-image: url(../images/plus.gif); cursor: hand !important; cursor: pointer !important; }


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
ulvi { margin-left: -10px; list-style-type: disc; }
.jaune li { margin: 0; list-style-type: none; }
ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0em;
  text-indent:  0em;
  }

