/*
Feuille de styles pour formulaire contact.php
màj du 17.05.2005
*/
FORM {
	margin: 0
}
FORM * {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
TEXTAREA, INPUT, LABEL {
	margin: 0 5px 5px 0
}
TEXTAREA, INPUT {
	border: #666 1px solid; 
	background-color: #fff;
	width: 250px; 
}
TEXTAREA {
	width: 220px; 
	height: 50px
}
FORM P {
	clear: both; margin: 0
}
FORM LABEL {
	float: left; text-align: right
}
.thebutton {
	border: 1px #000 solid; cursor: pointer; padding: 1px; color: #fff; background-color: #666; width: auto;
}
#submit:hover {
	border: 1px #ee5f00 solid
}
.alerte {
	font-weight: bold; font-size: 14px
}
.focus {
	background: #ff9
}