form {
	margin-bottom: 20px;
}
#content_right_spe form p {
	text-align: left;
}
#content_right_spe form p.text_center, #content_right form p.text_center {
	text-align: center;
}
label {
	font-size: 0.85em;
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 26%;
	color: #666;
	font-weight: bold;
	font-size: 0.7em;
	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;
}
#ao_form label {
	width: 40%;
}
fieldset {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-style: normal;
	padding: 0 5px 10px 5px;
	border: solid 1px #D5E8F4;
	border-color: #A4B9C2 #D9E1E6 #D9E1E6 #A4B9C2;
	background: #F9FBFB;
}
legend {
	font-size: 0.9em;
	color: #000;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 5px;
}
label:hover, #valid input {
	cursor: pointer;	
}
#infos {
	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;
}
.focus { 
	background: #fff;
	color: #000;
	border: 1px solid #fc3;
}  
input.normal, input, textarea, select {
	background: #FFF;
	border: 1px solid #CFCFCF;
	color: #004B96;
}
textarea {
	width: 93%;
	margin-left: 5px;
}
span.top {
	color: #CD0D1E;
	vertical-align: top;
	margin: 0;
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
}
form p#champs_spe {
	color: #CD0D1E;
	margin: 0;
	font-size: 0.8em;
	text-align: right;
}
