

#jeu {
    background-color : black;
    min-height : 300px;
    min-width: 1000px;
    position : absolute;
    top : 120px;
    margin-left: 0;
  }

#score {
    position : absolute;
    top : 90px;
    left: 700px;

}

#perdu {

visibility: hidden;
position: absolute;
top:235px;
left: 310px;
background-color: orange;
height: 75px;
width: 350px;

}

#START {

visibility: visible;
position: absolute;
top:265px;
left: 275px;
height: 50px;
width: 350px;
padding-left: 15%;
padding-top: 0.5%;

}

#btnreSTART {

visibility: hidden;
position: absolute;
top:265px;
left: 275px;
height: 50px;
width: 350px;
padding-left: 15%;
padding-top: 0.5%;

}

#instruction {
visibility: hidden;
position: absolute;
top:215px;
left: 300px;
background-color: orange;
height: 125px;
width: 500px;
}

#boutoninstruction1 {

visibility: hidden;
position: absolute;
top:80px;
width: 200px;
}

#boutoninstr {
position: absolute;
top:80px;
width: 200px;

}
