/*
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, select {
	border: solid 1px #454545; 
	background-color: #fff;
	width: 200px;
}

.checkbox {
width: 20px !important;
border:none !important;
background:none;
}
.checkit { width: auto; vertical-align: middle; display: inline-block }
.venus { display: none; position: absolute; top: -1000px; left: -1000px }
/*TEXTAREA {
	width: 400px; 
	height: 200px
}
FORM P {
	clear: both; margin: 0
}
FORM LABEL {
	float: left; width: 12%; text-align: right
}*/
#submit, #reset {
	border: solid 1px #333;
	cursor: pointer;
	font-weight: bold;
	padding: 1px;
	color: #fff;
	background-color: #454545;
	width: 50px;
}
#submit:hover, #reset:hover {
	color: #999;
}
.alerte {
	font-weight: bold;
	color: #FF0000;
}
.focus {
	background: #ff9
}

