#Menu {
	position:relative;
	width:100%;
	height:258px;
	z-index:1;
	background-color: #73A7CF;
}
body {
	background-color:#6F7A7F;
	background-repeat: repeat;
	margin: 0; /* pour éviter les marges */
     text-align: center;
	
}

#global {
	/*position:absolute;
	left:129px;
	top:1px;*/
	margin-left: auto;
    margin-right: auto;
	width:800px;
	text-align: left;
	height:900px;
	z-index:1;
}

#Content {
	position:relative;
	
	width:800px;
	z-index:2;
	background-color: #FFFFFF;
	background-image: url(images/Content.jpg);
	background-repeat: no-repeat;
/*	height: 500;
	top: 1px;*/
	}
#FooterZ {
	position:relative;
	width:100%;
/*	height:105px;*/
	z-index:2;
	background-color: #FFFFFF;
	
}

#ImgDroite {
	position:absolute;
	right:0px;
	top:0px;
	width:323px;
	height:230px;
	z-index:0;
	background-image: url(images/Bandeau/HautDroit.jpg);
	background-repeat:no-repeat;
}
#navigation {
	position:relative;
	left:0px;
	top:0px;
	width:478px;
	height:211px;
	z-index:4;
}

#navigationOnglet {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:27px;
	z-index:99;
	background-color:#73A7CF;
}
p { margin:0;
padding:10px;}

#Bouton {
	position:relative;
	left:0px;
	top:0px;
	width:478px;
	height:20px;
	z-index:2;
	background-color: #73A7CF;
}

.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	margin-left:15px;
	margin-right:0px;
}
a.Footer  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	text-decoration:none;
}	
a.Footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#99CCFF;
	font-weight: bold;
	text-decoration:none;
}

a.liens_footer {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration:none;
	}
	
a.liens_footer:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#99CCFF;
	text-decoration:none;
	}
