form {
	margin-bottom: 20px;
}

.normal label {
	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;	/*** ... et centrés verticalement. ***/
	font-family: verdana, arial, sans-serif;

}
.special_field label {
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: auto;
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	padding: 0 .5em 0 0;
	line-height: 18px;	/*** ... et centrés verticalement. ***/
	font-family: verdana, arial, sans-serif;

}
.special_field label#cv1 {
	text-indent: 111px;
}
.spe label, .normal label, .special_field label {
	font-size: 1em;
	color: #666;
	font-weight: bold;
	line-height: 18px;

}
.spe label {
	margin-right: 10px;
}
.spe .input_radio label {
	color: #666;
}
.input_radio {
	text-indent: 30px;
}
fieldset {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-style: normal;
	padding: 0 5px 10px 5px;
	border: solid 1px #FEAE18;
	border-color: #FEAE18 #F3A005 #F3A005 #FEAE18;
	background: #FFD17C;
}
legend {
	font-size: 1em;
	color: #000;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
legend strong, form .error {
	font-size: 0.8em;
}
label:hover, p#valid input {
	cursor: pointer;	
}
#infos {
	font-size: 0.8em;
	font-weight: normal;
	color: #cccccc;
	margin-bottom: 5px;
	font-family: verdana, arial, sans-serif;
}
#champs {
	text-align: right;
	color: #CD0D1E;
	font-weight: bold;
}
.focus { 
	background: #fff;
	border: 1px solid #fc3;
	padding: 1px;
}  
input.normal, textarea, select {
	background: #FFF;
	border: 1px solid #CFCFCF;
	color: #666;
}
.input_radio input {
	vertical-align: middle;
}
span.top, span#champs {
	color: #CD0D1E;
	vertical-align: top;
	margin: 0;
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
}

