

table.gen1 {
	border: solid Black;
	border-width: 1px;
	width: 90%;
	border-collapse: collapse;
	font-family: Verdana, Arial;
 font-size:12; 
 
}
table.gen1 td{
	padding: 5px;
	text-align: center;
}
table.gen1 th{
	/*width: 10%;*/
	padding: 0% 1px 0px 1px;
	margin: 0%;
}
table.gen1 th.details_pres{
	/*width: 10%;*/
	padding: 0%;
	margin: 0%;
}
table.gen1 th.normal{
	width: 1%;
}
tr.ligne_grise td {
	background-color: #DFDFDF;
	margin: 2px;
	border: 3px solid White;
}

table.gen1_int {
padding: 0%;
margin: 0%;
	width: 100%;
	border-collapse: collapse;
	font-family: Verdana, Arial;
 font-size:10; 
}

table.gen1 th.col_foncee{
background-color: #B4B4B4;
color: White;
}

table.gen1 td.col_foncee{
background-color: #B4B4B4;
color: White;
}