/************************************** 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%;
	position: relative;
	clear: left;
	color: #df137a;
	font-size: 22px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

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

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

