diff --git a/base/base_sauvegarde.xml b/base/base_sauvegarde.xml
index 13b572f..870503a 100644
--- a/base/base_sauvegarde.xml
+++ b/base/base_sauvegarde.xml
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/Window_exempleMAJ.java b/src/Windows/Window_exempleMAJ.java
similarity index 95%
rename from Window_exempleMAJ.java
rename to src/Windows/Window_exempleMAJ.java
index d2d7fb2..4c24a4a 100644
--- a/Window_exempleMAJ.java
+++ b/src/Windows/Window_exempleMAJ.java
@@ -1,9 +1,10 @@
-package baseUFRHG;
+package Windows;
+import java.awt.BorderLayout;
+
+import javax.swing.ImageIcon;
import javax.swing.JFrame;
import javax.swing.JLabel;
-import java.awt.BorderLayout;
-import javax.swing.ImageIcon;
import javax.swing.SwingConstants;
public class Window_exempleMAJ extends JFrame{