#piedForm {
	text-align: right; /*** Les boutons sont aligns  droite ***/
}
#piedForm input {
	font-weight: bold; /*** Pour amliorer la lisibilit des boutons ***/
	margin-left: 1em;
}


#corpForm legend   { color: #636363; font-weight: bold; font-size: 12px; background-color: transparent }
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}
#corpForm fieldset#corpForm label   { line-height: 1.8; text-align: right; float: left; margin: 0; padding: 0 0.5em 0 0; width: 40% }

#corpForm label   { line-height: 1.8; text-align: right; float: left; margin: 0; padding: 0 0.5em 0 0; width: 30% }
#corpForm label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs  cliquer sur les intituls ***/
}
#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: #fff }
#corpForm .normal {	/*** Retour  l'tat normal aprs l'utilisation ***/
	background: white;
	color: black;
}

/*** Mise en forme des messages d'erreur ***/

#corpForm .alerte {	/*** Mis en vidence des champs mal renseigns ***/
	border: 1px solid red;
}
#corpForm .messageAlerte  { color: red; font-weight: bold; background: no-repeat left center; margin: 0 0 0.3em 0.3em; display: block }

#corpForm fieldset,#corpForm input,#corpForm textarea  {  }/*width: 50%*/
#corpForm { font-size: 12px }
.petit { font-size: 9px !important }
input  { background-color: #e6e6e6; padding: 2px; border: solid 1px #000 }
#hid1img,#hid2img,#hid3img,#hid4img,#hid5img,#hid6img { background: url(../im/form-autres.gif) no-repeat right  }



