textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	}
form.contact {
	width:80%;
	margin:0 auto;
	}
form.contact fieldset {
	border:0 none;
	border-bottom:1px solid #CCC;
	}
form.contact label {
	width:200px;
	text-align:right;
	margin-right:1em;
	float:left;
	clear:left;
	display:block;
}
form.contact input,form.contact textarea {
	border:1px solid #206880;
	/*border-left-color:#385C68;
	border-top-color:#385C68;*/
	color:#206880;
	padding:.1em;
	width:400px;
	}
form.contact fieldset.coordonnees input {
	width:300px;
	}
p.submit {
	text-align: right;
	}
form.contact input.submit {
	font-size:1em;
	color:#fff;
	width:auto;
	}
label.optionel {
	font-style: italic;
	}
legend {
	background:#FB38A1;
	padding:.2em 3em;
	margin:.5em;
	color:#fff;
	font-size:1.1em;
	font-weight: bold;
}
.error {
	color:#db0624;
	display:block;
}
