
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;
  border-right: #000000 1px solid;
  border-top: #000000 1px solid;
  border-left: #000000 1px solid;
  border-bottom: #000000 1px solid
}
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}

form {
  margin: 0px
}
li {
  font-weight: bolder;
}

hr {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  height: 1px;
  border-bottom-style: none
}

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

td.td_cadre {
  border: #e0e0e0 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)
}

.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;
}


/* 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;
}
