.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: #1a1a1a; }

.txt_color1 { color: #0477BF; }
.txt_color2 { color: #3F87E4; }
.txt_color3 { color: #023859; }
.txt_color4 { color: #4564AE; }
.txt_color5 { color: #14273e; }
.txt_color6 { color: #F5F9FD; }
.txt_color7 { color: #03A64A; }
.txt_color8 { color: #93C8EA; }

.txt_light_300 { font-weight: 300; }
.txt_regular_400 { font-weight: 400; }
.txt_medium_500 { font-weight: 500; }
.txt_semi_bold_600 { font-weight: 600; }
.txt_bold_700 { font-weight: 700; }




