
  body{
    overflow: hidden;
    font-family: Arial;
    background: url('images/gazon.jpg');
  }

  #i{
    position:fixed;
    bottom: 0px;
    left:0px;
    font-size: small;
  }

  #voiture{
    position:absolute;
    bottom: 200px;
    left:0px;
  }

  #building{
    position:absolute;
    bottom: 300px;
    right:100px;
  }

  #voiture img{
    width:200px;
  }

  #moto{
    position: absolute;
    bottom: 115px;
  }
  #moto img{
    width: 200px;
  }

  #feu{
    position:absolute;
    left: 50%;
    bottom: 400px;
    width:60px;
    height: 109px;
  }

  #feu{
    background:url('./images/green.jpg') ;
    background-size: 60px 100px;

  }

  #feu.red{
    background:url('./images/red.jpg');
    background-size: 60px 100px;
  }





  #road{
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 100px;
    height: 219px;
    background: url('./images/road.png');
  }