
section{
	text-align: center;
    }

#Jeu {
    display: inline-block;
    background-color: rgba(70, 131, 180, 0);
    margin : 0 auto;
    padding: 0;
  }
  
  #Jeu div {
    margin: auto;
    overflow: hidden;
  }
  
  #Jeu button {
    width: 100px;
    height: 100px;
    font-weight: bold;
    font-size: 50px;
    margin: 5px;
    float:left;
  }
  
  #StatutJeu {
    color: black;
    background: #eee;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
  }

 