body {
  background-color: #FFF;
  font-family: verdana, arial, helvetica, sans-serif;
  color:black;
  font-size: 10pt;
}

#connect {
   text-align: center;
}

#tabl {
    margin: auto;
    font-size: 10pt;
    border : 1px solid #CCC;
    background-color : #EEE;
    padding: 10px 10px;
}

#tabl td { padding: 3px 0px; }
#tabl .entete { font-weight: bold; text-align: right;}
#tabl .saisie input {
  font-size: 10pt;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width:1px;
  border-color: #CCC;
  }

