body{
color:#FFFFFF;

/* background:url(./img/main.png) no-repeat center fixed;
-webkit-background-size: cover; 
-moz-background-size: cover; 
background-size: cover; /* version standardisée */
}

#miniatures{
  opacity: 0.7;
}

#backgroundbody{
/* background:url(./img/main.png) no-repeat center fixed;*/
background-color:#000000;
}

#menu{
display: block;
float:left;
position: fixed;
width:140px;
margin-left:20px;
overflow:display;
}

#logo{
width:220px;
}

#corps{
width:900px;
float:left;
padding:0px;
margin-left:250px;

}

#bodyz{
/* background-color:#FFFFFF; */

}

.image{
    display: inline-block; 
	border: 1px solid black;
	position:relative;
	border-radius: 5px;
	width:200px;
	height:100px; 
}

#divappercu{
	z-index: 1;
		position:fixed;
	text-align:center;
	width:820px;	
	
	top: 40px;
}

#imgappercu{
	top: 40px;
	width:800px;
	border-top: 5px solid black;
	border-left: 10px solid black;
	border-right: 10px solid black;
	border-bottom: 5px solid black;
	z-index: 2;
	text-align:center;
}


#footer{
display: block;
float:left;
text-align:center;
z-index: -1;
}


