/*
Feuille de styles pour formulaire contact.php
*/
FORM {
	margin: 0
}
FORM * {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
TEXTAREA, INPUT, LABEL {
	color: #000000;
}
checkbox {
with: 10px}

TEXTAREA, {
	border: #666 1px solid; 
	
	width: 300px;
	}
TEXTAREA {
	left: 12px;
	width: 450px; 
	height: 200px;
	color: #000000;
}
FORM P {
	clear: both; margin: 0
}
FORM LABEL {
	 text-align: right;
	 color: #ffffff;
}
#submit {
	border: 1px #000 solid; cursor: pointer; padding: 1px; color: #fff; background-color: #663399; width: auto;
}
#submit:hover {
	border: 1px red solid
}
.alerte {
	font-weight: bold; color:#660099; font-size: 14px
}
.focus {
	background: #ff9999
}