public Game1() { graphics = new GraphicsDeviceManager(this); Content.RootDirectory = "Content"; this.IsMouseVisible = true; _moteurPhysique = new MoteurPhysique(); _moteurGraphique = new MoteurGraphique(); _moteurJeu = new MoteurJeu(); _moteurSysteme = new MoteurSysteme(); }