diff --git a/src/ihm/controller/ParametreController.java b/src/ihm/controller/ParametreController.java
index 97270e3..649d2e2 100644
--- a/src/ihm/controller/ParametreController.java
+++ b/src/ihm/controller/ParametreController.java
@@ -3,6 +3,7 @@ package ihm.controller;
import java.io.File;
import java.io.IOException;
import java.net.URL;
+import java.util.Locale;
import java.util.ResourceBundle;
import ihm.Musique;
@@ -81,8 +82,10 @@ public class ParametreController implements Initializable {
* }
*/
-
- Pane pane = FXMLLoader.load(getClass().getResource("../ressources/Jouer_tour(3)attaquer.fxml"));
+ final URL fxmlURL = getClass().getResource("../ressources/Jouer_tour(3)attaquer.fxml");
+ final ResourceBundle bundle = ResourceBundle.getBundle("domaine.properties.langue", Locale.ENGLISH);
+ final FXMLLoader fxmlLoader = new FXMLLoader(fxmlURL, bundle);
+ Pane pane = fxmlLoader.load();
rootPane.getChildren().setAll(pane);
diff --git a/src/ihm/ressources/Jouer_tour(1)lancer_des.fxml b/src/ihm/ressources/Jouer_tour(1)lancer_des.fxml
index 645a24c..7fbac94 100644
--- a/src/ihm/ressources/Jouer_tour(1)lancer_des.fxml
+++ b/src/ihm/ressources/Jouer_tour(1)lancer_des.fxml
@@ -8,16 +8,16 @@
-
diff --git a/src/ihm/ressources/PremierSecours.fxml b/src/ihm/ressources/PremierSecours.fxml
index c70508f..522914e 100644
--- a/src/ihm/ressources/PremierSecours.fxml
+++ b/src/ihm/ressources/PremierSecours.fxml
@@ -7,25 +7,25 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
+
diff --git a/src/ihm/ressources/Reveler_son_identite.fxml b/src/ihm/ressources/Reveler_son_identite.fxml
index aa11c4c..8cae508 100644
--- a/src/ihm/ressources/Reveler_son_identite.fxml
+++ b/src/ihm/ressources/Reveler_son_identite.fxml
@@ -26,7 +26,7 @@
-
+
@@ -35,7 +35,7 @@
-
+
@@ -49,7 +49,7 @@
-
+
diff --git a/src/ihm/ressources/Soigner.fxml b/src/ihm/ressources/Soigner.fxml
index 4d4a838..baa7d77 100644
--- a/src/ihm/ressources/Soigner.fxml
+++ b/src/ihm/ressources/Soigner.fxml
@@ -8,25 +8,25 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
+
diff --git a/src/ihm/ressources/Utiliser_sa_capacite.fxml b/src/ihm/ressources/Utiliser_sa_capacite.fxml
index f292e0b..ba88d90 100644
--- a/src/ihm/ressources/Utiliser_sa_capacite.fxml
+++ b/src/ihm/ressources/Utiliser_sa_capacite.fxml
@@ -25,7 +25,7 @@
-
+
@@ -34,7 +34,7 @@
-
+
diff --git a/src/ihm/ressources/jouerSonTour3.fxml b/src/ihm/ressources/jouerSonTour3.fxml
index d87696b..86394f4 100644
--- a/src/ihm/ressources/jouerSonTour3.fxml
+++ b/src/ihm/ressources/jouerSonTour3.fxml
@@ -22,7 +22,7 @@
-
+
diff --git a/src/ihm/ressources/parametre.fxml b/src/ihm/ressources/parametre.fxml
index e382d83..e432963 100644
--- a/src/ihm/ressources/parametre.fxml
+++ b/src/ihm/ressources/parametre.fxml
@@ -15,12 +15,12 @@
-
-
-
+
+
+
-
+
@@ -32,11 +32,11 @@
-
+
-
+