/* CSS Document */

	
	/*** Mise en forme du formulaire ***/
#inscription {
	border: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	width: 800px;	/*** Largeur du formulaire ***/
}

#titreForm, #piedForm {	/*** Mise en forme du titre et du pied de formulaire ***/
	font: bold 1.1em arial, hevetica, sans-serif;
	color: black;
	background: #88a8f0;
	margin: 0;
	padding: .5em;
	width: 787px;
}

#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;
}
/**********************************************************************/
/************************ NEWSINCRIPTION .PHP ************************/

#titreFormNewsIns, #piedFormNewsIns {	/*** Mise en forme du titre et du pied de formulaire ***/
	font: bold 1.1em arial, hevetica, sans-serif;
	color: black;
	background: #88a8f0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 7px;
	padding: 0.7em;
	width: 767px;
}

#piedFormNewsIns {
	text-align: left; /*** Les boutons sont alignés à gauche ***/
}

#piedFormNewsIns input {
	font-weight: bold; /*** Pour améliorer la lisibilité des boutons ***/
	margin-left: 1em;
}
#corpFormNewsIns {	/*** Mise en forme du corp du formulaire (bordure, couleur du fond...) ***/
	background: white;
	margin: 0;
	padding: 0.7em; /*** 1em au départ***/
}

#corpFormNewsIns fieldset { /*** Mise en forme des cadres ***/
margin: 0;
font-style: normal;
border :1px solid black;
color: black;
padding: 0 0.5em 0.7em; }

#corpFormNewsIns legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: black;
	border-color : black;
	background: transparent; }

#corpFormNewsIns p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}

#corpFormNewsIns fieldset#item label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 266px;	/*** 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: black; }
	
#corpFormNewsIns fieldset#destination label {
	float: none;
	DISPLAY: inline;
}


#corpFormNewsIns label:hover, #piedFormNewsIns input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}

#corpFormNewsIns label.oblig {
	font-weight: bold;	/*** Mise en évidence des champs obligatoires ***/
}

#corpFormNewsIns .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: black;
	background: transparent;
	margin: 0;
	padding: 0;}

#corpFormNewsIns a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
	color: black;
}

#corpFormNewsIns a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;}

#corpFormNewsIns .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
background: beige;
color: black; }

#corpFormNewsIns .normal {	/*** Retour à l'état normal après l'utilisation ***/
background: white;
color: black;}

/************************ FIN NEWSINCRIPTION .PHP ************************/
/*************************************************************************/


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

