/************************************** 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;
/*padding: 10px 10px 4px 10px;*/
/*margin: 10px 10px 4px 10px;*/
	color: #000000;
	font-size: 11px; 
}

/* .chapo_titre : bloc contenant le titre. */
.chapo_titre{
	margin: 0px 0 0px 0;
	padding: 1px;
	color: #540001;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
	border-left:15px solid #cd1411;
	margin:0 0 15px 3px;
	padding:0 0 0 5px;
}

/* .chapo_soustitre : bloc contenant le sous-titre. */
.chapo_soustitre{
	margin : 0px 0px 0px 0px;
	padding: 2px;
	position: relative;
	clear: left;
	color: #FF9200;
	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;
	text-align: justify;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
}

