#bouton_valid {
	text-align: center;
	background: #999;
	cursor: pointer;
	color: #ff0000;
	font-weight: bold;
	border: solid 2px #666;
	margin: 10px 0 20px 0;
}
#bouton_valid:hover {
	text-align: center;
	background: #ccc;
	cursor: pointer;
	color: #ff0000;
	font-weight: bold;
	border: solid 2px #999;
}
#contact {
	width: 90%;
}
#contact label {
	font-size: 0.85em;
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 150px;
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	padding: 0 .5em 0 0;
	line-height: 18px;	/*** ... et centrés verticalement. ***/
	color: #666;
}
#contact form {
	border: none;
	margin-top: 20px;
	padding: 0;
	width: 80%;
}
#contact fieldset{
	margin-left: 25px;
	margin-bottom: 10px;
	font-style: normal;
	padding: 0.6em;
	border: 1px #ccc inherit;
	width: 475px;
}
#contact legend {
	font-size: 0.8em;
	color: red;
	vertical-align: middle;
	font-weight: bold;
}
label:hover, #pied input, #piedmembre input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}
#champs {
	font-size: 1em;
}
.focus { 
	background: #F0F0F0;
	border: 1px inherit #ccc; 
	color: #575D5B;
} 
.normal {
	background: #FFF;
	border: 1px solid #CFCFCF;
	color: #036;
}