#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: black;
	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: 266px;	/*** 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: black; }
	
#corpForm fieldset#project label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 266px;	/*** 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: black; }
	
#corpForm fieldset#destination label {
	float: none;
	DISPLAY: inline;
}

div#left0 {
    float: left;
    width: 500px;
    background-color: white;
}

div#left1 {
    float: left;
    width: 250px;
    background-color: white;
}

div#right1 {
    float: right;
    width: 240px;
    background-color: white;}

div#right0 {
   float: right;
    width: 260px;
    background-color: white;}
	
div#suite {
    clear: both;
    background-color: white;}
select {
	color: black;
	}

#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: black;
	background: transparent;
	margin: 0;
	padding: 0;}

#corpForm a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
	color: black;
}

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

#corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/
background: white;
color: black;}

.image {
float : right;
width : 20%;}

#juridique {
margin: 1em;
padding: 0;
font: 0.8em arial, hevetica, sans-serif;
text-align: center;
color: black;
background: white; 
}

#important {
margin: 1em;
padding: 0;
font: 1em arial, hevetica, sans-serif;
text-align: left;
color: black; }

#basdepage{
margin-top: 120pt ; }
	
#basdepage1{
margin-top: 90pt ;
}
	
#hautdepage2{
margin-top: 80pt ;}

#col60 {
margin-left: 25% ;
width: 50% ; }
	
#col70 {
margin-left: 5% ;
width: 100%; }


		*{
			margin:0;
			padding:0;
			}
		body{
			background-color:#b0d0f0;
			margin: 0;
			padding: 0;
			font-size: 12px;
			}
		#container{
			width:800px;
			margin-top:0;
			margin-left:auto;
			margin-right:auto;
			}
		#header{
			height: 130px;
			
			color: black;
			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: -450px;}
		.imgMap2{
			position: relative;
			left:10%;
			margin-top: 10px;
			}
			
		.imgLanguage{ position: absolute; top:10px; padding-bottom: 2px;}
		.imgLanguage p{ padding-bottom: 2px;}
		.imgLanguage img{width: 20px; height: 15px; border-style: none;}
		.imgLanguage a{border:0; text-decoration: none;}
		
/* MENU */
		/* DEBUT */
		#menu{
			position: absolute;
			top: 110px;
			width: 950px;
			text-align: center;
			z-index: 1;
		}
		#menu a{text-decoration: none; color: black;}
		#menu a:hover { background-color: white; color: black; }
			
		
		/*#menuDeroulant
		{
			padding: 0;
			border: 0;
			list-style-type: none;
			font-family: Verdana, "Times New Roman", Georgia, Times;
		}
		#menuDeroulant li{ float: left; text-align: center; margin: 0; padding: 0; border: 0; }
		#menuDeroulant .sousMenu{ list-style-type: none; margin: 0; padding: 0; border: 0; }
		#menuDeroulant .sousMenu li { float: none; margin: 0; padding: 0; border: 0; } 
		#menuDeroulant li { float: left; width: 135px; margin: 0; padding: 0; border: 0; } 
		#menuDeroulant li a:link, #menuDeroulant li a:visited
		{
			display: block;
			height: auto;
			color: white;
			background: black;
			margin: 0;
			padding: 4px 8px;
			text-decoration: none;
		}

		#menuDeroulant li a:hover { background-color: white; color: black; }

		//Couleur lors du clik sur le lien
		//#menuDeroulant li a:active { background-color: #5F879D; } 
		#menuDeroulant .sousMenu li a:link,
		#menuDeroulant .sousMenu li a:visited{border: 1px solid white;}
		#menuDeroulant .sousMenu li a:hover{color: black; background-image: none; background-color: white; }
		#menuDeroulant .sousMenu li{ float: none; margin: 0; padding: 0; border: 0; width: 135px; border-right: 1px solid transparent;}

		// PropriÈtÈs permettant le dÈroulement des sous menus
		// "Display: none;" permet de masquer les sous menus.
		#menuDeroulant .sousMenu{display: none; list-style-type: none; margin: 0; padding: 0; border: 0;}
		#menuDeroulant li:hover > .sousMenu { display: block; }
		*/
		
/* FIN MENU */


/* CONTENU */
	#contenu{
		width:800px;
		padding-top:10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right:10px;
		background-color: white;
		font-size: 12px;
		font-family: lucida grande, helvetica, Verdana, "Times New Roman", Georgia, Times;
		}
	.textG{
		float:left;
		height:auto;
		width:200px;
		text-align: justify;
		font-size: 11px;
		padding-right: 20px;
		}
			
	.villeContact{ font-weight: bold; }

	.globalText{
		margin-left: 200px;
		padding-left: 20px;
		}
	.cadredd{ padding-right: 5px;}
	.cadredg img{ width: 112px; height: 90px; }
	.cadredg a{text-align: justify; text-decoration: none; color: black; }
	.cadredg a:hover{text-decoration: none; color: blue;}
		

/* BAS DE PAGE */
	#footer{
		/* clear: both; */
		height:200px;
		
		margin-right:50px;
		margin-top:0px;
		
		margin-left: -80px;
		margin-bottom: 20px;
		color: white;
		font-family: Verdana, "Times New Roman", Georgia, Times;
		}
			
	.imgFoot{
		position: relative; 
		left: 50%;
		width: 800px; 
		height: 40px;
		margin-left: -80px;
		margin-bottom: 20px;
		padding-top: 40px; 
		padding-bottom:20px;
		}
	.imgFoot img{ border: none;}
		
	.url_foot1{float: right; text-align: center; 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: white;}
	.url_foot2 a:hover{text-decoration: underline; color: black;}
	#stats { display: none }
	
	
	
	
