
/*******************************************************************************************************/
#contenu form  { color: #000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; padding-right: 30px; padding-left: 30px }
/*** Mise en forme du formulaire ***/
#inscription {
	border: none;
	margin: 0;
	padding: 0;
	width: 40em;	/*** Largeur du formulaire ***/
}
#coordonnees  { border-color: #66f }
#titreForm, #piedForm    { color: white; font: bold 12px Verdana, sans-serif; margin: 0; padding: 2px }
#piedForm {
	text-align: right; /*** Les boutons sont align!"s  ! droite ***/
}
#piedForm input {
	font-weight: bold; /*** Pour am!"liorer la lisibilit!" des boutons ***/
	margin-left: 1em;
}
#corpForm      { color: black; margin: 10px; padding: 0 }
#corpForm fieldset  { font-style: normal; margin: 0; padding: 0 10px 5px 5px }
#corpForm legend   { color: #39f; font-size: 15px; font-family: GillSans, "Gill Sans", Verdana, sans-serif; font-weight: bold; line-height: 20px; background: transparent }
#corpForm p   { margin-top: 5px; margin-bottom: 5px; margin-left: 5px }
#corpForm fieldset#coordonnees label    { font-size: 11px; font-family: Verdana, sans-serif; text-align: right; float: left; margin: 0; padding-top: 3px; padding-right: 5px; width: 150px }
#corpForm label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs  ! cliquer sur les intitul!"s ***/
}
#corpForm label.oblig {
	font-weight: bold;	/*** Mise en !"vidence des champs obligatoires ***/
}
#corpForm .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0;
}
#corpForm a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}
#corpForm a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;
}
#corpForm a.aide:hover {	/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}
#corpForm .focus     { color: black; background-color: #d8e8f1 }
#corpForm .normal {	/*** Retour  ! l'!"tat normal aprĒs l'utilisation ***/
	background: white;
	color: black;
	}

