Body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10pt; }
.tab1 {border:1px solid black}
.tab1 TH, .tab1 TD { font-size:8pt;padding:0px}
.tab1x TH	{ background-color:#7F9DB9;	font-weight:bold; color:#FFF;}
.tab1 TH	{ background-color:#E4EAEA;	font-weight:bold; color: #000000;}	

.tab1 TD	{ background-color:#FFF;}
.tab1 A { text-decoration:none}
.tab1 TH.WE { background-color:#B9C4C8; color:#DDD}
.tab1 input {text-align:center}
.tab1 .total input {font-size:8pt;color:#000}
.tab1 .day input, .tab1 .WE input { width:18px; font-size:8pt}
.tab1 .WE input { background-color:#B9C4C8; border:1px solid #333; height:15px}
TD.label { font-size:7pt; color:#F90;}

.tab TH { background-color:#B9C4C8; color:#CC6633; padding:3px}
.tab TD { background-color:#E4EAEA; padding:3px}
.tab TD.blank { background-color:#FFFFFF}




thead {
   height: 30px;     /* Hauteur de tes entêtes */
}



div#tab_fact {
   height: 700px;     /* Hauteur du reste des données */
   overflow-y: auto;     /* Ton scroll vertical */
   overflow-x:hidden; /* Scroll horizontal caché */

}