form {
	margin-bottom: 50px;
}
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: solid 1px #DAD3A7;
}
legend {
	font-size: 0.8em;
	color: #000;
	vertical-align: middle;
	font-weight: bold;
}
label:hover, #valid input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}
#infos {
	font-size: 0.7em;
	font-weight: normal;
	color: #c30c3e;
	margin-bottom: 5px;
}
p.text_center input {
	border: 0;
	background: none;
}
#champs {
	padding-left: 130px;
}
.focus { 
	background: #FDFBF1;
	border: 1px inherit red; 
	color: #c30c3e;
} 
input.normal, input, textarea, select {
	background: #FFF;
	border: 1px solid #CFCFCF;
	color: #000;
}
span.top, span#champs {
	color: #c30c3e;
	vertical-align: top;
	margin: 0;
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
}
#bouton_valid {
	text-align: center;
	background: #FFF9E1;
	cursor: pointer;
	color: #c30c3e;
	font-weight: bold;
	border: solid 1px #ccc;
	margin: 10px 0 20px 0;
}
#bouton_valid:hover {
	text-align: center;
	background: #c30c3e;
	cursor: pointer;
	color: #FFF9E1;
	font-weight: bold;
	border: solid 1px #333;
}