section{
	text-align: center;
    }

    #Jeu {
        display: inline-block;
        margin : 0 auto;
        padding: 0;
      }

    canvas{
        border-width:2px;
        border-style:dotted;
        border-color:black;
    }
    
    #StatutJeu {
        color: black;
        background: #eee;
        padding: 10px 0;
        text-align: center;
        font-size: 20px;
      }