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

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

/* .chapo_soustitre : bloc contenant le sous-titre. */
.chapo_soustitre {
	position: relative;
	clear: left;
	color: #041C68;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

/* .chapo_texte : bloc contenant le texte. */
.chapo_texte {
	position: relative;
	clear : left;
	text-align : justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-right: 2px;
	padding-left: 2px;
}
