.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}



.TableHeading {
	background: #EEEEEE;
}
.cutPreInscrit{
	background: #f0f070;	
}
.cutInscrit{
	background: #ccffcc;	
}
.cutSelection{
	background: #99ff99;	
}
.cutSelectionDernier{
	background: #50ff99;	
}
.cutRefu{
	background: #cd853f;	
}
.cutPotentiel{
	background: #fffff0;	
}
.cutHorsCut{
	background: #fff0f0;	
}
.cutHorsQuota{
	background: #f0d090;	
}
.cutDernierQuota{
	background: #ffff40;	
}