/* CSS Document */

/*******************************************************************************
 *
 *   PROPRIETES TABLEAU
 *
 ******************************************************************************/   

table {
table-layout:fixed;
border : 2px solid #6699cc;
width : 100%;
border-collapse:collapse;
margin-top : 5px;
}

td{
border : 2px solid #6699cc;
padding : 5px;
}

th {
background : #6699cc;
text-align : center;
color : #000000;
}

#thDate {
width : 90px;
}
#thCorrectif {
width : 450px;
}
#thNumVersion {
width : 50px;
}

td.tdCentrer {
text-align : center;
}
