
#entete
{
    position: absolute;
	top: 0px;
	left: 30px;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
}

#tableau1,table
{
	height: 00px ; width: 500px ;
	position: absolute;
	top: 30px;
	left: 0px;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	
}



#titre1
{
	position: absolute;
	top: 0px;
	left: 100px;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
}
#titre2
{
	position: absolute;
	top: 200px;
	left: 50px;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
}

#tableau2
{
	height: 00px ; width: 500px ;
	position: absolute;
	top: 205px;
	left: 0px;
	font-size: 11px;
	font-family: arial;
	border: 1.5px solid black;
	border-collapse: collapse;
	text-align:center;
	
}




#tableau2,table,td
{
	border: 1.5px solid black;
	border-collapse: collapse;
	text-align:center;
	
}




#tableau2,th
{
   border: 0px;
   border-collapse: collapse;
   text-align:left;
   
}




