/*** Mise en forme générale de la page ***/

body {

	margin: 1em;

	padding: 0;

	font: .8em arial, hevetica, sans-serif;

	text-align: left;

	color: #036;

	background: white;

}



/*** Mise en forme du formulaire ***/

#inscription {

	border: none;

	margin: 0;

	padding: 0;

	text-align: left;

	width: 100%;	/*** Largeur du formulaire ***/

	

}

#titreForm, #piedForm {	/*** Mise en forme du titre et du pied de formulaire ***/

	font: bold 1.1em arial, hevetica, sans-serif;

	color: white;

	background: #996;

	margin: 0;

	padding: .5em;

}

#piedForm {

	text-align: left; /*** Les boutons sont alignés à gauche ***/

}

#piedForm input {

	font-weight: bold; /*** Pour améliorer la lisibilité des boutons ***/

	margin-left: 1em;

}

#corpForm {	/*** Mise en forme du corp du formulaire (bordure, couleur du fond...) ***/

	border: 1px solid #996;

	background: white;

	

	margin: 0;

	padding: 0.7em; /*** 1em au départ***/

}





#corpForm fieldset { /*** Mise en forme des cadres ***/

margin: 0;

font-style: normal;

border :1px solid #996;

color: #036;

padding: 0 0.5em 0.7em;

}



#corpForm legend {	/*** Mise en forme des titres des cadres ***/

	font-weight: bold;

	color: #036;

	border-color : #996;

	background: transparent;

}

#corpForm p {	/*** Mise en forme des lignes du formulaire ***/

	padding: .2em 0;

	margin: 0 0 .2em 0;

}

#corpForm fieldset#item label {	/*** Mise en forme des intitulés de champs ***/

	float: left;	/*** Très important, ne pas suprimer ! ***/

	width: 32%;	/*** 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. ***/

	color: #036;

}


#corpForm fieldset#destination label {
	float: none;
	DISPLAY: inline;
}


div#left0 {

    float: left;

    width: 70%;

    background-color: white;

}

div#left1 {

    float: left;

    width: 49.5%;

    background-color: white;

}



div#left2 {

    float: left;

    width: 39.5%;

    background-color: white;

}



div#right1 {

    float: right;

    width: 51.5%;

    background-color: white;

}

div#right0 {

    float: right;

    width: 30%;

    background-color: white;

}



div#suite {

    clear: both;

    background-color: white;

}



select {

	color: #036;

	}



#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: #036;

	background: transparent;

	margin: 0;

	padding: 0;

}

#corpForm a.aide {	/*** Mise en forme des bulles d'aide ***/

	text-decoration: none;

	color: #036;

}

#corpForm a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/

	margin: 0;

	padding: 0;

	border: 0;

}

#corpForm .focus {	/*** Mise en avant des champs en cours d'utilisation ***/

	background: beige;

	color: #036;

}

#corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/

	background: white;

	color: #036;	  

}

.image {

float : right;

width : 20%;

}



#juridique {

margin: 1em;

	padding: 0;

	font: 0.8em arial, hevetica, sans-serif;

	text-align: left;

	color: #036;

	background: white;

	}



	#important {

   margin: 1em;

	padding: 2pt;

	border: solid ;

	border-color: #996;

	font: 1em arial, hevetica, sans-serif;

	text-align: left;

	color: #036;

	

	}

	

	#basdepage{

	margin-top: 120pt ;

	}
	
	#basdepage1{

	margin-top: 90pt ;

	}
	
	#hautdepage2{

	margin-top: 80pt ;

	}

	

	#col60 {

	margin-left: 25% ;

	  width: 50% ;

	}
	
	#col70 {

	margin-left: 5% ;

	  width: 100% ;

	}

