/************************************** 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 {
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
}

/* .chapo_titre : bloc contenant le titre. */
.chapo_titre {
	width: 100%;
	margin : 0px 0px 5px 0px;
	padding: 2px;
	position: relative;
	clear: left;
	color : #37395F;
	font-size : 22px;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* .chapo_soustitre : bloc contenant le sous-titre. */
.chapo_soustitre {
	margin : 0px 0px 0px 0px;
	padding: 2px;
	position: relative;
	clear: left;
	color : #666666;
	font-size : 13px;
	font-weight : bold;
	font-style : normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* .chapo_texte : bloc contenant le texte. */
.chapo_texte {
	padding : 2px 0px 20px;
	position: relative;
	clear : left;
	font-size:11pt;
	text-align : justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #37395F;
}

