html, body {
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
}



div#cassetete_jeu  {
    position: fixed;
}


canvas#canvas, canvas#buffer, canvas#image-preview {
    position: absolute;
    top: 0px;
    left: 130px;
}

  

li {
   font-family: Arial, sans-serif;
   color: black;
   text-align: left;
   font-size: 15px;
   height: 30px;
   display : list-item;
}   

ul {
list-style-position: inside;
   padding-left:0;
    
}

#horloge {
    width: 90px;
    display: block;
    text-align: center;
    font-size: 22px;
}


.novisible { display: none; }
