|
@@ -33,12 +33,23 @@ body
|
|
|
{
|
|
{
|
|
|
width: 75px;
|
|
width: 75px;
|
|
|
}
|
|
}
|
|
|
|
|
+.totalsansbordure
|
|
|
|
|
+{
|
|
|
|
|
+ border-top-style: none;
|
|
|
|
|
+ border-right-style: none;
|
|
|
|
|
+ border-left-style: none;
|
|
|
|
|
+ border-bottom-style: none;
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+ color: black;
|
|
|
|
|
+}
|
|
|
.totalbordure
|
|
.totalbordure
|
|
|
{
|
|
{
|
|
|
border-top: black 1px solid;
|
|
border-top: black 1px solid;
|
|
|
border-right-style: none;
|
|
border-right-style: none;
|
|
|
border-left-style: none;
|
|
border-left-style: none;
|
|
|
border-bottom-style: none;
|
|
border-bottom-style: none;
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+ color: black;
|
|
|
}
|
|
}
|
|
|
.sansbordure
|
|
.sansbordure
|
|
|
{
|
|
{
|