/* tableface */

#tableface { 
   width:;
   border-collapse: collapse;
   border: 1px solid #839E99;
   background: #F1F8EE;
   font: 0.85em Georgia, "Times New Roman", Times, serif;
   color: #033;
}

#tableface  td, th { 
   padding: 3px 5px 5px 5px;
   line-height: 1.3em;
   border: 1px solid #2C5755;
}

#tableface th { 
   background: #839E99; color:
}

#tableface thead, tfoot {
   background:#358347;
}

#tableface .odd td {
    background: #DBE6DD;
    border: 1px solid #2C5755;
}

#tableface odd th {
    background: #6E8D88;
}

/* table_liste */

#table_liste { 
   width:100%;
   border-collapse: collapse;
   border: 1px solid #839E99;
   background: #F1F8EE;
   font: 0.85em Georgia, "Times New Roman", Times, serif;
   color: #033;
}

#table_liste  td, th { 
   padding: 3px 5px 5px 5px;
   line-height: 1.3em;
   border: 1px solid #2C5755;
}

#table_liste th { 
   background: #839E99; color:
}

#table_liste thead, tfoot {
   background:#358347;
}

#table_liste .odd td {
    background: #DBE6DD;
    border: 1px solid #2C5755;
}

#table_liste odd th {
    background: #6E8D88;
}
