BODY	{
	background-color: white
}
	
		
TABLE	{
	empty-cells: show;	
	font: normal 12pt "Time new roman";
}

.TbDefaut1	{
	width: 100%;	
	border: 0;
}

TH		{
	font-weight: bold
}

TR		{
}

.TrEntete	{
	background: teal; 	
	color: white;
}
.TrLigne0	{
	background: white
}
.TrLigne1	{
	background: #C0E0E0
}
.TrLigne2	{
	background: #9AFE2E
}
.TrLigne3	{
	background: #D0F5A9
}
	
TD		{
	vertical-align: top;
}

SELECT {
}
.Select0	{
	background: white
}
.Select1	{
	background: #C0E0E0
}