myRandom = new Random();
myDico = new Dico("ressources/dictionnaire");
myArbitre = new Arbitre(myPlateau, 2, myDico);
p = new Piece();
p.creerPiece(myRandom.nextInt(7)+1);
p.currentPosition(0);
np = new Piece();
np.creerPiece(myRandom.nextInt(7)+1);
np.currentPosition(0);
/*CONTENEUR PLATEAU*/