@charset "utf-8";
/* CSS Document */

.titre_vert {
	color:#b0c700;
	font-size:16pt;
	font-weight:bold;
	margin-bottom:16pt;
}

.titre_marron {
	color:3a240f;
	font-size:14pt;
	font-weight:bold;
	margin-bottom:14pt;
}

.texte {
	font-size:12pt;
	/*text-align:justify;*/
	margin-bottom:10pt;	
}

.texte_11 {
	font-size:11pt;
	text-align:justify;
	margin-bottom:10pt;	
}

.texte_9 {
	font-size:9pt;
	text-align:justify;
}

.marron {
	color:#3a240f; }
