.error {
	color: #CD0D1E;
	font-weight: bold;
}
.text_center {
	text-align: center;
}
.left {
	float: left;
	margin: 5px 10px 0 10px;
}
.right {
	float: right;
	margin: 5px 10px 0 15px;
}
	img.right {
		padding: 3px;
		border: solid 1px #ccc;
	}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
strong.nom {
	color: #13578E;
}
.fleche_orange {
	background: url('../images/fleche-orange.png') no-repeat left top;
	height: 19px;
	padding: 0 0 0 35px;
}
.fleche_bleu {
	background: url('../images/fleche-bleu.jpg') no-repeat left top;
	height: 36px;
	padding: 8px 0 0 53px;
	width: 300px;
	margin: 30px auto 20px auto;
}
