table.TableGrille{
	padding:0px;
	border-collapse:collapse;
}
table.TableGrille td {
	border: 1px solid gray;
}
	td.GrayListeTitle  {
	background-color: #D2E7F9;
	height : 35px;
	width: 55px;
	text-align: center;
	color: black;
	font-weight:bold;
	font-size: 9px;
	
	}
	
	td.BlackListeTitle  {
	background-color: #0F4574;
	height : 35px;
	
	text-align: center;
	color: white;
	font-weight:bold;
	
	}
	td.InfosListing  {
	background-color: white;
	height : 15px;
	
	text-align: center;
	color: black;
	
	}
	td.DomaineListing  {
	background-color: white;
	height : 15px;
	
	text-align: left;
	color: black;
	font-weight:bold;
		
	}
	td.MatiereListing  {
	background-color: white;
	height : 15px;
	width: 155;
	text-align: left;
	color: black;
		
	}
