



/*surcharge le li de default.css*/
.content div.arbre li, #content div.arbre li {
  padding: 0 0 0 16px;
}

/* Styles definies pour l'affichage d'arbre */
div.arbre ul.checktree, ul.checktree ul {
 list-style-type: none;
 padding: 0;
 margin: 0;
 font: 10px sans-serif;
}
div.arbre ul.checktree li {
 background: url(node.gif) no-repeat;
 margin: 0;
 padding: 0 0 0 16px;
 cursor: default;
}
div.arbre ul.checktree li.last {
 background-image: url(node-last.gif);
}
div.arbre ul.checktree li.plus {
 background-image: url(plus.gif);
}
div.arbre ul.checktree li.plus-last {
 background-image: url(plus-last.gif);
}
div.arbre ul.checktree li.minus {
 background-image: url(minus.gif);
}
div.arbre ul.checktree li.minus-last {
 background-image: url(minus-last.gif);
}
div.arbre ul.checktree span.count {
 text-indent: 5pt;
 color: #999;
 font-style: italic;
}
div.arbre label.tree {
  font-size: 1.2em;
}
