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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
.tableLibelles {
margin-top:0px;
}
.bordureAutour {
border:2px;
height: 2px;
}
.caseTitreBordureH {
width:300px;
border-top:2px;
border-left:2px;
border-right:2px;
text-decoration:underline;
font-weight:bold;
font-size:xx-small;
height:2px;
}
.caseLibelle {
width:300px;
background-color:#FFFFA0;
border-left:2px;
font-size:xx-small;
height:2px;
}
.casePoints {
width:40px;
text-align:center;
font-size:xx-small;
height:2px;
}
.caseQte {
width:30px;
text-align:center;
font-size:xx-small;
height:2px;
}
.caseO6 {
width:40px;
text-align:center;
background-color:#FFFFA0;
font-size:xx-small;
height:2px;
}
.caseTotal {
width:50px;
text-align:center;
font-size:xx-small;
height:2px;
}
.caseTotalBdDroite {
width:50px;
border-right:2px;
text-align:center;
font-size:xx-small;
height:2px;
} |
Partager