
FORM * {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
TEXTAREA, INPUT, LABEL {
	margin: 0 10px 5px 0;
}
TEXTAREA, INPUT {
	border: #666 1px solid; 
	background-color: #fff;
	width: 250px; 
}

a.checkit { 
	width: auto; 
	text-align: right;
	margin-right: 40px;
	color: #666;
	text-decoration: underline;
	font-size: 12px;
}

 a:hover{
	color: #333;}

.venus { display: none; position: absolute; top: -1000px; left: -1000px }


TEXTAREA {
	width: 400px; 
	height: 200px
}
FORM P {
	clear: both;
}
FORM LABEL {
	float: left; 
	width: 15%; 
	text-align: left;
}
#submit {
	border: 1px #000 solid; 
	cursor: hand; 
	padding: 1px; 
	color: #fff; 
	background-color: #666666; 
	width: auto;
}
#submit:hover {
	cursor: hand; 
	color:  #666666;
	background-color: #fff;
}
.alerte {
	font-weight: bold; 
	font-size: 14px;
}
.focus {
	background: #CCCCCC;
}

input:focus{
	background: #CCCCCC;
}

option.focus value:hover{
	background: #CCCCCC;
}

p.erreur{
border-bottom: solid 2px #ccc;
padding-bottom: 10px;
margin-bottom: 15px;
margin-left: 10px;
width: 492px;
font-weight: bold;
color: #339999;}

p.chapo{
border-bottom: solid 2px #ccc;
padding-bottom: 5px;
margin-bottom: 15px;
margin-left: 10px;
width: 492px;
font-weight: bold;
color: #333333;}

