@charset "utf-8";
/* CSS Document */
 /* L'Url est le pointage du dossier depuis la feuille de style et non pas depuis la page */
 /* COULEUR OR : E4CD7F */

.contentText { width:100%; max-width:1200px; margin:0 auto; font-size:18px; padding:0 80px; }
	.contentText h3 { font-size:26px; }
	.contentText h4 { font-size:18px; }
	.contentText p a { color:#E4CD7F; }
		.contentText p a:hover, .contentText p a:visited { color:#000000; }

	.paragraph { width:100%; }
		.paragraph p { font-size:18px; }
		.paragraph p:first-child { margin-top:0; padding-top:0; }
		.paragraph p:last-child { margin-bottom:0; padding-bottom:0; }

@media only screen and (max-width:900px) {
	
}

@media only screen and (max-width:700px) {
	
}

@media only screen and (max-width:500px) {
	.contentText { padding:200px 20px 0 20px; }
}