.enteteTableau {
	text-align: left;
	background-color: #014671;
	font-weight: bold;
	color: white;
}

.titreTableau {
	text-align: center;
	background-color: #014671;
	font-weight: bold;
	color: white;
}

.ligne1Tableau {
	font-size: 0.9em;
	background-color: #effaff;
}

.ligne2Tableau {
	font-size: 0.9em;
	background-color: white;
}

.ligne1NumeriqueTableau {
	font-size: 0.9em;
	text-align: right;
	background-color: #effaff;
}

.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: #E4E2F1; 
}

.colonneLibelleSousSectionTableau {
	font-weight: normal;
}
