/* CSS Document */

		*{
			margin:0;
			padding:0;
			}
		body{
			background-color: black;
			margin: 0;
			padding: 0;
			font-size: 12px;
			}
		#container{
			width: 975px;
			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;}
		.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: 965px;
			text-align: center;
			z-index: 1;
		}
		#menu a{text-decoration: none; color: white;}
		#menu a:hover { background-color: white; color: black; }
			
		
		
/* FIN MENU */


/* CONTENU */
	#contenu{
		overflow: auto;
		width: 965px;
		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{
		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;}
	#stats { display: none }
	
/* Liens */
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
.tab {
font-size: 11px;
}

/* partie GAUCHE*/

.gauche {
float : left;
width : 245px;
}

.droite {
float : rigth;
}
