.enteteTableau {
	text-align: left;
	background-color: #4b3c3f;
	font-weight: bold;
	color: white;
}

.titreTableau {
	text-align: center;
	background-color: #4b3c3f;
	font-weight: bold;
	color: white;
}

.ligne1Tableau {
	font-size: 0.9em;
	background-color: #D8CBCA;
}

.ligne2Tableau {
	font-size: 0.9em;
	background-color: white;
}

.ligne1NumeriqueTableau {
	font-size: 0.9em;
	text-align: right;
	background-color: #D8CBCA;
}

.ligne2NumeriqueTableau {
	font-size: 0.9em;
	text-align: right;
	background-color: white;
}

.colonneLibelleTableau {
	color: Black;
    background-color: #f4dcb3;
	text-align: left;
	font-weight: bold;
}

.totalTableau {
	color: Black;
    background-color: #f4dcb3;
	text-align: right;
	font-weight: bold;
}

.enteteInactiveTableau {
	font-weight: normal;
	font-style: italic;
	color: #D8CBCA; 
}

.colonneLibelleSousSectionTableau {
	font-weight: normal;
}
