/*********** Page d'accueil ***********/

body
{	background-color: #ffdbff;		/* vert */
}


.titre_rubrique
{	font-weight: bold;
	font-size: 15px;
	margin-top: 20px;
}

.texte_intro
{	color: #845707;		/* marron */
	text-align: justify;
	margin-top: 30px;
}

.titre_sous_rubrique,
.titre_article
{	font-weight: bold;
	font-size: 15px;
	margin-top: 5px;
	color: #845707;		/* marron */
}
