/************************************** 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 : 5px;
	padding : 2px;
	position: relative;
	color : #5B521C;
	font-size : 19px;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
; background-image: url(images/interface/fond-titre.gif)
; background-repeat: repeat
}
/* .chapo_soustitre : bloc contenant le sous-titre. */
.chapo_soustitre {
	padding : 2px;
	position: relative;
	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 {
	padding : 2px;
	position: relative;
	text-align : justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	color: #000000;
}
