/************************************** TEXTE INTRO *************************************/

/* Tout ce qui commence par '.chapo' concerne les textes d'introduction des pages */
/* .chapo_bloc : bloc principal contenant tout l'article (titre, sous-titre et texte). */
.chapo_bloc {
	text-align: justify;
}

/* .chapo_titre : bloc contenant le titre. */
.chapo_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFB12F;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	border-bottom:1px dashed #FFB12F;
}

/* .chapo_soustitre : bloc contenant le sous-titre. */
.chapo_soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* .chapo_texte : bloc contenant le texte. */
.chapo_texte {
	text-align: justify;
	color: #FFFFFF;
}
