/*
Feuille de styles pour formulaire contact.php
mýj du 17.05.2005
*/
FORM {
	padding-top:10px;
	width:300px;
}
FORM * {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#214354;
}
TEXTAREA, INPUT, LABEL {
	margin: 0 5px 5px 0
}
TEXTAREA, INPUT {
	background-color: #fff;
	width: 200px; 
}
.checkit { width: auto; vertical-align: middle; display: inline-block }
.venus { display: none; position: absolute; top: -1000px; left: -1000px }
TEXTAREA {
	width: 200px; 
	height: 100px
}
FORM P {
	clear: both; margin: 0
}
FORM LABEL {
	float: left; text-align: right;
}
#submit {
	 width: auto;
	 text-decoration:none;
	 border:none;
	 background-color:#02445c;
	 color:#CCCCCC;
	 
}
#submit:hover {
}
.alerte {
	font-weight: bold; font-size: 14px
}
.focus {
	background: #ff9
}

#fichier {
width:200px;
}