form {
	margin-bottom: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
label {
	font-size: 0.85em;
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 26%;
	color: #ffefce;
	font-weight: bold;
	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;
}
fieldset {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-style: normal;
	padding: 0 5px 10px 5px;
	border: solid 1px #D5E8F4;
	border-color:  #404040 #383838 #383838 #404040;
	background: #333;
}
legend {
	font-size: 1.2em;
	color: #ccc;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
label:hover, #valid input {
	cursor: pointer;	
}
#infos, span#champs {
	font-size: 0.8em;
	font-weight: normal;
	color: #CD0D1E;
	margin-bottom: 5px;
	font-family: verdana, arial, sans-serif;
}
p.text_center input {
	border: 0;
	background: none;
}
#champs {
	text-align: right;
	color: #CD0D1E;
	font-weight: bold;
}
#info {
	font-size: 0.8em;
}
.focus { 
	background: #fff;
	border: solid 1px #fc3;
}  
input.normal, input, textarea, select {
	background: #FFF8E8;
	border: 1px solid #CFCFCF;
	color: #000;
}
span.top, span#champs {
	color: #CD0D1E;
	vertical-align: top;
	margin: 0;
	display: inline;
	font-weight: bold;
}
#bouton_valid {
	margin: 10px 0 20px 0;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	border: solid 2px #ccc;
	border-color:  #404040 #383838 #383838 #404040;
	background: #333;
}
#bouton_valid:hover {
	text-align: center;
	background: #333;
	cursor: pointer;
	color: #ffefce;
	font-weight: bold;
	border: solid 2px #ccc;
	border-color:  #494949 #535353 #535353 #494949;
}