/* fichier de gestion des couleurs des tableaux */
.couleur_foncee {
	background-color: #9C0808;
}

.couleur_claire {
	background-color: #EF1C21;
}

.couleur_droite {
	background-color: #FFD3D6;
}

.couleur_langue {
	background-color: #EF1C21;
}

.texte_couleur_claire {
	color: #9E0B0E;
}

.couleur_droite_annuaire {
	background-color: #FFBABD;
}

.couleur_calendrier_case_1 {
	background-color: #CC9999;
}

.couleur_calendrier_case_2 {
	background-color: #E5B1B1;
}

.couleur_calendrier_case_3 {
	background-color: #E9BDBD;
}

.couleur_calendrier_case_4 {
	background-color: #EECBCB;
}

.couleur_calendrier_case_5 {
	background-color: #F2D8D8;
}

.couleur_calendrier_case_6 {
	background-color: #F7E6E6;
}

.couleur_calendrier_case_0 {
	background-color: #FBF2F2;
}

.couleur_calendrier_case_selectionnee {
	background-color: #9E0B0E;
}

.pagination { 
font-size: 0.90em;
text-align: center;

}

