@charset "utf-8";


/* -------------------------- */
/* PADDING */
/* -------------------------- */

.padding20px {
	padding-right: 20px;
	padding-left: 20px;
}

.padding20px_right {
	padding-right: 20px;
}



.padding50px {
	padding-right: 50px;
	padding-left: 50px;
	text-decoration: none;
}



/* -------------------------- */
/* TEXTES */
/* -------------------------- */

.titre1_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #4D4D4D;
}


.titre1_vert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #8BC53F;
}

.titre1_bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #006bb5;
}


.texte1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: justify;
}
.texte2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	text-align: justify;
	line-height: normal;
}





/* -------------------------- */
/* LIENS */
/* -------------------------- */


.lien_texte:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFF;
}

.lien_texte:visited {
		color: #fff;
}

.lien_texte:hover {
	color: #CCC;
}

