label {
	font-size: 0.85em;
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 25%;
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	padding: 0 .5em 0 0;
	line-height: 18px;	/*** ... et centrés verticalement. ***/
}
fieldset {
	margin-left: 10px;
	margin-bottom: 10px;
	font-style: normal;
	padding: 0.6em;
	border: 1px #ccc solid;
}
legend {
	font-size: 0.8em;
	color: #FF9900;
	vertical-align: middle;
	font-weight: bold;
}
label:hover, #valid input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}
#champs {
	padding-left: 130px;
}
.focus { 
	background: #F0F0F0;
	border: 1px inherit red; 
	color: #09f;
} 
input.normal, input, textarea, select {
	background: #FFF;
	border: 1px solid #CFCFCF;
	color: #0057AE;
}
span.top, span#champs {
	color: red;
	vertical-align: top;
	margin: 0;
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
}
#bouton_valid {
	text-align: center;
	background: #09c;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	border: solid 1px #666;
	margin: 10px 0 20px 0;
}
#bouton_valid:hover {
	text-align: center;
	background: #ccc;
	cursor: pointer;
	color: #f60;
	font-weight: bold;
	border: solid 1px #09c;
}