/* Document CSS - Formulaires */
    #inscription {border: none; margin: 0; padding: 0; width: 560px;	/*** Largeur du formulaire ***/ } 
    #corpForm input     {margin-left: 1em; text-align: center; width:260px;} 
    #corpForm select    {margin-left: 1em; text-align: center; width:260px;} 
    #corpForm textarea  {margin-left: 1em; text-align: center; width:260px;} 
    #corpForm fieldset{	/*** Mise en fome du corps du formulaire (bordure, couleur du fond...) ***/ border: 1px solid black; color: black; float: center; text-align: center; background: #ffffff; margin: 0; padding: 1em; } 
    #corpForm fieldset {	/*** Mise en forme des cadres ***/ margin: 0; font-style: normal; padding: 0 1em 1em; background: #efefef; } 
    #corpForm p {	/*** Mise en forme des lignes du formulaire ***/ font: 1em arial, helvetica, sans-serif; padding: .2em 0; margin: 0 0 .2em 0; } 
    #corpForm fieldset#coordonnees label {	/*** Mise en forme des intitulés de champs ***/ float: left;	/*** Très important, ne pas suprimer ! ***/ width: 40%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/ text-align: right;	/*** ... et ils sont alignés à droite... ***/ margin: 0; padding: 0 .5em 0 0; line-height: 1.8;	/*** ... et centrés verticalement. ***/ } 
    #corpForm label:hover, #corpForm input { cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/ }
    #corpForm .focus {	/*** Mise en avant des champs en cours d'utilisation ***/ background: #E7FAD8; color: black; }
    #corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/ background: white; color: black; }
    #corpForm label.oblig {font-weight: bold;	/*** Mise en évidence des champs obligatoires ***/}

