input[type="text"].parsley-error, select.parsley-error, textarea.parsley-error {
	color: #FF0000 !important;
	border: 1px solid #FF0000 !important;
}
form.validator .parsley-error .validator_inner label {
	color: #FF0000 !important;
}
.parsley-errors-list {
	display: none;
	color:#F00;
	list-style-type:none;
	font-style:italic;
}
section ul.parsley-errors-list {
	padding-left:0;
	margin-bottom:30px;
}
.parsley-error .merceologie_label {
	font-weight: bold;
	color: #FF0000 !important;
}