/*
Feuille de styles pour formulaire contact.php
màj du 17.05.2005
*/
FORM {
	margin: 0
}
FORM * {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
TEXTAREA, INPUT, LABEL {
	margin: 0 5px 5px 0
}
TEXTAREA, INPUT {
	border: #666 2px solid; 
	background-color: #fff;
	width: 250px; 
}
TEXTAREA {
	width: 250px; 
	height: 100px
}
FORM P {
	clear: both; margin: 0
}
FORM LABEL {
	float:left; width: 12%; text-align:justify;
}
#submit {
	border: 2px #bfbfbf solid; cursor: pointer; padding: 1px; color: #ffffc6; background-color: #616161; width: auto;
}
#submit:hover {
	border: 2px red solid
}
.alerte {
	font-weight: bolder; font-size: 30 px ; color:yellow; text-decoration:underline; text-align:center;
}
.focus {
	background: yellow
}
