.formulaire {
	border: solid 1px #a41128;
	background-color: #525791;
	font-family: Arial, Verdana, Helvetica, sans-serif;  
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
}

.b_form {
	border: solid 1px #a41128;
	background-color: #525791;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
}


.b_form:hover {
    border: solid 1px #525791;
    background-color: #a41128;
}