fieldset{
	border:0;
}
legend{
	color:#B70072;
	font-weight:bold;
	font-size:1.2em;
}
fieldset input{
	width:335px;
}
fieldset input.case{
	width:25px;
}
fieldset p.champs{
	margin-top:10px;
	font-weight:bold;
}
.focus {
	background: #F9F9F9;
	color: black;
}
.gras{
	font-weight:bold;
}
textarea{
	width:335px;
}
#envoyer{
	background-color:#B70072;
	color:#FFFFFF;
	font-weight:bold;
	border:0;
}
.form_error{
	color:#FF0000;
}
input:focus{
	background-color:#F9F9F9;
}
textarea:focus{
	background-color:#F9F9F9;
}
