div.form_spacer{
  clear:none;
}

div.texte {
  width: 75ex;
  margin: 15px;
  clear:both;
}

div.titre_formulaire{
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  background-color:#ead79e;
  font-weight: bold;
  padding:3px;
  font-size:12px;
  margin-bottom:5px;
  margin-top:5px;
}

div.soustitre{
  width:90%;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  font-weight: bold;
  padding:3px;
  font-size:11px;
  margin-left:10px;
  margin-bottom:5px;
}
table.cc{
vertical-align:middle;
}

div.row {
  margin:0;
  clear: both;
}

div.row span.gauche{
float:left;
  width: 150px;
  text-align: right;
  padding-right: 2px;
}

div.row span.droite{
float:left;
  text-align: left;
  padding-left: 2px;
  text-align : left; 
}
div.row span.after{
float:left;
 text-align : left;
 margin-left: 5px;
}

div.row table.tablo{
  width: 95%;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 5px;
  border-collapse: collapse;
  border: 1px solid #333;
  border-spacing: 0px 1px;
}

div.row table.tablo th.tableau_titre{
  text-align : left;
  padding: 3px;
  background-color:#cc9607 ;
  border:0px;
}

tr.tableau_paire{
  background-color: #f8f0d4;
}

tr.tableau_impaire{
  background-color: #ead79e;
}

div.row table.tablo tr.tableau_paire input.button {
 background-color:#f8f0d4;
}

div.row table.tablo tr.tableau_paire input.button:hover {
    color: #f8f0d4;
    background-color: #000000;
}

table.deuxC {
 width:100%;
}

table.deuxC th{
text-align:center;
 border-bottom: 1px solid #333;
 }


select.petit {
  font-size:9px;
}

table.simple{
width:100%;
}
table.simple th{
border:0px;
text-align:right;
}
