/* 
    Created on : 8 avr. 2014, 16:58:55
    Author     : robert
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 avr. 2014, 11:40:04
    Author     : robert
*/
.table_formulaire {
  display: block;
  border-top: none;
  table-layout: fixed;
  width: 100%; }
  .table_formulaire tr.odd div, .table_formulaire tr.even div {
    background: none;
    border-top: 2px solid white;
    border-right: 2px solid white; }
  .table_formulaire tr.odd td:last-child div, .table_formulaire tr.even td:last-child div {
    border-right: none; }
  .table_formulaire tr:first-child.odd td div, .table_formulaire tr:first-child.even td div {
    border-top: none; }
  .table_formulaire tbody td div {
    padding: 0 3px;
    font-size: 14px; }
  .table_formulaire tbody tr.odd div, .table_formulaire tbody tr.even div {
    color: #575756;
    white-space: nowrap;
    overflow: hidden; }
  .table_formulaire .header{
      color: #575756;
  }  
  .table_formulaire .header div{
      padding: 0 3px;
      border-right: 2px solid #FFFFFF;
  }
  .table_formulaire .header th{
      border-bottom: 4px double #FFFFFF;
  }
  .table_formulaire tbody td div{
      padding: 0;
  }