/******** GENERAL STYLES ********/
html{
    height: 100%;
}
@page {
 size: portrait;
 margin: 1cm;
 border :1cm ;
 page-break-before: always; ;
 
}
@media print {
 html, body {
   width: 210mm;
   height: 297mm;
 }
}
body{ 
  width: auto!important;
  margin: auto!important;
  font-family: serif;
  background-color: #fff!important;
  color: #000!important;
}
.t-text 			{ font-size: 10px; font-weight: Bold; font-variant: small-caps;  text-transform: capitalize; }
.v-text 			{ font-size: 14px; font-weight: Bold; }
.t-text-titre	{ font-size: 14px; font-weight: Bold; font-variant: small-caps;  text-transform: capitalize; }
.titre-text 	{	font-size: 12px; font-weight: Bold; text-transform: capitalize;  text-shadow: 1px 1px Silver;} 

Table.t-text { font-size: 10px;	COLOR: #000000;	font-weight: normal ;}
Table.text { font-size: 12px;	COLOR: #000000;	font-weight: normal ;}
Table.texthaut { font-size: 12px;	COLOR: #000000;	font-weight: normal ;}
Table.texthautFicheLot {font-size: 18px;	COLOR: #000000;	font-weight: normal ;letter-spacing: 3px;}

tr.haut {	font-size: 14px;	background-color: #666;	color: #FFF;	text-align: center;	vertical-align: middle;	}
tr.text {	font-size: 12px;	text-align: center;	vertical-align: middle;  font-weight: normal ;    }

td.t-text { font-size: 12px; font-weight: Bold; font-variant: small-caps;  text-transform: capitalize; }

td.text {	font-size: 12px;	text-align: center;	vertical-align: middle;  font-weight: normal ;    }
td.textpoids {	font-size: 12px;	text-align: right;	vertical-align: middle;  font-weight: normal ;    }
td.textdroite {	font-size: 12px;	text-align: right;	vertical-align: middle;  font-weight: normal ;    }
td.textgauche {	font-size: 12px;	text-align: left;	vertical-align: middle;  font-weight: normal ;    }

td.text14 {	font-size: 14px;	text-align: center;	vertical-align: middle;  font-weight: normal ;    }
td.textpoids14 {	font-size: 14px;	text-align: right;	vertical-align: middle;  font-weight: normal ;    }
td.textdroite14 {	font-size: 14px;	text-align: right;	vertical-align: middle;  font-weight: normal ;    }
td.textgauche14 {	font-size: 14px;	text-align: left;	vertical-align: middle;  font-weight: normal ;    }
td.texttop14 {	font-size: 14px;	text-align: center;	vertical-align: top;  font-weight: normal ;    }

td.textbas 				{font-size: 12px;	text-align: center;	vertical-align: middle;  font-weight: Bold ; background-color: #C0C0C0;	color: #000000; }
td.textpoidsbas 	{font-size: 12px;	text-align: right;	vertical-align: middle;  font-weight: Bold ; background-color: #C0C0C0;	color: #000000; }
td.textdroitebas 	{font-size: 12px;	text-align: right;	vertical-align: middle;  font-weight: Bold ; background-color: #C0C0C0;	color: #000000; }
td.textgauchebas 	{font-size: 12px;	text-align: left;		vertical-align: middle;  font-weight: Bold ; background-color: #C0C0C0;	color: #000000; }


td.texttitre {	font-size: 14px;	text-align: center;	vertical-align: middle;  font-weight: bold ;    }
td.texthaut {	FONT-FAMILY:  Tahoma ;	font-size: 12px;	text-align: center;	vertical-align: middle;  font-weight: normal ;    }
td.textfiche {	FONT-FAMILY:  Tahoma ;	font-size: 8px;	text-align: center;	vertical-align: middle;  font-weight: normal ;    }

th.titretableau {	font-size: 16px;	background-color: #C0C0C0;	color: #000000;	font-weight: Bold ; font-variant: small-caps;  text-transform: capitalize; text-align: center;	vertical-align: middle;	}

#customers {FONT-SIZE: 10px; font-weight: Bold; text-transform: capitalize; font-variant: small-caps; border-collapse: collapse; }
#customers td, #customers th {border: 1px solid #ddd; padding: 5px;}
#customers tr:nth-child(even){background-color: #ddd;}
#customers tr:hover {background-color: white;}
#customers th {padding-top: 5px; padding-bottom: 5px; text-align: center; background-color: #666; color: white; }



/******** FOOTER ********/

.footer_Ed{
    clear: both;
    width: 100%;
    height: 30px;
    border-top: 2px solid #888;
    padding-top: 10px;
 /* background-color: RGBa(66, 69, 88, 0.85); */
    }
    
.footer_Ed p{
    font-size: 10px;
    text-align: center;
    color: black;
}
