/* TEXTES */
h1 {
	margin:15px 0 0 0;
	padding:0;
}

h2 {
	margin:0 0 10px 0;
	padding:10px;
	font-size: 26px;
	font-weight: bold;
	color: #96988d;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #A29E9E;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #96988d;
	padding:0;
	margin:0 0 5px 0;
}

.texteCoul_1_XXS { font-size: 8px; color: #6B6C64;}
.texteCoul_1_XS { font-size: 9px; color: #6B6C64;}
.texteCoul_1_S { font-size: 10px; color: #6B6C64;}
.texteCoul_1_M {font-size: 11px;color: #6B6C64;}
.texteCoul_1_L { font-size: 12px; color: #6B6C64;}
.texteCoul_1_XL { font-size: 13px; color: #6B6C64;}
.texteCoul_1_XXL { font-size: 14px; color: #6B6C64;}
.texteCoul_1_XXXL { font-size: 15px; color: #6B6C64;}
.texteCoul_1_XXXXL { font-size: 20px; color: #6B6C64;}

.texteCoul_2_XXS {font-size: 8px; color: #6A6B63;}
.texteCoul_2_XS { font-size: 9px; color: #6A6B63;}
.texteCoul_2_S { font-size: 10px; color: #6A6B63;}
.texteCoul_2_M {font-size: 11px; color: #6A6B63;}
.texteCoul_2_L { font-size: 12px; color: #6A6B63;}
.texteCoul_2_XL { font-size: 13px; color: #6A6B63;}
.texteCoul_2_XXL { font-size: 14px; color: #6A6B63;}
.texteCoul_2_XXXL { font-size: 15px; color: #6A6B63;}

.texteCoul_3_XXS { font-size: 8px; color: #ab0f29;}
.texteCoul_3_XS { font-size: 9px; color: #ab0f29;}
.texteCoul_3_S { font-size: 10px; color: #ab0f29;}
.texteCoul_3_M { font-size: 11px; color: #ab0f29;}
.texteCoul_3_L { font-size: 12px; color: #ab0f29;}
.texteCoul_3_XL { font-size: 13px; color: #ab0f29;}
.texteCoul_3_XXL { font-size: 14px; color: #ab0f29;}
.texteCoul_3_XXXL { font-size: 15px; color: #ab0f29;}
.texteCoul_3_XXXXL { font-size: 18px; color: #ab0f29;}
.texteCoul_3_XXXXXL { font-size: 20px; color: #ab0f29;}

.texteCoul_4_XXS { font-size: 8px; color: #FFF;}
.texteCoul_4_XS { font-size: 9px; color: #FFF;}
.texteCoul_4_S { font-size: 10px; color: #FFF;}
.texteCoul_4_M { font-size: 11px; color: #FFF;}
.texteCoul_4_L { font-size: 12px; color: #FFF;}
.texteCoul_4_XL { font-size: 13px; color: #FFF;}
.texteCoul_4_XXL { font-size: 14px; color: #FFF;}
.texteCoul_4_XXXL { font-size: 15px; color: #FFF;}

.texteCoul_5_XXS { font-size: 8px; color: #000;}
.texteCoul_5_XS { font-size: 9px; color: #000;}
.texteCoul_5_S { font-size: 10px; color: #000;}
.texteCoul_5_M {font-size: 11px;color: #000;}
.texteCoul_5_L { font-size: 12px; color: #000;}
.texteCoul_5_XL { font-size: 13px; color: #000;}
.texteCoul_5_XXL { font-size: 14px; color: #000;}
.texteCoul_5_XXXL { font-size: 15px; color: #000;}
.texteCoul_5_XXXXL { font-size: 20px; color: #000;}


/* LINK */
a:link {color: #333;text-decoration:none;}
a:visited {color: #333;text-decoration:none;}
a:active {color: #333;text-decoration:underline;}
a:hover {color: #333;text-decoration:underline;}

