/*Classe*/
.red, .error {
	color: red;
	font-weight: bold;
	margin-bottom: 15px;
}
.text_center {
  text-align: center;
}
.right {
	float: right;
}
strong.nom {
	color: #74002C;
}
strong.spe {
	color: #f90;
}
.clear_left {
	clear: left;
}