body {
  background: #000000;
  margin: 0;
  padding: 0;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  overflow:hidden;
}

ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}


.scene, .layer {
    display: block;
	position: absolute;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
	overflow:hidden;
}

.layer {
    position: absolute;
	overflow:hidden;
}

#parallax {
overflow:hidden;
display:block;
position:absolute;
width:100%;
height:100%;
}


.img1 {
position:absolute;
width:100%;
height:100%;
background: url(../images/fond.png) no-repeat 50% 50%;
background-size: cover;
position: absolute;
width: 100%;
margin:0;
}

.img1bis {
position:absolute;
width:100%;
height:100%;
background: url(../images/fond.jpg) no-repeat top;
background-size: cover;
position: absolute;
width: 100%;
margin:0;
}

.img2 {
position:absolute;
background: url(../images/01.png) no-repeat 50% 50%;
background-size: contain;
width:100%;
height:100%;
}

.img3 {
position:absolute;
background: url(../images/02.png) no-repeat 50% 50%;
background-size: contain;
width:100%;
height:100%;
}

.img4 {
position:absolute;
background: url(../images/03.png) no-repeat 50% 50%;
background-size: contain;
width:100%;
height:100%;
}

.img5 {
position:absolute;
background: url(../images/04.png) no-repeat 50% 50%;
background-size: contain;
width:100%;
height:100%;
}

.img6 {
position:absolute;
width:100%;
height:100%;
background: url(../images/masque.png) no-repeat 50% 50% transparent;
background-size: cover;
position: absolute;
}

.img7 {
position:absolute;
width:100%;
height:100%;
background: url(../images/06.png) no-repeat 50% 50% transparent;
background-size: cover;
position: absolute;
}