1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
| .DCtableau{
background-color: #f5f5f5;
font : 8pt verdana, arial, helvetica, sans-serif;
font-size : 8pt;
}
TABLE.DCtableau{
text-align:right;
font:8pt Arial, Helvetica, sans-serif;
background-color: #000000;
}
TH.DCtableau TR TH{
text-align:center;
font-weight:bold;
background-color:#000000;/*c3c3c3*/
vertical-align:middle;
font-size:8pt;
color:#E9C66D;
}
TH.DCtableau{
padding:5px;
border:1px solid white;
text-align:center;
font-weight:bold;
background-color:#000000;/*c3c3c3*/
vertical-align:middle;
font-size:8pt;
color:#E9C66D;
}
TD.DCtableau{
PADDING-LEFT:10px;
PADDING-RIGHT:10px;
color:#000000;
font-weight:bold;
text-align:center;
font-size:8pt;
} |
Partager