/*** 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: black;
}


/*** 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: black;
	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  black;
	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  black;
color: #036;
padding: 0 0.5em 0.7em;
}

#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: #036;
	border-color :  black;
	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#left0 label {
	DISPLAY: inline;
	float: none;
}

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

div#left0 {
    text-align:left;
    float: left;
    width: 70%;
}

div#left1 {
    float: left;
    width: 205px;
}

div#left2 {
    float: left;
    width: 39.5%;
}

div#right1 {
    float: right;
    width: 215px;
}

div#right0 {
    float: right;
    width: 180px;
}

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;
	}

#telbaspage {

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

	color: #036;

	}

	#important {
   margin: 1em;
	padding: 2pt;
	border: solid ;
	border-color:  black;
	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% ;
	}
	
	
	#contenu{
		overflow: auto;
		width: 985px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		background-color: white;
		}
		
		#container{
			width: 985px;
			margin-top: 0;
			margin-left: 15px;
			margin-right: 15px;
			}
		#header{
			height: 160px;
			background-color: black;
			color: white;
			font-family: Verdana, "Times New Roman", Georgia, Times;
			}
		.imgHead{
			position: relative;
			left:50%;
			width: 90px;
			height: 90px;
			margin-top: 10px;
			margin-left: -45px;
			margin-bottom: 20px;
			}
		.imgHead img{
			border:none;
			height: 90px;
			width: 90px;
			}
			
		.imgMap{ position: absolute; top:10px; padding-bottom: 2px; margin-left: 950px;}
		.imgMap2{
			position: relative;
			left:90%;
			margin-top: 10px;
			}
			
		.imgLanguage{ position: absolute; top:10px; padding-bottom: 2px; padding: .1em 0; margin: 0 0 .1em 0;}
		.imgLanguage p{ padding-bottom: 2px;}
		.imgLanguage img{width: 20px; height: 15px; border-style: none;}
		.imgLanguage a{border:0; text-decoration: none;}
		
		
		#menu{
			position: absolute;
			top: 110px;
			width: 965px;
			text-align: center;
			z-index: 1;
		}
		#menu a{text-decoration: none; color: white;}
		#menu a:hover { background-color: white; color: black; }
		
	#footer{
		height: 150px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: black;
		color: white;
		font-family: Verdana, "Times New Roman", Georgia, Times;
		}
			
	.imgFoot{
		position: relative; 
		left: 50%;
		width: 950px; 
		height: 40px;
		margin-left: -130px;
		margin-bottom: 20px;
		padding-top: 40px; 
		padding-bottom:20px;
		}
	.imgFoot img{ border: none;}
		
	.url_foot1{float: right; text-align: right; font-size: 10px;}
	.url_foot1 a{text-decoration: none; color: white;}
	.url_foot1 a:hover{background-color: white; color: black;}

	.url_foot2{width: 950px; text-align: center;}
	.url_foot2 a{text-decoration: none; color: #fff;}
	.url_foot2 a:hover{text-decoration: underline; color: #fff;}
