/************************************** 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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* .chapo_titre : bloc contenant le titre. */
.chapo_titre {
	width: 100%;
	margin : 0px 0px 0px 0px;
	padding : 2px 2px;
	position: relative;
	clear: left;
	color : #144177;
	font-size : 19px;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../interface/titre-fond.jpg);
}

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

/* .chapo_texte : bloc contenant le texte. */
.chapo_texte {
	margin: 15px auto auto;
	padding : 2px 2px;
	padding-right:20px;
	position: relative;
	clear : left;
	height : 100%;
	overflow : auto;
	text-align : justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: normal; 
	color: #000000;
}
