

td {
  font-size: 10px;
  color: #000000;
  font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif
}
input {
  font-size: 10px;
  color: #000000;
  font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;

}
textarea {
  font-size: 10px;
  color: #000000;
  font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
  border-right: #000000 1px solid;
  border-top: #000000 1px solid;
  border-left: #000000 1px solid;
  border-bottom: #000000 1px solid;

}
select {
  font-size: 10px;
  color: #000000;
  font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
  border-right: #000000 1px solid;
  border-top: #000000 1px solid;
  border-left: #000000 1px solid;
  border-bottom: #000000 1px solid;
    background: ffffff;}
a {
  font-size: 10px;
  color: #108c29;
  font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
}
A.simple {
  font-size: 11px;
  color: #108c29;
  font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
  text-decoration: none;
}

FORM {
  margin: 0px
}
LI {
  font-weight: bolder;
}
HR {
  color: #e0e0e0;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  height: 1px;
  background-color: #e0e0e0;
  border-bottom-style: none
}

TD.td_line {
  color: #e7e7e7;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  height: 1px;
  background-color: #e7e7e7;
  border-bottom-style: none
}

.fixcenter {
  border-right: 1px solid;
  border-left: 1px solid;
  width: 800px;
  color: #000000;
  position: relative;
}

TD.td_cadre_simple {
  border-top: #dcdcdc 1px solid;
  border-left: #dcdcdc 1px solid;
  border-right: #dcdcdc 1px solid;
  border-bottom: #dcdcdc 1px solid;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  width: 100%;
  background-color: #dcdcdc;
}

TD.td_cadre {
  border-top: #e0e0e0 1px solid;
  border-left: #e0e0e0 1px solid;
  border-right: #e0e0e0 1px solid;
  border-bottom: #e0e0e0 1px solid;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  width: 100%;
  background-color: #ffffff;
}

TD.td_contenu {
  border-top: #dcdcdc 1px solid;
  border-left: #dcdcdc 1px solid;
  border-right: #dcdcdc 1px solid;
  border-bottom: #dcdcdc 1px solid;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  width: 100%;
  background-color: #ffffff;
}

.vertical {
  background-color: #999999;
  background-image: url(images/vertical.gif)
}

.leftcol {
  background-color: #108c29;
  color: white;
  font-size: 11px;
  height: 4%;
  width : 1%;
}
.boxtitlebg {
  background-color: #dcdcdc;
  width : 100%;
  font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 1px;
}

/* Arbre ******************************************************************** */
.dtree {
  white-space: nowrap;
}
.dtree img {
  border: 0px;
  vertical-align: middle;
}
.dtree a {
  text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
  white-space: nowrap;
  padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
  background-color: #dcdcdc;
}
.dtree a.nodeSel {
  background-color: #dcdcdc;
}
.dtree .clip {
  overflow: hidden;
}

/* Masquer / Cacher == DIV  ************************************************* */
DIV#menu {
  padding-right: 0px;
  padding-left: 0px; 
  padding-bottom: 0px; 
  padding-top: 0px;
}

DIV.C DIV {  
  /*border: #4f8fcf 1px solid;*/
  background-color: #dcdcdc;
  margin: 0px;
  background-repeat: repeat-x;
}

DIV.C DIV TABLE.E {
  cursor: pointer;
}

DIV.C DIV.expand TABLE.E {
  background-position: 0px center;
  padding-left: 15px;
  background-image: url(images/nolines_minus.gif);
  background-repeat: no-repeat;
  empty-cells: show;
}

DIV.C DIV.collapse TABLE.E {
  background-position: 0px center;
  padding-left: 15px;
  background-image: url(images/nolines_plus.gif);
  background-repeat: no-repeat;
  empty-cells: show;
}

DIV.C .contentcollapse {
  display: none;
}

DIV.C .content {
  background-color: #ffffff;
}

