/*
Feuille de styles pour formulaire contact.php
màj du 19.05.2009
*/
FORM {
	margin: 0
}
FORM * {
	font: 12px Arial, Helvetica, sans-serif;
}
TEXTAREA, INPUT, LABEL {
	margin: 0 5px 5px 0
}
TEXTAREA, INPUT {
	border: #C69 1px solid; 
	background-color: #fff;
	width: 250px; 
}
.checkit { width: auto; vertical-align: middle; display: inline-block }
.venus { display: none; position: absolute; top: -1000px; left: -1000px }

TEXTAREA {
	width: 330px; 
	height: 100px
}
FORM P {
	clear: both; margin: 0
}
FORM LABEL {
	float: left; width: 12%; text-align: right
}
#submit {
	border: 1px #000 solid; cursor: pointer; padding: 1px; font-weight: bold; color: #000000; background-color: #84CC02; width: auto;
}
#submit:hover {
	border: 2px red solid;
}
.alerte {
	font-weight: bold; font-size: 14px
}
.focus {
	background: #ff9;
}

