#center div.formulaire
{
	width: 85%;
	margin-top: 10px;
}

#center div.f_row label
{
	float: left;
	width: 39%;
	text-align: right;
	font-weight: bold;
	padding-top: 3px;
	color: #09c;
	font-size: 110%;
}

#center input, #center textarea
{
	width: 150px;
}

#center div.f_row span.f_comp, #center div.f_row span.f_lien
{
	float: right;
	width: 60%;
	text-align: left;
}

#center div#newsletter
{
	border: 1px dashed #ccc;
	border-left: 0;
	border-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

