body {
  margin: 0;
  font-family: Helvetica, sans-serif;


  background-image:url('images/beton2.jpg');
 background-size:cover;
 background-attachment: scroll;
 background-repeat:no-repeat;
 
background-size:20%;
 background: linear-gradient(white, #4b584c);



}



#contener{

  max-width: 1200px;


}



#lustre img{

margin-top: -300px;
transition-property: margin-top;
transition-duration: 10s;
width: 150%;

}

#lustre img:hover{

  margin-top:1px;
}

#text p{

margin-left:550px;
margin-top:333px;

font-size:33px;



}
/*bouton**/



#meuble1 img{

  width: 700px;
  margin-left:-380px;
  margin-top: -2500px;
  transition-property: margin-left;
transition-duration: 6s;
z-index:1000;


}

#meuble1 img:hover{

  margin-left:100px;
}

#plante1 img{
  width:80%;

  margin-left: 80%;
  transform: rotate(-45deg);
  margin-top:-500px;
transition-property: margin-left;
transition-duration: 3s;
margin-bottom:50px;
}

#plante1 img:hover{
margin-left:60%;
}



