body {
	margin: 0;
	padding: 0;
	background:#101010;
	font-family: verdana;
	font-size:12px;
}


a img {
border:none;
}

#decors {
	position:absolute;
	margin-left: -350px;  
	left: 50%;
	z-index:49;
	top: 50%;
	width: 100%;
	height: 600px;
	margin-top: -300px; /* moitié de la hauteur */
	background-color: Gray;
	background-image:url('images/fond.png');
}



#DivContenu{
	position:absolute;
	top:50%;
	margin-top:-228px;
	width:100%;
	height:456px;
	background:#303030;
text-align: center;
	}

#DivFond{
	position:absolute;
	top:50%;
	margin-top:-510px;
	margin-left:-644px;
	left:50%;
	width:1200px;
	height:1000px;
	background-image:url('images/fond1.png');
	text-align: center;
	}

.miniImgGallerie {
margin-right:3px;
	cursor:pointer;
}
#miniGallerie{
margin-top:5px;
width:100%;
margin-left:auto;
margin-right:auto;
overflow:hidden;
}
.imgGallerie{
	cursor:pointer;
}
.content {
	width:100%;
	height:410px;
	position:relative;
	float:top;
	margin-top:5px;
}
    
.photoMini img {
	width:90%;
	height:90%;
	margin-left:5px;
	margin-top:5px;
}    

.photoMini  {
	background:white;
	width:120px;
	height:80px;
	border:1px solid gray;
	position:absolute;
	top:50px;
}

#MenuSuperieur{
height:15px;
margin-top:5px;
float:top;
overflow:hidden;
}

ul{
margin-top:0px;
}

ul li:hover{
	color:black;
width:100px;
border-right:1px solid black;
border-bottom:1px solid black;
background:#C0C0C0;
	}
	
ul li{
	color:#FFF;
width:100px;
border-right:1px solid white;
border-bottom:1px solid white;
background:grey;
padding-left:10px;
padding-right:10px;
	}

li {
	cursor:pointer;
	display:inline;
	
	margin:0 0 0 0;
	padding:0px;
}

#MenuInferieur{
height:15px;
float:bottom;
margin-bottom:0px;
}

#millieu{
margin-right:auto;
margin-left:auto;
text-align: center;
width:650px;
height:400px;

color:white;
}
#partieGauche{
float:left;
width:258px;
height:378px;
margin-right:50px;
}
#partieDroite{
float:left;
width:300px;
height:400px;
}
.pane {
	color:#FFF;
	clear: left;
	height: 340px;
	padding:0 0 0 0;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	width: 99%;
}

.pane ul {
	list-style:none;
	margin:0px;
	padding:0px;
	width: 10000px;
}

.pane ul img{
	margin:0 5px 0 0;
}
