#inscription {
	border: none;
	margin: 0 0 0 70px;
	padding: 0;
}

#corpForm {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	margin: 0 22px 0 0;
}
#corpForm fieldset {	/*** Mise en forme des cadres ***/
	border:0;
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	background: transparent;
	padding-bottom:4px;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .1em 0;
	margin: 0 0 .1em 0;
	clear:both;
}
#corpForm em {	/*** Mise en forme des lignes du formulaire ***/
	font-size:0.9em;
}

input{
	width:147px;
	border:1px solid #AA4A1F;
	display:block;
	float:left;
	margin-top:10px;
}
#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 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 {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: beige;
	color: black;
}
#corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
}
.alerte{
	color: red;
	font-weight: bold;
}
textarea{
	width:400px;
	border:1px solid #AA4A1F;
}
label{
	width:100px;
	display:block;
	float:left;
	padding:10px 5px 0 0;
	text-align:right;
}

#piedForm {
	margin-left:317px;
}
#piedForm input {
	font-weight: bold;
	display:inline;
	width:90px;
	background-color:#FFFFFF;
	font-size:0.8em;
	margin-right:10px;
}

.civilite{
	display:inline;
	width:20px;
	float:none;
	border:0;
}