/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/* COMMUNAUTÉ couleurs de pâle à foncé: EAE7BF  DFDB9F  CAC360  AA9FOO  */
/* CULTURE    couleurs de pâle à foncé: F9E3B7  F3D19E  E7AC71  BE7B2C  */
/* ÉDUCATION  couleurs de pâle à foncé: DDDBEA  C3C0D6  A9A5CB  7768A9  */
/* ENVIRONNEM couleurs de pâle à foncé: BFE1E8  9FD2DD  60B4C6  4281A0  */
/* SANTÉ      couleurs de pâle à foncé: EDCDCD  E4B4B4  D38281  B54544  */

body{
	background-color: #AA9F00;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagesansentete{
	background-color: #EAE7BF;
}

.tr-tres-sombre {
	background-color: #CAC360;
}

.tr-sombre {
	background-color: #DFDB9F;
}

.tr-clair {
	background-color: #EAE7BF;
}


