/*** Mise en forme de la page ***/
body {
	margin: 1em;
	padding: 0;
	font: .8em arial, hevetica, sans-serif;
	text-align: left;
	color: black;
	background: white;
}
p#notes {
	border-bottom: 1px dotted black;
	padding-bottom: 1em;
}
p#footer {
	border-top: 1px dotted black;
	padding-top: 1em;
}
.duree{
	font-weight:bold;
	margin-left:20px;

}
/*** Mise en forme du formulaire ***/
#formulaire {
	border: none;
	margin: 0;
	padding: 0;
	width: 75em;	/*** Largeur du formulaire ***/
	margin-left: auto;
	margin-right: auto;
}
#titreForm, #piedForm {	/*** Mise en forme du titre et du pied de formulaire ***/
	font: bold 1.1em arial, hevetica, sans-serif;
	color: white;
	background: black;
	margin: 0;
	padding: .5em;
}
#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 {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	border: 1px solid black;
	color: black;
	background: #efefef;
	margin: 0;
	padding: 1em;
}
#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
	margin-top: 20px;
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: black;
	background: transparent;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
	clear: left;
}
#corpForm fieldset label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 50%;	/*** 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, #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 {	/*** 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;
}

.legende {
	color: #FF0032;
	font-style: italic;
	font-weight: bold;
}

/*** Mise en forme des messages d'erreur ***/

#corpForm .alerte {	/*** Mis en évidence des champs mal renseignés ***/
	border: 1px solid red;
}
#corpForm .messageAlerte {	/*** Mise en forme des message d'alerte ***/
	display: block;
	margin: 0 0 .3em .3em;
	padding-left: 2em;
	color: red;
	font-weight: bold;
	background: url('icon_alert.gif') no-repeat left center;
}

fieldset ul.liste {
	float: left;
	width: 400px;
	/*background-color: red;*/
	list-style-type: none;
	padding: 0;
}

fieldset ul.liste li {
	float: left;
	width: 200px;
	/*background-color: blue;*/
}

#corpForm textarea {
	width: 300px;
	height: 70px;
}

.erreur {
	color: #FF0032;
	font-style: italic;
	font-weight: bold;
}

#corpForm .liens_etapes {
	margin-top: 20px;
	margin-bottom: 30px;
}
#corpForm .liens_etapes a {
	border: 1px dotted blue;
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
	background: yellow;
	color: red;
}

#corpsValidation fieldset label {
	float: left;
	width: 50%;
	text-align: right;
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;
	font-weight: bold;
}

#corpsValidation fieldset p span {
	float: left;
	width: 40%;
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;
	background-color: white;
}
/*ce que j'ai ajoute*/


#corpForm fieldset .nom_prenom{
	width:100%;
	margin-left:16em;
	margin-bottom:2em;
}

#corpForm fieldset .nom_prenom label{
	width:10%;
	text-align:left;
	margin-left:10px;
}

#corpForm fieldset .nom_prenom input{
	float:left;
}



/**/


