@charset "utf-8";

#formulaire {
	position: absolute;
	left: 62px;
	top: 215px;
	width: 900px;
	height: 500px;
	background-image: url(images/formulaire-de-contact.gif);
}

.champ {
	border: 0px;
	height: 16px;
	font-family: Verdana, Helvetica;
	font-size: 11px;
}

#champNom {
	position: absolute;
	left: 284px;
	top: 333px;
}

#champObjet {
	position: absolute;
	left: 284px;
	top: 360px;
	width: 285px;
	height: 18px;
}

#champMail {
	position: absolute;
	left: 284px;
	top: 387px;
}

#champTel {
	position: absolute;
	left: 284px;
	top: 415px;
}

#champMessage {
	position: absolute;
	left: 297px;
	top: 457px;
	width: 610px;
	height: 150px;
}

#footer {
	position: absolute;
	left: 0px;
	top: 735px;
	padding: 10px;
	height: auto;
	width: 1004px;
	background-image: url(images/footer.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}

