/***********************************************/
/* 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: #BE7B2C;
}

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

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

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

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

