/* CSS Document */

		*{
			margin:0;
			padding:0;
			}
		body{
			background-color: black;
			margin: 0;
			padding: 0;
			font-size: 12px;
			}
		#container{
			width: 950px;
			margin-top: 0;
			margin-left: 15px;
			margin-right: 15px;
			}
		#header{
			height: 130px;
			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: -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: white;}
		#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{
		overflow: auto;
		width: 950px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 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-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;}
	#stats { display: none }