form {
	width: 80%;
	
}
label {
	font-size: 0.80em;
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 20%;
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	padding: 0 .5em 0 0;
	line-height: 18px;
	color: #DBD8D8;
	font-weight: bold;
}
fieldset {
	margin-left: 10px;
	margin-bottom: 10px;
	font-style: normal;
	padding-bottom: 0.6em;
	border: 1px #fff solid;

}
legend {
	font-size: 0.8em;
	color: #F60;
	vertical-align: middle;
	font-weight: bold;
}
p label:hover, #valid input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}
#champs {
	padding-left: 100px;
}
.focus { 
	background: #FFD1A3;
	border: 1px solid #999; 
	color: #000;
} 
input.normal, input, textarea, select {
	background: #FFF;
	border: 1px solid #999;
	color: #09c;
}
span.top, span#champs {
	color: red;
	vertical-align: top;
	margin: 0;
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
}