body{
margin:0px;
padding: 0px;

}

#scene{
position:relative;
width:850px;
height:660px;
margin-left:50%;
left:-425px;
background-image: url('images/fond.jpg');
overflow:hidden;
}

#slide{
position:absolute;
width:850px;
height:2200px;
top:0px;
background-image: url('images/slide.png');
}

#phone{
position:absolute;
width:140px;
height:280px;
left:184px;
top:340px;
background-image: url('images/tel_off.png');
}

#flecheHaut{
position:absolute;
width:60px;
height:60px;
left:60px;
top:400px;
background-image: url('images/flechehaut.png');
}

#flecheBas{
position:absolute;
width:60px;
height:60px;
left:60px;
top:470px;
background-image: url('images/flechebas.png');
}

#contenu{
position:absolute;
width:400px;
height:200px;
left:400px;
top:50px;
border :2px solid white;
padding:0px 10px;
}