diff --git a/motus/Main.qml b/motus/Main.qml
index c9b7a5519a71fa8bad436c286dc70f9a091db921..a615fe88b47dbc2dfee81ec2e28320c5878975f4 100644
--- a/motus/Main.qml
+++ b/motus/Main.qml
@@ -23,6 +23,27 @@ Window {
             text: qsTr("Motus")
             font.pixelSize: 30
         }
+        Text {
+            id: _text1
+            x: 194
+            y: 167
+            width: 551
+            height: 56
+            color: "#0e0e0e"
+            text: qsTr("Projet par Ulysse Durand et Yanis Dziki, ")
+            font.pixelSize: 30
+        }
+
+        Text {
+            id: _text2
+            x: 186
+            y: 372
+            width: 551
+            height: 56
+            color: "#0e0e0e"
+            text: qsTr("Le jeu se lance par défaut avec un 5 essais\n           pour des mots de 8 lettres")
+            font.pixelSize: 30
+        }
     }
 /*
     MenuDeroulant {
@@ -49,25 +70,5 @@ Window {
 
     }
 
-    Text {
-        id: _text1
-        x: 194
-        y: 167
-        width: 551
-        height: 56
-        color: "#0e0e0e"
-        text: qsTr("Projet par Ulysse Durand et Yanis Dziki, ")
-        font.pixelSize: 30
-    }
 
-    Text {
-        id: _text2
-        x: 186
-        y: 372
-        width: 551
-        height: 56
-        color: "#0e0e0e"
-        text: qsTr("Le jeu se lance par défaut avec un 5 essais\n           pour des mots de 8 lettres")
-        font.pixelSize: 30
-    }
 }