@charset "utf-8";
/* CSS Document */


#contenu_contact{
	position:relative;
	top:50px;
	width:620px;
	height:400px;
	background: url(../images/fond_perspective.gif) no-repeat bottom left;
	margin-left:auto;
	margin-right:auto;
}

#formulaire{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:450px;
}

p input{
	width:90%;
}

#ccomment{
	width:95%;
	height:90px;
}

#formContact label{
	color:#BDCC00;
	font-size:12px;
	font-weight:bold;
}

.titreContact{
	color:#5D1F60;
	font-size:14px;
}

.commentContact{
	font-size:12px;
}

#p-bt-envoie{
	width:35%;
	margin-left:auto;
	margin-right:auto;
}