.liste-fleche {
	list-style : square;
}
.centre {
	text-align : center;
}
.justifie {
	text-align : justify;
}
.corps14 {
	font-size:14px;
}
.flottant-droit {
	float:right;
	}
.flottant-gauche {
	float:left;
	}
.non-flottant {
	clear:both;
	}
.bleu {
	color:#004d9f;
}
.bleu-ciel {
	color:#00a6ec;
}
.vert {
	color:#53a525;
}
.orange {
	color:#ed6a00;
}
.rouge {
	color:#d1000d;
}
