#form_contact {
	position: absolute;
	left: 611px;
	top: 193px;
	width: 368px;
	height: 433px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
}
.champ_nom {
	position: absolute;
	left: 40px;
	width: 300px;
	height: 27px;
	margin: 5px;
	top: 12px;
}
.champ_prenom {
	position: absolute;
	left: 42px;
	width: 300px;
	height: 27px;
	margin: 5px;
	top: 83px;
}

.champ_email {
	position: absolute;
	left: 40px;
	width: 300px;
	height: 27px;
	margin: 5px;
	top: 153px;
}
.champ_message {
	position: absolute;
	left: 17px;
	line-height: 25px;
	width: 328px;
	height: 125px;
	margin: 10px;
	top: 225px;
}

.validez {
	color: #903;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	width: 143px;
	right: 25%;
	position: absolute;
	left: 638px;
	top: 591px;
	font-weight: bold;
	z-index: 25;
}
.effacer {
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	width: 143px;
	right: 25%;
	position: absolute;
	left: 832px;
	top: 593px;
	z-index: 25;
}
#fond_merci {
	position: relative;
	height: 157px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#textemercicontact {
	position:absolute;
	left:184px;
	top:18px;
	width:607px;
	height:98px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 18px;
	margin: 0px;
	padding: 10px;
	text-align: center;
	border: medium dashed #C06;
}
