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

h2 {
	font-size: 20px;
	color: #00CCFF;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}

h3 {
	font-size: 17px;
	color: #00CCFF;
	margin: 4px 0 5px 0;
	padding:0;
	font-weight:bold;
}

h4 {
	font-size: 18px;
	color: #00CCFF;
	font-weight:bold;
}

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

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

.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_4_XXXXL { font-size: 40px; color: #FFF; font-weight:bold;}


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