#infos_form {
	font-size: 0.9em;
	color: #F60;
	font-weight: bold;
}
#contenu form p span {
	font-size: 0.9em;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
}
#contenu form {
	width: 500px;
}
#contenu form#search {
	width: 265px;
}
#contenu form#search2 {
	width: 265px;
	margin: 0 auto;
}
#contenu label {
	font-size: 0.85em;
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 27%;
	color: #039;
	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;
}
#contenu fieldset{
	width: 100%;
	margin-left: 25px;
	margin-bottom: 10px;
	font-style: normal;
	padding: 1em;
	border: 1px #fc3 solid;
}
#contenu fieldset span, .error {
	color: #CD0D1E;
	font-weight: bold;
}
#contenu fieldset p.spe {
	margin: 0;
}
#contenu fieldset p.spe2 select {
	font-size: 0.8em;
}
#contenu #search select, #contenu #search2 select {
	font-size: 0.7em;
}
#contenu legend {
	font-size: 13px;
	color: #F60;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
#contenu label:hover {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}
#contenu .focus { 
	background: #FFF;
	border: 1px solid #F90; 
	color: #036;
	padding: 2px;
} 
#contenu .normal {
	background: #FFF;
	border: 1px solid #CFCFCF;
	color: #36f;
}
#contenu #champs {
	text-align: right;
	color: #CD0D1E;
	font-weight: bold;
}
#contenu span.top, span#champs {
	color: #CD0D1E;
	vertical-align: top;
	margin: 0;
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
}
