/*------------------------------------------------------------------------*/
#tabl-Article table {
border-style:solid;
border:3px solid;
width:625;
margin:auto;
border-collapse:collapse;
}
#tabl-Article tbody {border:2px solid ;}
#tabl-Article th{
font-family:monospace;
border:1px dotted ;
padding:5px;
width:25%;
}
#tabl-Article td{
font-family:sans-serif;
font-size:12px;
border:1px solid ;
padding:5px;
text-align:left;
background-image:url(../custom/graph/tabl_articl_ligne_fond.gif);
}
#tabl-Article caption{
font-family:sans-serif;
text-align:center;
}
#tabl-Article thead th, #tabl-Article tfoot th {
font-family:sans-serif;
font-size:100%;
border:1px solid ;
background-image:url(../custom/graph/tabl_articl_head_fond.gif);
}