/************************************** 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 {
	padding: 0px 10px 4px 10px;
	margin: 0px 10px 4px 10px;
}
.chapo_titre {
	margin : 2px 0 5px 0;
	padding : 1px;
	color: #540e0e;
	font-size : 27px;
	font-weight : normal;
	font-style : normal;
	text-align:left;
	font-family: Helvetica, Arial, sans-serif;
}

.chapo_titre:first-letter {
	color:#FFFFFF;
	font-size : 45px;
	font-weight : normal;
	font-style : normal;
	font-family: Helvetica, Arial, sans-serif;
}



/* .chapo_texte : bloc contenant le texte. */
.chapo_texte {
	padding: 0px 10px 4px 10px;
	margin: 0px 10px 4px 10px;
	/*padding : 2px;*/
	text-align : justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
