/*
@page horiz{
  size: landscape;
  margin: 10%;
  page-break-before: always;
}
*/

/*********** par défaut ************/
table {
	border: 1px;
}

th {
	font-size : 10px; 
   	font-family : Verdana, arial, helvetica, sans-serif; 
   	color : #000000; 
   	text-align : center; 
  	background-color : #DDDDDD; 
	font-weight:bold;
	padding: 4px;
}

td {
	border: 1px solid #004400;
	padding: 2px;
}

tr {
	font-family:Times New Roman,Arial;
	font-size:10pt;
	color:black;
	background-color : white;
}

caption {
	font-family:Times New Roman,Arial;
	font-size:12pt;
	font-weight:bold;
	color:black;
	background-color : transparent;
}

/******* DIVERS *********/
tr.total {
	font-family:Times New Roman,Arial;
	font-size:10pt;
	font-style: italic;
	color:black;
	background-color:#DDDDDD;
}


/****************** media print ********************************/
@media print {
	body {
		margin-top:1.3cm;
     	margin-left:1.5cm;
	    margin-bottom:1.5cm;
     	margin-right:1.5cm;
  	}
}

