.titre_1 {
	position: relative;
}
.titre_2 {
	position: relative;
}
.titre_3 {
	position: relative;
}
.titre_4 {
	position: relative;
}

.txt_cap { text-transform: uppercase; }

.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_22 { font-size: 22px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_32 { font-size: 32px; }
.txt_38 { font-size: 38px; }
.txt_42 { font-size: 42px; }

.txt_noir { color: #000000; }
.txt_blanc { position: relative; }
.txt_gris { color: #707070; }

.txt_color1 { color: #467acf; }
.txt_color2 { color: #00e3f2; }
.txt_color3 { color: #46cdcf; }
.txt_color4 { color: #00b0f8; }
.txt_color5 { color: #3d84a7; }
.txt_color6 { color: #1a1a1a; }

.txt_light { font-weight: 300; }
.txt_regular { font-weight: 400; }
.txt_medium { font-weight: 500; }
.txt_semi_bold { font-weight: 600; }
.txt_bold { font-weight: 700; }




