.couleur1 {
	font-weight: bold;
	color: #F0A12B;
}
.couleur2 {
	font-weight: bold;
	color: #EDC957;
}
.couleur3 {
	font-weight: bold;
	color: #c31a2e;
}
.couleur3light {
	color: #c31a2e;
	font-weight: normal;
}
.texte-gras {
	font-weight: bold;
}
.textealigngauche {
	text-align: left;
}
.textealigndroite {
	text-align: right;
}
.textecentre {
	text-align: center;
}
.textejustifie {
	text-align: justify;
}
.imgaligngauche {
	float: left;
	padding-right: 12px;
}
.imgaligndroite {
	float: right;
	padding-left: 12px;
}
.clearfloats {
	clear: both;
}
.texteblanc {
	color: #FFFFFF;
}


