div.contact
{
	margin :auto;
	text-align : center;
	width : 700px;
	height : auto;
}

div.contact div.titrepage
{
	font-size:20px;
	font-weight:bold;
	padding-bottom : 40px;
}

div.contact div.contact-form
{
	text-align : left;
}

div.contact div.contact-form label 
{
	display : block;
	position :relative;
	float : left;
	width : 150px;
}

div.contact div.contact-form input,
div.contact div.contact-form textarea 
{
	position : relative;
	margin-bottom : 2px;
}

div.contact div.contact-submit
{
	text-align : center;
	height : 50px;
	margin-top : 20px;
}

div.contact div.contact-bas 
{
	text-align : center;
	font-size : 13px;
	font-style : italic;
}