From 908e81dd173f380879d5fabeb5794d5b7a76df0e Mon Sep 17 00:00:00 2001
From: Kenmegne <stephanie.kenmegne@gmail.com>
Date: Fri, 19 Jun 2026 10:40:50 +0000
Subject: [PATCH] fix bug in package refactor

---
 fdx_convert/pom.xml                                                                                             |    6 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TypeFichierEditForm.fxml                            |    4 
 fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TruncatedElementSearchForm.fxml             |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/abstracts/AbstractMainDialog.fxml                             |    8 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/SubObjectEditForm.fxml                                  |    4 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/ModeleJsonEditForm.fxml                                 |    4 
 fdx_convert/hibernate.cfg.xml                                                                                   |   28 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/abstracts/AbstractEditDialog.fxml                         |   10 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/views/jsonstructure/JsonStructureView.fxml                |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/controller/main.fxml                                          |   30 +
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/DecryptageAESEditForm.fxml                          |    4 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TacheEditForm.fxml                                  |    8 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TruncatedElementEditForm.fxml                       |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/DecryptageAESEditForm.fxml                              |    4 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ConfigEditForm.fxml                                 |    2 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ImportRawCsvDataEditForm.fxml                       |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/ValidateurEditForm.fxml                                 |    4 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/views/JsonStructureFormView.fxml                          |   14 
 fdx_convert/target/maven-archiver/pom.properties                                                                |    4 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/JournalAdvancedSearchForm.fxml          |    2 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ImportTypeFichierEditForm.fxml                      |    2 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/StructureChampJsonEditForm.fxml                     |   12 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TruncatedElementSearchForm.fxml         |    2 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/JournalEditForm.fxml                                |    2 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TypeFichierSearchForm.fxml              |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TypeFichierSearchForm.fxml                  |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/TacheEditForm.fxml                                      |    8 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/TruncatedElementEditForm.fxml                           |    2 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/FileToValidateEditForm.fxml                         |    6 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/DataFileToJsonEditForm.fxml                         |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TacheSearchForm.fxml                        |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/ValidateurListForm.fxml                                 |   16 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TacheSearchForm.fxml                    |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/JournalAdvancedSearchForm.fxml              |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/views/JsonStructureFormView.fxml                              |   14 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/About.fxml                                              |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/AlphaNumeriqueFieldEditForm.fxml                        |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ConversionModelAdvancedSearchForm.fxml      |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/ImportTypeFichierEditForm.fxml                          |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/StructureChampJsonEditForm.fxml                         |   12 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ConversionModelEditForm.fxml                        |    6 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/ConfigEditForm.fxml                                     |    2 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/views/JsonStructureTableView.fxml                         |    8 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/JournalSearchForm.fxml                  |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/abstracts/AbstractEditDialog.fxml                             |   10 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/main.fxml                                      |   30 +
 fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TypeFichierAdvancedSearchForm.fxml      |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TypeFichierAdvancedSearchForm.fxml          |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/JournalEditForm.fxml                                    |    2 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/ConversionModelAdvancedSearchForm.fxml  |    2 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ValidateurEditForm.fxml                             |    4 
 fdx_convert/target/classes/com/megatim/fdxconvert/views/JsonStructureTableView.fxml                             |    8 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/FileToValidateEditForm.fxml                             |    6 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/abstracts/AbstractMainDialog.fxml                         |    8 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/ConversionModelSearchForm.fxml          |    2 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/AlphaNumeriqueFieldEditForm.fxml                    |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/ConversionModelEditForm.fxml                            |    6 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TruncatedElementAdvancedSearchForm.fxml |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/TxtFileToValidateEditForm.fxml                          |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ConversionModelSearchForm.fxml              |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/ImportRawCsvDataEditForm.fxml                           |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/TypeFichierEditForm.fxml                                |    4 
 fdx_convert/src/main/java/com/megatim/fdxconvert/App.java                                                       |    4 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ValidateurListForm.fxml                             |   16 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/About.fxml                                          |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/JournalSearchForm.fxml                      |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/forms/DataFileToJsonEditForm.fxml                             |    2 
 /dev/null                                                                                                       |  121 --------
 fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ValidateurSearchForm.fxml                   |    2 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ModeleJsonEditForm.fxml                             |    4 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/SubObjectEditForm.fxml                              |    4 
 fdx_convert/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst                    |  346 +++++++++++-----------
 fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/ValidateurSearchForm.fxml               |    2 
 fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TxtFileToValidateEditForm.fxml                      |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/views/jsonstructure/JsonStructureView.fxml                    |    2 
 fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TruncatedElementAdvancedSearchForm.fxml     |    2 
 76 files changed, 378 insertions(+), 487 deletions(-)

diff --git a/fdx_convert/hibernate.cfg.xml b/fdx_convert/hibernate.cfg.xml
index e1c309b..d9bb059 100644
--- a/fdx_convert/hibernate.cfg.xml
+++ b/fdx_convert/hibernate.cfg.xml
@@ -15,20 +15,20 @@
     <property name="hibernate.hbm2ddl.auto">update</property>
 	
 	<!--  all entities -->
-	<mapping class="importation.validation.data.client.model.Tache"></mapping>
-    <mapping class="importation.validation.data.client.model.TypeFichier"></mapping>
-	<mapping class="importation.validation.data.client.model.Configuration"></mapping>
-	<mapping class="importation.validation.data.client.model.Validateur"></mapping>
-	<mapping class="importation.validation.data.client.model.Journal"></mapping>
-	<mapping class="importation.validation.data.client.model.AlphaNumeriqueField"></mapping>
-	<mapping class="importation.validation.data.client.model.TruncatedElement"></mapping>
-	<mapping class="importation.validation.data.client.model.MetaAlphaNumeriqueField"></mapping>
-	<mapping class="importation.validation.data.client.model.ConversionModel"></mapping>
-	<mapping class="importation.validation.data.client.model.StructureChampJson"></mapping>
-	<mapping class="importation.validation.data.client.model.ModeleJson"></mapping>
-	<mapping class="importation.validation.data.client.model.SubObject"></mapping>
-	<mapping class="importation.validation.data.client.model.JsonStructure"></mapping>
-	<mapping class="importation.validation.data.client.model.TypeFichierJson"></mapping>
+	<mapping class="com.megatim.fdxconvert.model.Tache"></mapping>
+    <mapping class="com.megatim.fdxconvert.model.TypeFichier"></mapping>
+	<mapping class="com.megatim.fdxconvert.model.Configuration"></mapping>
+	<mapping class="com.megatim.fdxconvert.model.Validateur"></mapping>
+	<mapping class="com.megatim.fdxconvert.model.Journal"></mapping>
+	<mapping class="com.megatim.fdxconvert.model.AlphaNumeriqueField"></mapping>
+	<mapping class="com.megatim.fdxconvert.model.TruncatedElement"></mapping>
+	<mapping class="com.megatim.fdxconvert.model.MetaAlphaNumeriqueField"></mapping>
+	<mapping class="com.megatim.fdxconvert.model.ConversionModel"></mapping>
+	<mapping class="com.megatim.fdxconvert.model.StructureChampJson"></mapping>
+	<mapping class="com.megatim.fdxconvert.model.ModeleJson"></mapping>
+	<mapping class="com.megatim.fdxconvert.model.SubObject"></mapping>
+	<mapping class="com.megatim.fdxconvert.model.JsonStructure"></mapping>
+	<mapping class="com.megatim.fdxconvert.model.TypeFichierJson"></mapping>
 
   </session-factory>
 </hibernate-configuration>
diff --git a/fdx_convert/pom.xml b/fdx_convert/pom.xml
index 31e5e35..2de8e5f 100644
--- a/fdx_convert/pom.xml
+++ b/fdx_convert/pom.xml
@@ -3,7 +3,7 @@
     
     <modelVersion>4.0.0</modelVersion>
     
-    <groupId>com.megatim.importation.validation.data.client</groupId>
+    <groupId>com.megatim.com.megatim.fdxconvert</groupId>
     <artifactId>fdx-convert-client</artifactId>
     <version>1.0</version>
     
@@ -11,7 +11,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
-        <exec.mainClass>importation.validation.data.client.App</exec.mainClass>
+        <exec.mainClass>com.megatim.fdxconvert.App</exec.mainClass>
     </properties>
     
     <build>
@@ -23,7 +23,7 @@
                 <configuration>
                     <archive>
                         <manifest>
-                            <mainClass>importation.validation.data.client.App</mainClass>
+                            <mainClass>com.megatim.fdxconvert.App</mainClass>
                         </manifest>
                     </archive>
                     <descriptorRefs>
diff --git a/fdx_convert/src/main/java/com/megatim/fdxconvert/App.java b/fdx_convert/src/main/java/com/megatim/fdxconvert/App.java
index 1f2f2f2..265cf76 100644
--- a/fdx_convert/src/main/java/com/megatim/fdxconvert/App.java
+++ b/fdx_convert/src/main/java/com/megatim/fdxconvert/App.java
@@ -56,9 +56,9 @@
     @Override
     public void start(Stage primaryStage) throws FileNotFoundException, MalformedURLException, IOException {
 
-        AbstractViewContext.getInstance().setAbstractEditDialogControllerURL(App.class.getResource("/importation/validation/data/client/abstracts/AbstractEditDialog.fxml"));
+        AbstractViewContext.getInstance().setAbstractEditDialogControllerURL(App.class.getResource("/com/megatim/fdxconvert/abstracts/AbstractEditDialog.fxml"));
 
-        AbstractViewContext.getInstance().setAbstractMainDialogControllerURL(App.class.getResource("/importation/validation/data/client/abstracts/AbstractMainDialog.fxml"));
+        AbstractViewContext.getInstance().setAbstractMainDialogControllerURL(App.class.getResource("/com/megatim/fdxconvert/abstracts/AbstractMainDialog.fxml"));
 
         FXMLLoader loader = new FXMLLoader();
         loader.setLocation(MainController.class.getResource("main.fxml"));
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractEditDialog.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/abstracts/AbstractEditDialog.fxml
similarity index 93%
rename from fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractEditDialog.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/abstracts/AbstractEditDialog.fxml
index 1fa7120..e389dfe 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractEditDialog.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/abstracts/AbstractEditDialog.fxml
@@ -33,7 +33,7 @@
                      <graphic>
                         <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
                            <image>
-                              <Image url="@../../../../../images/reduire.png" />
+                              <Image url="@../../../../images/reduire.png" />
                            </image>
                         </ImageView>
                      </graphic>
@@ -42,7 +42,7 @@
                      <graphic>
                         <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
                            <image>
-                              <Image url="@../../../../../images/agrandir.png" />
+                              <Image url="@../../../../images/agrandir.png" />
                            </image>
                         </ImageView>
                      </graphic>
@@ -51,7 +51,7 @@
                      <graphic>
                         <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true">
                            <image>
-                              <Image url="@../../../../../images/fermer.png" />
+                              <Image url="@../../../../images/fermer.png" />
                            </image>
                            <cursor>
                               <Cursor fx:constant="HAND" />
@@ -73,7 +73,7 @@
                <children>
                   <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true">
                      <image>
-                        <Image url="@../../../../../images/Logo_FDX_Convert.png" />
+                        <Image url="@../../../../images/Logo_FDX_Convert.png" />
                      </image>
                   </ImageView>
                </children>
@@ -119,7 +119,7 @@
       </VBox>
    </center>
    <stylesheets>
-      <URL value="@../../../../../styles/custom-title-bar.css" />
+      <URL value="@../../../../styles/custom-title-bar.css" />
       <URL value="@../../../../styles/custom-main-style.css" />
    </stylesheets>
 </BorderPane>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractMainDialog.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/abstracts/AbstractMainDialog.fxml
similarity index 97%
rename from fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractMainDialog.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/abstracts/AbstractMainDialog.fxml
index 5898cf7..d3ac10d 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractMainDialog.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/abstracts/AbstractMainDialog.fxml
@@ -24,7 +24,7 @@
                <children>
                   <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true">
                      <image>
-                        <Image url="@../../../../../images/Logo_FDX_Convert.png" />
+                        <Image url="@../../../../images/Logo_FDX_Convert.png" />
                      </image>
                   </ImageView>
                </children>
@@ -227,7 +227,7 @@
                      <graphic>
                         <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true">
                            <image>
-                              <Image url="@../../../../../images/fermer.png" />
+                              <Image url="@../../../../images/fermer.png" />
                            </image>
                            <cursor>
                               <Cursor fx:constant="HAND" />
@@ -244,7 +244,7 @@
       </HBox>
    </top>
    <stylesheets>
-      <URL value="@../../../../../styles/custom-main-style.css" />
-      <URL value="@../../../../../styles/custom-title-bar.css" />
+      <URL value="@../../../../styles/custom-main-style.css" />
+      <URL value="@../../../../styles/custom-title-bar.css" />
    </stylesheets>
 </BorderPane>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/main.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/main.fxml
similarity index 91%
rename from fdx_convert/src/main/resources/importation/validation/data/client/controller/main.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/main.fxml
index ef6039d..63c527f 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/main.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/main.fxml
@@ -1,12 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<?import javafx.geometry.*?>
-<?import javafx.scene.*?>
-<?import javafx.scene.control.*?>
-<?import javafx.scene.image.*?>
-<?import javafx.scene.layout.*?>
+<?import javafx.geometry.Insets?>
+<?import javafx.scene.Cursor?>
+<?import javafx.scene.control.Button?>
+<?import javafx.scene.control.Menu?>
+<?import javafx.scene.control.MenuButton?>
+<?import javafx.scene.control.MenuItem?>
+<?import javafx.scene.image.Image?>
+<?import javafx.scene.image.ImageView?>
+<?import javafx.scene.layout.AnchorPane?>
+<?import javafx.scene.layout.HBox?>
+<?import javafx.scene.layout.VBox?>
 
-<VBox fx:id="mainContainer" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="600.0" prefWidth="1081.0" style="-fx-background-color: transparent;" stylesheets="@../../../../../styles/main_screen.css" xmlns="http://javafx.com/javafx/17.0.12" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.MainController">
+<VBox fx:id="mainContainer" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="600.0" prefWidth="1081.0" style="-fx-background-color: transparent;" stylesheets="@../../../../styles/main_screen.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.MainController">
     <children>
         <HBox style="-fx-background-color: #f8f8f8;">
             <children>
@@ -14,7 +20,7 @@
                     <children>
                         <ImageView fitHeight="48.0" fitWidth="190.0" pickOnBounds="true" preserveRatio="true">
                             <image>
-                                <Image url="@../../../../../images/Logo_FDX_Convert.png" />
+                                <Image url="@../../../../images/Logo_FDX_Convert.png" />
                             </image>
                         </ImageView>
                     </children>
@@ -28,7 +34,7 @@
                             <graphic>
                                 <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
                                     <image>
-                                        <Image url="@../../../../../images/Fichier.png" />
+                                        <Image url="@../../../../images/Fichier.png" />
                                     </image>
                                 </ImageView>
                             </graphic>
@@ -40,7 +46,7 @@
                             <graphic>
                                 <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
                                     <image>
-                                        <Image url="@../../../../../images/143-02.png" />
+                                        <Image url="@../../../../images/143-02.png" />
                                     </image>
                                 </ImageView>
                             </graphic>
@@ -65,7 +71,7 @@
                             <graphic>
                                 <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
                                     <image>
-                                        <Image url="@../../../../../images/143-03.png" />
+                                        <Image url="@../../../../images/143-03.png" />
                                     </image>
                                 </ImageView>
                             </graphic>
@@ -84,7 +90,7 @@
                             <graphic>
                                 <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
                                     <image>
-                                        <Image url="@../../../../../images/143-04.png" />
+                                        <Image url="@../../../../images/143-04.png" />
                                     </image>
                                 </ImageView>
                             </graphic>
@@ -98,7 +104,7 @@
                             <graphic>
                                 <ImageView disable="true" fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
                                     <image>
-                                        <Image url="@../../../../../images/143-05.png" />
+                                        <Image url="@../../../../images/143-05.png" />
                                     </image>
                                 </ImageView>
                             </graphic>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelAdvancedSearchForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/ConversionModelAdvancedSearchForm.fxml
similarity index 95%
rename from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelAdvancedSearchForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/ConversionModelAdvancedSearchForm.fxml
index 1bfa84a..c94fc18 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelAdvancedSearchForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/ConversionModelAdvancedSearchForm.fxml
@@ -9,7 +9,7 @@
 <?import javafx.scene.layout.StackPane?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="81.0" prefWidth="468.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="81.0" prefWidth="468.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierSearchFormController">
    <children>
       <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelSearchForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/ConversionModelSearchForm.fxml
similarity index 93%
rename from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelSearchForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/ConversionModelSearchForm.fxml
index e58cd15..73de98d 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelSearchForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/ConversionModelSearchForm.fxml
@@ -7,7 +7,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="69.0" prefWidth="604.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.ConversionModelSearchController">
+<AnchorPane id="AnchorPane" prefHeight="69.0" prefWidth="604.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.ConversionModelSearchController">
    <children>
       <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalAdvancedSearchForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/JournalAdvancedSearchForm.fxml
similarity index 97%
rename from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalAdvancedSearchForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/JournalAdvancedSearchForm.fxml
index 4854ab6..2dbcfec 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalAdvancedSearchForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/JournalAdvancedSearchForm.fxml
@@ -12,7 +12,7 @@
 <?import javafx.scene.layout.RowConstraints?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="120.0" prefWidth="773.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierAdvancedSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="120.0" prefWidth="773.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierAdvancedSearchFormController">
    <children>
       <VBox prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalSearchForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/JournalSearchForm.fxml
similarity index 93%
rename from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalSearchForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/JournalSearchForm.fxml
index e945c6c..0e000d9 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalSearchForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/JournalSearchForm.fxml
@@ -8,7 +8,7 @@
 <?import javafx.scene.layout.StackPane?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="31.0" prefWidth="346.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="31.0" prefWidth="346.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierSearchFormController">
    <children>
       <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TacheSearchForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TacheSearchForm.fxml
similarity index 92%
rename from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TacheSearchForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TacheSearchForm.fxml
index 96c9fe5..63efec5 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TacheSearchForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TacheSearchForm.fxml
@@ -7,7 +7,7 @@
 <?import javafx.scene.layout.VBox?>
 <?import javafx.scene.text.Font?>
 
-<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="326.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TacheSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="326.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TacheSearchFormController">
    <children>
       <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementAdvancedSearchForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TruncatedElementAdvancedSearchForm.fxml
similarity index 92%
rename from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementAdvancedSearchForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TruncatedElementAdvancedSearchForm.fxml
index ead0875..4ae1cb9 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementAdvancedSearchForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TruncatedElementAdvancedSearchForm.fxml
@@ -7,7 +7,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="67.0" prefWidth="352.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TruncatedElementAdvancedSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="67.0" prefWidth="352.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TruncatedElementAdvancedSearchFormController">
    <children>
       <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementSearchForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TruncatedElementSearchForm.fxml
similarity index 93%
rename from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementSearchForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TruncatedElementSearchForm.fxml
index 88dac02..0ad4161 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementSearchForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TruncatedElementSearchForm.fxml
@@ -9,7 +9,7 @@
 <?import javafx.scene.layout.StackPane?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="364.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TruncatedElementSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="364.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TruncatedElementSearchFormController">
    <children>
       <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierAdvancedSearchForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TypeFichierAdvancedSearchForm.fxml
similarity index 92%
rename from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierAdvancedSearchForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TypeFichierAdvancedSearchForm.fxml
index 576260a..93717ab 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierAdvancedSearchForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TypeFichierAdvancedSearchForm.fxml
@@ -7,7 +7,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="30.0" prefWidth="600.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierAdvancedSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="30.0" prefWidth="600.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierAdvancedSearchFormController">
    <children>
       <VBox prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierSearchForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TypeFichierSearchForm.fxml
similarity index 90%
rename from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierSearchForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TypeFichierSearchForm.fxml
index 1337230..ac9ca23 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierSearchForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/TypeFichierSearchForm.fxml
@@ -6,7 +6,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="251.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="251.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierSearchFormController">
    <children>
       <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ValidateurSearchForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/ValidateurSearchForm.fxml
similarity index 93%
rename from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ValidateurSearchForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/ValidateurSearchForm.fxml
index 736f206..6707973 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ValidateurSearchForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/controller/search/ValidateurSearchForm.fxml
@@ -8,7 +8,7 @@
 <?import javafx.scene.layout.StackPane?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="358.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.ValidateurSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="358.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.ValidateurSearchFormController">
    <children>
       <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/About.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/About.fxml
similarity index 98%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/About.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/About.fxml
index 07d3f90..d98e095 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/About.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/About.fxml
@@ -9,7 +9,7 @@
 <?import javafx.scene.text.Font?>
 <?import javafx.scene.text.Text?>
 
-<BorderPane style="-fx-border-color: #969696; -fx-background-color: transparent; -fx-border-width: 1;" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.forms.AproposEditFormController">
+<BorderPane style="-fx-border-color: #969696; -fx-background-color: transparent; -fx-border-width: 1;" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.AproposEditFormController">
    <center>
       <VBox BorderPane.alignment="CENTER">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/AlphaNumeriqueFieldEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/AlphaNumeriqueFieldEditForm.fxml
similarity index 86%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/AlphaNumeriqueFieldEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/AlphaNumeriqueFieldEditForm.fxml
index f7888fa..b8abc39 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/AlphaNumeriqueFieldEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/AlphaNumeriqueFieldEditForm.fxml
@@ -8,7 +8,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="105.0" prefWidth="706.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.MetaAlphaNumeriqueFieldEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="105.0" prefWidth="706.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.MetaAlphaNumeriqueFieldEditFormController">
     <children>
         <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ConfigEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ConfigEditForm.fxml
similarity index 94%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/ConfigEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ConfigEditForm.fxml
index 70bd06b..f571b8a 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ConfigEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ConfigEditForm.fxml
@@ -8,7 +8,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="215.0" prefWidth="708.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConfigEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="215.0" prefWidth="708.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConfigEditFormController">
     <children>
         <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ConversionModelEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ConversionModelEditForm.fxml
similarity index 96%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/ConversionModelEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ConversionModelEditForm.fxml
index 3a1db46..a400579 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ConversionModelEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ConversionModelEditForm.fxml
@@ -16,11 +16,11 @@
 <?import javafx.scene.layout.VBox?>
 <?import javafx.scene.text.Font?>
 
-<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="562.0" prefWidth="678.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConversionModelEditFormController">
+<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="562.0" prefWidth="678.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConversionModelEditFormController">
    <children>
       <VBox prefHeight="697.0" prefWidth="678.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
-            <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE">
+            <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE">
               <tabs>
                 <Tab text="Description du fichier de données">
                      <content>
@@ -126,7 +126,7 @@
                                        <children>
                                           <HBox alignment="CENTER_RIGHT">
                                              <children>
-                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../../../../../../generation-validateur-typefichier/src/main/resources/styles/style.css" text="Sélectionner les champs à tronquer" />
+                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="Sélectionner les champs à tronquer" />
                                              </children>
                                           </HBox>
                                           <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" />
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/DataFileToJsonEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/DataFileToJsonEditForm.fxml
similarity index 95%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/DataFileToJsonEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/DataFileToJsonEditForm.fxml
index e0c358f..907685b 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/DataFileToJsonEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/DataFileToJsonEditForm.fxml
@@ -11,7 +11,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="330.0" prefWidth="624.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.DataFileToJsonFormController">
+<AnchorPane id="AnchorPane" prefHeight="330.0" prefWidth="624.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.DataFileToJsonFormController">
     <children>
         <VBox fillWidth="false" layoutX="-23.0" layoutY="40.0" prefHeight="226.0" prefWidth="698.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/DecryptageAESEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/DecryptageAESEditForm.fxml
similarity index 97%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/DecryptageAESEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/DecryptageAESEditForm.fxml
index 3b4be41..3b9d0c9 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/DecryptageAESEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/DecryptageAESEditForm.fxml
@@ -14,7 +14,7 @@
 <?import javafx.scene.layout.StackPane?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="235.0" prefWidth="657.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.DecryptageAESEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="235.0" prefWidth="657.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.DecryptageAESEditFormController">
     <children>
         <VBox fillWidth="false" layoutX="-23.0" layoutY="40.0" prefHeight="226.0" prefWidth="698.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <children>
@@ -43,7 +43,7 @@
                                     <TextField fx:id="showKeyTextField" minHeight="25.0" minWidth="370.0" prefHeight="25.0" prefWidth="370.0" />
                                     <ImageView fx:id="eyeImageView" fitHeight="15.0" fitWidth="15.0" onMousePressed="#eyeOnMousePressed" pickOnBounds="true" preserveRatio="true" StackPane.alignment="CENTER_RIGHT">
                                        <image>
-                                          <Image url="@../../../../../images/oeil.png" />
+                                          <Image url="@../../../../images/oeil.png" />
                                        </image>
                                        <StackPane.margin>
                                           <Insets right="5.0" />
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/FileToValidateEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/FileToValidateEditForm.fxml
similarity index 95%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/FileToValidateEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/FileToValidateEditForm.fxml
index 277d67d..02f29e9 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/FileToValidateEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/FileToValidateEditForm.fxml
@@ -14,11 +14,11 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="503.0" prefWidth="705.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.FileToValidateEditFormController">
+<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="503.0" prefWidth="705.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.FileToValidateEditFormController">
    <children>
       <VBox prefHeight="200.0" prefWidth="100.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
-            <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE">
+            <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE">
               <tabs>
                 <Tab text="Fichier à valider">
                      <content>
@@ -106,7 +106,7 @@
                                        <children>
                                           <HBox alignment="CENTER_RIGHT">
                                              <children>
-                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../../../../../../generation-validateur-typefichier/src/main/resources/styles/style.css" text="Sélectionner les champs à tronquer" />
+                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="Sélectionner les champs à tronquer" />
                                              </children>
                                           </HBox>
                                           <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" />
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportRawCsvDataEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ImportRawCsvDataEditForm.fxml
similarity index 96%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportRawCsvDataEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ImportRawCsvDataEditForm.fxml
index a2dc749..d1a1220 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportRawCsvDataEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ImportRawCsvDataEditForm.fxml
@@ -10,7 +10,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="216.0" prefWidth="648.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.RawCsvDataEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="216.0" prefWidth="648.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.RawCsvDataEditFormController">
     <children>
         <VBox layoutX="-6.0" layoutY="7.0" prefHeight="271.0" prefWidth="665.0" spacing="5.0" AnchorPane.bottomAnchor="-7.0" AnchorPane.leftAnchor="-6.0" AnchorPane.rightAnchor="-11.0" AnchorPane.topAnchor="7.0">
             <padding>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportTypeFichierEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ImportTypeFichierEditForm.fxml
similarity index 93%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportTypeFichierEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ImportTypeFichierEditForm.fxml
index c1d9f59..f8b4d95 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportTypeFichierEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ImportTypeFichierEditForm.fxml
@@ -9,7 +9,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="194.0" prefWidth="555.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ImportTypeFichierEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="194.0" prefWidth="555.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ImportTypeFichierEditFormController">
     <children>
         <VBox layoutX="-6.0" layoutY="7.0" prefHeight="223.0" prefWidth="664.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <padding>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/JournalEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/JournalEditForm.fxml
similarity index 95%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/JournalEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/JournalEditForm.fxml
index c76074c..0704d15 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/JournalEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/JournalEditForm.fxml
@@ -8,7 +8,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="249.0" prefWidth="621.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConfigEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="249.0" prefWidth="621.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConfigEditFormController">
     <children>
         <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ModeleJsonEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ModeleJsonEditForm.fxml
similarity index 95%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/ModeleJsonEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ModeleJsonEditForm.fxml
index 690ddd6..9bb0cd1 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ModeleJsonEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ModeleJsonEditForm.fxml
@@ -13,7 +13,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="671.0" stylesheets="@../../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ModeleJsonEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="671.0" stylesheets="@../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ModeleJsonEditFormController">
    <children>
       <VBox alignment="CENTER" prefHeight="458.0" prefWidth="671.0">
          <children>
@@ -40,7 +40,7 @@
                                     <HBox alignment="CENTER_LEFT" spacing="5.0">
                                        <children>
                                           <Label alignment="CENTER_RIGHT" minWidth="100.0" prefWidth="100.0" text="Nom de l'objet" />
-                                          <TextField fx:id="objectNameTextField" minWidth="100.0" prefHeight="27.0" prefWidth="153.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+                                          <TextField fx:id="objectNameTextField" minWidth="100.0" prefHeight="27.0" prefWidth="153.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                                        </children>
                                     </HBox>
                                  </children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/StructureChampJsonEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/StructureChampJsonEditForm.fxml
similarity index 91%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/StructureChampJsonEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/StructureChampJsonEditForm.fxml
index 8e0ed8d..5f0b4ae 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/StructureChampJsonEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/StructureChampJsonEditForm.fxml
@@ -10,7 +10,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="291.0" prefWidth="396.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.StructureChampJsonEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="291.0" prefWidth="396.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.StructureChampJsonEditFormController">
    <children>
       <VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
@@ -21,26 +21,26 @@
                         <HBox alignment="CENTER_LEFT" spacing="10.0">
                            <children>
                               <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Libellé" />
-                              <TextField fx:id="libelleTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+                              <TextField fx:id="libelleTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                            </children>
                         </HBox>
                         <HBox alignment="CENTER_LEFT" spacing="10.0">
                            <children>
                               <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Type de données" />
-                              <ComboBox fx:id="typeDonneeComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+                              <ComboBox fx:id="typeDonneeComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                            </children>
                         </HBox>
                         <HBox fx:id="dateFormatContainer" alignment="CENTER_LEFT" spacing="10.0">
                            <children>
                               <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Format date" />
-                               <ComboBox fx:id="formatDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+                               <ComboBox fx:id="formatDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                               <!--<TextField fx:id="formatDateTextField" prefWidth="100.0" />-->
                            </children>
                         </HBox>
                         <HBox fx:id="dateFormatContainer1" alignment="CENTER_LEFT" layoutX="25.0" layoutY="175.0" spacing="10.0">
                            <children>
                               <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Séparateur de date" />
-                              <ComboBox fx:id="delimiteurDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+                              <ComboBox fx:id="delimiteurDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                            </children>
                         </HBox>
                         <HBox fx:id="dateFormatContainer11" alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" spacing="10.0">
@@ -52,7 +52,7 @@
                         <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="55.0" spacing="10.0">
                            <children>
                               <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Type de l'objet" />
-                              <ComboBox fx:id="typeObjetComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+                              <ComboBox fx:id="typeObjetComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                            </children>
                         </HBox>
                      </children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/SubObjectEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/SubObjectEditForm.fxml
similarity index 94%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/SubObjectEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/SubObjectEditForm.fxml
index c62a3e5..91880bb 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/SubObjectEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/SubObjectEditForm.fxml
@@ -11,7 +11,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="648.0" stylesheets="@../../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.SubObjectEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="648.0" stylesheets="@../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.SubObjectEditFormController">
    <children>
       <VBox alignment="CENTER" prefHeight="458.0" prefWidth="648.0" spacing="5.0">
          <padding>
@@ -25,7 +25,7 @@
                         <HBox alignment="CENTER_LEFT" spacing="10.0">
                            <children>
                               <Label alignment="CENTER_RIGHT" minWidth="127.0" prefHeight="17.0" prefWidth="127.0" text="Nom de l'objet" />
-                              <TextField fx:id="subObjectNameTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+                              <TextField fx:id="subObjectNameTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                            </children>
                         </HBox>
                      </children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TacheEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TacheEditForm.fxml
similarity index 97%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/TacheEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TacheEditForm.fxml
index 842dfd3..896d431 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TacheEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TacheEditForm.fxml
@@ -19,15 +19,15 @@
 <?import javafx.scene.layout.VBox?>
 <?import javafx.scene.text.Font?>
 
-<AnchorPane prefHeight="551.0" prefWidth="737.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TacheEditFormController">
+<AnchorPane prefHeight="551.0" prefWidth="737.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.TacheEditFormController">
    <children>
       <VBox AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
-            <TabPane fx:id="tabPane" stylesheets="@../../../../../styles/CustomFormComponents.css">
+            <TabPane fx:id="tabPane" stylesheets="@../../../../styles/CustomFormComponents.css">
                <tabs>
                   <Tab style="-fx-font-size: 14;" text="Informations sur la tâche">
                      <content>
-                        <VBox prefHeight="604.0" prefWidth="748.0" spacing="15.0" stylesheets="@../../../../../styles/CustomFormComponents.css">
+                        <VBox prefHeight="604.0" prefWidth="748.0" spacing="15.0" stylesheets="@../../../../styles/CustomFormComponents.css">
                         
                                   <VBox fx:id="paneContainer" spacing="10.0" style="-fx-background-color: white;">
                                 <children>
@@ -247,7 +247,7 @@
                                        <children>
                                           <HBox alignment="CENTER_RIGHT">
                                              <children>
-                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../../../../../../generation-validateur-typefichier/src/main/resources/styles/style.css" text="Sélectionner les champs à tronquer" textFill="#5a5a5a" />
+                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="Sélectionner les champs à tronquer" textFill="#5a5a5a" />
                                              </children>
                                           </HBox>
                                           <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" />
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TruncatedElementEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TruncatedElementEditForm.fxml
similarity index 95%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/TruncatedElementEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TruncatedElementEditForm.fxml
index 22c2841..1ad54bb 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TruncatedElementEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TruncatedElementEditForm.fxml
@@ -9,7 +9,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="294.0" prefWidth="679.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConfigEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="294.0" prefWidth="679.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConfigEditFormController">
     <children>
         <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TxtFileToValidateEditForm.fxml
similarity index 91%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TxtFileToValidateEditForm.fxml
index 79e0d0d..2104f9e 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TxtFileToValidateEditForm.fxml
@@ -9,7 +9,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="136.0" prefWidth="525.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TxtFileToValidateEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="136.0" prefWidth="525.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.TxtFileToValidateEditFormController">
     <children>
         <VBox layoutX="-6.0" layoutY="7.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <padding>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TypeFichierEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TypeFichierEditForm.fxml
similarity index 91%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/TypeFichierEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TypeFichierEditForm.fxml
index 3cf4b1c..5fc21e7 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TypeFichierEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/TypeFichierEditForm.fxml
@@ -8,7 +8,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="178.0" prefWidth="538.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TypeFichierEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="178.0" prefWidth="538.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.TypeFichierEditFormController">
     <children>
       <VBox alignment="CENTER" prefHeight="231.0" prefWidth="553.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <padding>
@@ -34,7 +34,7 @@
                         <HBox alignment="CENTER_LEFT" spacing="10.0">
                            <children>
                               <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="162.0" prefHeight="25.0" prefWidth="162.0" style="-fx-text-fill: black;" text="Code Participant" />
-                              <TextField fx:id="codeParticipantTextField" minHeight="25.0" minWidth="291.0" prefHeight="25.0" prefWidth="291.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css">
+                              <TextField fx:id="codeParticipantTextField" minHeight="25.0" minWidth="291.0" prefHeight="25.0" prefWidth="291.0" styleClass="square-border" stylesheets="@../../../../styles/style.css">
                                  <HBox.margin>
                                     <Insets />
                                  </HBox.margin>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurEditForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ValidateurEditForm.fxml
similarity index 95%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurEditForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ValidateurEditForm.fxml
index f23ce5e..e3e3f39 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurEditForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ValidateurEditForm.fxml
@@ -15,7 +15,7 @@
 <?import javafx.scene.layout.StackPane?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="232.0" prefWidth="562.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ValidateurEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="232.0" prefWidth="562.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ValidateurEditFormController">
     <children>
         <VBox layoutX="-6.0" layoutY="7.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <padding>
@@ -63,7 +63,7 @@
                                     <PasswordField fx:id="keyToDecryptField" minHeight="25.0" minWidth="330.0" prefHeight="25.0" prefWidth="330.0" />
                                     <ImageView fx:id="eyeImageView" fitHeight="15.0" fitWidth="15.0" onMousePressed="#eyeOnMousePressed" pickOnBounds="true" preserveRatio="true" StackPane.alignment="CENTER_RIGHT">
                                        <image>
-                                          <Image url="@../../../../../images/oeil.png" />
+                                          <Image url="@../../../../images/oeil.png" />
                                        </image>
                                        <StackPane.margin>
                                           <Insets right="5.0" />
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurListForm.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ValidateurListForm.fxml
similarity index 96%
rename from fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurListForm.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ValidateurListForm.fxml
index e66feec..fae7016 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurListForm.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/forms/ValidateurListForm.fxml
@@ -16,7 +16,7 @@
 <?import javafx.scene.text.Font?>
 <?import javafx.scene.text.Text?>
 
-<BorderPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="600.0" minWidth="1000.0" prefHeight="600.0" prefWidth="993.0" style="-fx-border-color: #969696; -fx-border-width: 1; -fx-background-color: white;" styleClass="mainFxmlClass" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ValidateurListFormController">
+<BorderPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="600.0" minWidth="1000.0" prefHeight="600.0" prefWidth="993.0" style="-fx-border-color: #969696; -fx-border-width: 1; -fx-background-color: white;" styleClass="mainFxmlClass" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ValidateurListFormController">
    <center>
       <VBox maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="509.0" prefWidth="949.0" BorderPane.alignment="CENTER">
          <children>
@@ -24,7 +24,7 @@
                <children>
                   <ImageView fitHeight="37.0" fitWidth="131.0" pickOnBounds="true" preserveRatio="true">
                      <image>
-                        <Image url="@../../../../../images/Logo_FDX_Convert.png" />
+                        <Image url="@../../../../images/Logo_FDX_Convert.png" />
                      </image>
                   </ImageView>
                </children>
@@ -165,7 +165,7 @@
                                                    <graphic>
                                                       <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true">
                                                          <image>
-                                                            <Image url="@../../../../../images/previous-img.png" />
+                                                            <Image url="@../../../../images/previous-img.png" />
                                                          </image>
                                                       </ImageView>
                                                    </graphic>
@@ -181,7 +181,7 @@
                                                    <graphic>
                                                       <ImageView fitHeight="15.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
                                                          <image>
-                                                            <Image url="@../../../../../images/next-img.png" />
+                                                            <Image url="@../../../../images/next-img.png" />
                                                          </image>
                                                       </ImageView>
                                                    </graphic>
@@ -239,7 +239,7 @@
                      <graphic>
                         <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
                            <image>
-                              <Image url="@../../../../../images/max_icon.png" />
+                              <Image url="@../../../../images/max_icon.png" />
                            </image>
                         </ImageView>
                      </graphic>
@@ -251,7 +251,7 @@
                      <graphic>
                         <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
                            <image>
-                              <Image url="@../../../../../images/custom_close_icon.png" />
+                              <Image url="@../../../../images/custom_close_icon.png" />
                            </image>
                         </ImageView>
                      </graphic>
@@ -268,7 +268,7 @@
       </HBox>
    </top>
    <stylesheets>
-      <URL value="@../../../../../styles/custom-main-style.css" />
-      <URL value="@../../../../../styles/custom-title-bar.css" />
+      <URL value="@../../../../styles/custom-main-style.css" />
+      <URL value="@../../../../styles/custom-title-bar.css" />
    </stylesheets>
 </BorderPane>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureFormView.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/views/JsonStructureFormView.fxml
similarity index 92%
rename from fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureFormView.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/views/JsonStructureFormView.fxml
index fba5919..8b6e30a 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureFormView.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/views/JsonStructureFormView.fxml
@@ -40,7 +40,7 @@
                            <graphic>
                               <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
                                  <image>
-                                    <Image url="@../../../../../images/reduire.png" />
+                                    <Image url="@../../../../images/reduire.png" />
                                  </image>
                               </ImageView>
                            </graphic>
@@ -49,7 +49,7 @@
                            <graphic>
                               <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
                                  <image>
-                                    <Image url="@../../../../../images/agrandir.png" />
+                                    <Image url="@../../../../images/agrandir.png" />
                                  </image>
                               </ImageView>
                            </graphic>
@@ -58,7 +58,7 @@
                            <graphic>
                               <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true">
                                  <image>
-                                    <Image url="@../../../../../images/fermer.png" />
+                                    <Image url="@../../../../images/fermer.png" />
                                  </image>
                                  <cursor>
                                     <Cursor fx:constant="HAND" />
@@ -79,7 +79,7 @@
                      <children>
                         <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true">
                            <image>
-                              <Image url="@../../../../../images/Logo_FDX_Convert.png" />
+                              <Image url="@../../../../images/Logo_FDX_Convert.png" />
                            </image>
                         </ImageView>
                      </children>
@@ -138,9 +138,9 @@
             </VBox>
          </children>
          <stylesheets>
-            <URL value="@../../../../../styles/custom-title-bar.css" />
-            <URL value="@../../../../../styles/custom-main-style.css" />
-            <URL value="@../../../../../styles/CustomFormComponents.css" />
+            <URL value="@../../../../styles/custom-title-bar.css" />
+            <URL value="@../../../../styles/custom-main-style.css" />
+            <URL value="@../../../../styles/CustomFormComponents.css" />
          </stylesheets>
       </VBox>
    </children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureTableView.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/views/JsonStructureTableView.fxml
similarity index 97%
rename from fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureTableView.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/views/JsonStructureTableView.fxml
index 27e5baf..4847b6a 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureTableView.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/views/JsonStructureTableView.fxml
@@ -24,7 +24,7 @@
                <children>
                   <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true">
                      <image>
-                        <Image url="@../../../../../images/Logo_FDX_Convert.png" />
+                        <Image url="@../../../../images/Logo_FDX_Convert.png" />
                      </image>
                   </ImageView>
                </children>
@@ -225,7 +225,7 @@
                      <graphic>
                         <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true">
                            <image>
-                              <Image url="@../../../../../images/fermer.png" />
+                              <Image url="@../../../../images/fermer.png" />
                            </image>
                            <cursor>
                               <Cursor fx:constant="HAND" />
@@ -242,7 +242,7 @@
       </HBox>
    </top>
    <stylesheets>
-      <URL value="@../../../../../styles/custom-main-style.css" />
-      <URL value="@../../../../../styles/custom-title-bar.css" />
+      <URL value="@../../../../styles/custom-main-style.css" />
+      <URL value="@../../../../styles/custom-title-bar.css" />
    </stylesheets>
 </BorderPane>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/views/jsonstructure/JsonStructureView.fxml b/fdx_convert/src/main/resources/com/megatim/fdxconvert/views/jsonstructure/JsonStructureView.fxml
similarity index 96%
rename from fdx_convert/src/main/resources/importation/validation/data/client/views/jsonstructure/JsonStructureView.fxml
rename to fdx_convert/src/main/resources/com/megatim/fdxconvert/views/jsonstructure/JsonStructureView.fxml
index 62f6cf2..bcc99e0 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/views/jsonstructure/JsonStructureView.fxml
+++ b/fdx_convert/src/main/resources/com/megatim/fdxconvert/views/jsonstructure/JsonStructureView.fxml
@@ -11,7 +11,7 @@
 <?import javafx.scene.layout.VBox?>
 <?import javafx.scene.text.Font?>
 
-<AnchorPane stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1">
+<AnchorPane stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1">
    <children>
       <VBox fx:id="mainContainer" layoutX="10.0" layoutY="10.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractEditDialog.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/abstracts/AbstractEditDialog.fxml
similarity index 93%
copy from fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractEditDialog.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/abstracts/AbstractEditDialog.fxml
index 1fa7120..e389dfe 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractEditDialog.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/abstracts/AbstractEditDialog.fxml
@@ -33,7 +33,7 @@
                      <graphic>
                         <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
                            <image>
-                              <Image url="@../../../../../images/reduire.png" />
+                              <Image url="@../../../../images/reduire.png" />
                            </image>
                         </ImageView>
                      </graphic>
@@ -42,7 +42,7 @@
                      <graphic>
                         <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
                            <image>
-                              <Image url="@../../../../../images/agrandir.png" />
+                              <Image url="@../../../../images/agrandir.png" />
                            </image>
                         </ImageView>
                      </graphic>
@@ -51,7 +51,7 @@
                      <graphic>
                         <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true">
                            <image>
-                              <Image url="@../../../../../images/fermer.png" />
+                              <Image url="@../../../../images/fermer.png" />
                            </image>
                            <cursor>
                               <Cursor fx:constant="HAND" />
@@ -73,7 +73,7 @@
                <children>
                   <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true">
                      <image>
-                        <Image url="@../../../../../images/Logo_FDX_Convert.png" />
+                        <Image url="@../../../../images/Logo_FDX_Convert.png" />
                      </image>
                   </ImageView>
                </children>
@@ -119,7 +119,7 @@
       </VBox>
    </center>
    <stylesheets>
-      <URL value="@../../../../../styles/custom-title-bar.css" />
+      <URL value="@../../../../styles/custom-title-bar.css" />
       <URL value="@../../../../styles/custom-main-style.css" />
    </stylesheets>
 </BorderPane>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractMainDialog.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/abstracts/AbstractMainDialog.fxml
similarity index 97%
copy from fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractMainDialog.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/abstracts/AbstractMainDialog.fxml
index 5898cf7..d3ac10d 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/abstracts/AbstractMainDialog.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/abstracts/AbstractMainDialog.fxml
@@ -24,7 +24,7 @@
                <children>
                   <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true">
                      <image>
-                        <Image url="@../../../../../images/Logo_FDX_Convert.png" />
+                        <Image url="@../../../../images/Logo_FDX_Convert.png" />
                      </image>
                   </ImageView>
                </children>
@@ -227,7 +227,7 @@
                      <graphic>
                         <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true">
                            <image>
-                              <Image url="@../../../../../images/fermer.png" />
+                              <Image url="@../../../../images/fermer.png" />
                            </image>
                            <cursor>
                               <Cursor fx:constant="HAND" />
@@ -244,7 +244,7 @@
       </HBox>
    </top>
    <stylesheets>
-      <URL value="@../../../../../styles/custom-main-style.css" />
-      <URL value="@../../../../../styles/custom-title-bar.css" />
+      <URL value="@../../../../styles/custom-main-style.css" />
+      <URL value="@../../../../styles/custom-title-bar.css" />
    </stylesheets>
 </BorderPane>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/main.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/main.fxml
similarity index 91%
copy from fdx_convert/src/main/resources/importation/validation/data/client/controller/main.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/main.fxml
index ef6039d..63c527f 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/main.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/main.fxml
@@ -1,12 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<?import javafx.geometry.*?>
-<?import javafx.scene.*?>
-<?import javafx.scene.control.*?>
-<?import javafx.scene.image.*?>
-<?import javafx.scene.layout.*?>
+<?import javafx.geometry.Insets?>
+<?import javafx.scene.Cursor?>
+<?import javafx.scene.control.Button?>
+<?import javafx.scene.control.Menu?>
+<?import javafx.scene.control.MenuButton?>
+<?import javafx.scene.control.MenuItem?>
+<?import javafx.scene.image.Image?>
+<?import javafx.scene.image.ImageView?>
+<?import javafx.scene.layout.AnchorPane?>
+<?import javafx.scene.layout.HBox?>
+<?import javafx.scene.layout.VBox?>
 
-<VBox fx:id="mainContainer" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="600.0" prefWidth="1081.0" style="-fx-background-color: transparent;" stylesheets="@../../../../../styles/main_screen.css" xmlns="http://javafx.com/javafx/17.0.12" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.MainController">
+<VBox fx:id="mainContainer" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="600.0" prefWidth="1081.0" style="-fx-background-color: transparent;" stylesheets="@../../../../styles/main_screen.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.MainController">
     <children>
         <HBox style="-fx-background-color: #f8f8f8;">
             <children>
@@ -14,7 +20,7 @@
                     <children>
                         <ImageView fitHeight="48.0" fitWidth="190.0" pickOnBounds="true" preserveRatio="true">
                             <image>
-                                <Image url="@../../../../../images/Logo_FDX_Convert.png" />
+                                <Image url="@../../../../images/Logo_FDX_Convert.png" />
                             </image>
                         </ImageView>
                     </children>
@@ -28,7 +34,7 @@
                             <graphic>
                                 <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
                                     <image>
-                                        <Image url="@../../../../../images/Fichier.png" />
+                                        <Image url="@../../../../images/Fichier.png" />
                                     </image>
                                 </ImageView>
                             </graphic>
@@ -40,7 +46,7 @@
                             <graphic>
                                 <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
                                     <image>
-                                        <Image url="@../../../../../images/143-02.png" />
+                                        <Image url="@../../../../images/143-02.png" />
                                     </image>
                                 </ImageView>
                             </graphic>
@@ -65,7 +71,7 @@
                             <graphic>
                                 <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
                                     <image>
-                                        <Image url="@../../../../../images/143-03.png" />
+                                        <Image url="@../../../../images/143-03.png" />
                                     </image>
                                 </ImageView>
                             </graphic>
@@ -84,7 +90,7 @@
                             <graphic>
                                 <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
                                     <image>
-                                        <Image url="@../../../../../images/143-04.png" />
+                                        <Image url="@../../../../images/143-04.png" />
                                     </image>
                                 </ImageView>
                             </graphic>
@@ -98,7 +104,7 @@
                             <graphic>
                                 <ImageView disable="true" fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
                                     <image>
-                                        <Image url="@../../../../../images/143-05.png" />
+                                        <Image url="@../../../../images/143-05.png" />
                                     </image>
                                 </ImageView>
                             </graphic>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelAdvancedSearchForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ConversionModelAdvancedSearchForm.fxml
similarity index 95%
copy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelAdvancedSearchForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ConversionModelAdvancedSearchForm.fxml
index 1bfa84a..c94fc18 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelAdvancedSearchForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ConversionModelAdvancedSearchForm.fxml
@@ -9,7 +9,7 @@
 <?import javafx.scene.layout.StackPane?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="81.0" prefWidth="468.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="81.0" prefWidth="468.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierSearchFormController">
    <children>
       <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelSearchForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ConversionModelSearchForm.fxml
similarity index 93%
copy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelSearchForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ConversionModelSearchForm.fxml
index e58cd15..73de98d 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ConversionModelSearchForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ConversionModelSearchForm.fxml
@@ -7,7 +7,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="69.0" prefWidth="604.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.ConversionModelSearchController">
+<AnchorPane id="AnchorPane" prefHeight="69.0" prefWidth="604.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.ConversionModelSearchController">
    <children>
       <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalAdvancedSearchForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/JournalAdvancedSearchForm.fxml
similarity index 97%
copy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalAdvancedSearchForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/JournalAdvancedSearchForm.fxml
index 4854ab6..2dbcfec 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalAdvancedSearchForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/JournalAdvancedSearchForm.fxml
@@ -12,7 +12,7 @@
 <?import javafx.scene.layout.RowConstraints?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="120.0" prefWidth="773.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierAdvancedSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="120.0" prefWidth="773.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierAdvancedSearchFormController">
    <children>
       <VBox prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalSearchForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/JournalSearchForm.fxml
similarity index 93%
copy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalSearchForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/JournalSearchForm.fxml
index e945c6c..0e000d9 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/JournalSearchForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/JournalSearchForm.fxml
@@ -8,7 +8,7 @@
 <?import javafx.scene.layout.StackPane?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="31.0" prefWidth="346.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="31.0" prefWidth="346.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierSearchFormController">
    <children>
       <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TacheSearchForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TacheSearchForm.fxml
similarity index 92%
copy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TacheSearchForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TacheSearchForm.fxml
index 96c9fe5..63efec5 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TacheSearchForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TacheSearchForm.fxml
@@ -7,7 +7,7 @@
 <?import javafx.scene.layout.VBox?>
 <?import javafx.scene.text.Font?>
 
-<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="326.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TacheSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="326.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TacheSearchFormController">
    <children>
       <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementAdvancedSearchForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TruncatedElementAdvancedSearchForm.fxml
similarity index 92%
copy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementAdvancedSearchForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TruncatedElementAdvancedSearchForm.fxml
index ead0875..4ae1cb9 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementAdvancedSearchForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TruncatedElementAdvancedSearchForm.fxml
@@ -7,7 +7,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="67.0" prefWidth="352.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TruncatedElementAdvancedSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="67.0" prefWidth="352.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TruncatedElementAdvancedSearchFormController">
    <children>
       <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementSearchForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TruncatedElementSearchForm.fxml
similarity index 93%
copy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementSearchForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TruncatedElementSearchForm.fxml
index 88dac02..0ad4161 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TruncatedElementSearchForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TruncatedElementSearchForm.fxml
@@ -9,7 +9,7 @@
 <?import javafx.scene.layout.StackPane?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="364.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TruncatedElementSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="364.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TruncatedElementSearchFormController">
    <children>
       <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierAdvancedSearchForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TypeFichierAdvancedSearchForm.fxml
similarity index 92%
copy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierAdvancedSearchForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TypeFichierAdvancedSearchForm.fxml
index 576260a..93717ab 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierAdvancedSearchForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TypeFichierAdvancedSearchForm.fxml
@@ -7,7 +7,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="30.0" prefWidth="600.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierAdvancedSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="30.0" prefWidth="600.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierAdvancedSearchFormController">
    <children>
       <VBox prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierSearchForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TypeFichierSearchForm.fxml
similarity index 90%
copy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierSearchForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TypeFichierSearchForm.fxml
index 1337230..ac9ca23 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/TypeFichierSearchForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/TypeFichierSearchForm.fxml
@@ -6,7 +6,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="251.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="251.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierSearchFormController">
    <children>
       <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ValidateurSearchForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ValidateurSearchForm.fxml
similarity index 93%
copy from fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ValidateurSearchForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ValidateurSearchForm.fxml
index 736f206..6707973 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ValidateurSearchForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/controller/search/ValidateurSearchForm.fxml
@@ -8,7 +8,7 @@
 <?import javafx.scene.layout.StackPane?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="358.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.ValidateurSearchFormController">
+<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="358.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.ValidateurSearchFormController">
    <children>
       <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/About.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/About.fxml
similarity index 98%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/About.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/About.fxml
index 07d3f90..d98e095 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/About.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/About.fxml
@@ -9,7 +9,7 @@
 <?import javafx.scene.text.Font?>
 <?import javafx.scene.text.Text?>
 
-<BorderPane style="-fx-border-color: #969696; -fx-background-color: transparent; -fx-border-width: 1;" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.forms.AproposEditFormController">
+<BorderPane style="-fx-border-color: #969696; -fx-background-color: transparent; -fx-border-width: 1;" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.AproposEditFormController">
    <center>
       <VBox BorderPane.alignment="CENTER">
          <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/AlphaNumeriqueFieldEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/AlphaNumeriqueFieldEditForm.fxml
similarity index 86%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/AlphaNumeriqueFieldEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/AlphaNumeriqueFieldEditForm.fxml
index f7888fa..b8abc39 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/AlphaNumeriqueFieldEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/AlphaNumeriqueFieldEditForm.fxml
@@ -8,7 +8,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="105.0" prefWidth="706.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.MetaAlphaNumeriqueFieldEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="105.0" prefWidth="706.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.MetaAlphaNumeriqueFieldEditFormController">
     <children>
         <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ConfigEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/ConfigEditForm.fxml
similarity index 94%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/ConfigEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/ConfigEditForm.fxml
index 70bd06b..f571b8a 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ConfigEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/ConfigEditForm.fxml
@@ -8,7 +8,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="215.0" prefWidth="708.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConfigEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="215.0" prefWidth="708.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConfigEditFormController">
     <children>
         <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ConversionModelEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/ConversionModelEditForm.fxml
similarity index 96%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/ConversionModelEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/ConversionModelEditForm.fxml
index 3a1db46..a400579 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ConversionModelEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/ConversionModelEditForm.fxml
@@ -16,11 +16,11 @@
 <?import javafx.scene.layout.VBox?>
 <?import javafx.scene.text.Font?>
 
-<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="562.0" prefWidth="678.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConversionModelEditFormController">
+<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="562.0" prefWidth="678.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConversionModelEditFormController">
    <children>
       <VBox prefHeight="697.0" prefWidth="678.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
-            <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE">
+            <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE">
               <tabs>
                 <Tab text="Description du fichier de données">
                      <content>
@@ -126,7 +126,7 @@
                                        <children>
                                           <HBox alignment="CENTER_RIGHT">
                                              <children>
-                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../../../../../../generation-validateur-typefichier/src/main/resources/styles/style.css" text="Sélectionner les champs à tronquer" />
+                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="Sélectionner les champs à tronquer" />
                                              </children>
                                           </HBox>
                                           <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" />
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/DataFileToJsonEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/DataFileToJsonEditForm.fxml
similarity index 95%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/DataFileToJsonEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/DataFileToJsonEditForm.fxml
index e0c358f..907685b 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/DataFileToJsonEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/DataFileToJsonEditForm.fxml
@@ -11,7 +11,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="330.0" prefWidth="624.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.DataFileToJsonFormController">
+<AnchorPane id="AnchorPane" prefHeight="330.0" prefWidth="624.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.DataFileToJsonFormController">
     <children>
         <VBox fillWidth="false" layoutX="-23.0" layoutY="40.0" prefHeight="226.0" prefWidth="698.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/DecryptageAESEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/DecryptageAESEditForm.fxml
similarity index 97%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/DecryptageAESEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/DecryptageAESEditForm.fxml
index 3b4be41..3b9d0c9 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/DecryptageAESEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/DecryptageAESEditForm.fxml
@@ -14,7 +14,7 @@
 <?import javafx.scene.layout.StackPane?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="235.0" prefWidth="657.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.DecryptageAESEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="235.0" prefWidth="657.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.DecryptageAESEditFormController">
     <children>
         <VBox fillWidth="false" layoutX="-23.0" layoutY="40.0" prefHeight="226.0" prefWidth="698.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <children>
@@ -43,7 +43,7 @@
                                     <TextField fx:id="showKeyTextField" minHeight="25.0" minWidth="370.0" prefHeight="25.0" prefWidth="370.0" />
                                     <ImageView fx:id="eyeImageView" fitHeight="15.0" fitWidth="15.0" onMousePressed="#eyeOnMousePressed" pickOnBounds="true" preserveRatio="true" StackPane.alignment="CENTER_RIGHT">
                                        <image>
-                                          <Image url="@../../../../../images/oeil.png" />
+                                          <Image url="@../../../../images/oeil.png" />
                                        </image>
                                        <StackPane.margin>
                                           <Insets right="5.0" />
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/FileToValidateEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/FileToValidateEditForm.fxml
similarity index 95%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/FileToValidateEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/FileToValidateEditForm.fxml
index 277d67d..02f29e9 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/FileToValidateEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/FileToValidateEditForm.fxml
@@ -14,11 +14,11 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="503.0" prefWidth="705.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.FileToValidateEditFormController">
+<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="503.0" prefWidth="705.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.FileToValidateEditFormController">
    <children>
       <VBox prefHeight="200.0" prefWidth="100.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
-            <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE">
+            <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE">
               <tabs>
                 <Tab text="Fichier à valider">
                      <content>
@@ -106,7 +106,7 @@
                                        <children>
                                           <HBox alignment="CENTER_RIGHT">
                                              <children>
-                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../../../../../../generation-validateur-typefichier/src/main/resources/styles/style.css" text="Sélectionner les champs à tronquer" />
+                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="Sélectionner les champs à tronquer" />
                                              </children>
                                           </HBox>
                                           <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" />
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportRawCsvDataEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/ImportRawCsvDataEditForm.fxml
similarity index 96%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportRawCsvDataEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/ImportRawCsvDataEditForm.fxml
index a2dc749..d1a1220 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportRawCsvDataEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/ImportRawCsvDataEditForm.fxml
@@ -10,7 +10,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="216.0" prefWidth="648.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.RawCsvDataEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="216.0" prefWidth="648.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.RawCsvDataEditFormController">
     <children>
         <VBox layoutX="-6.0" layoutY="7.0" prefHeight="271.0" prefWidth="665.0" spacing="5.0" AnchorPane.bottomAnchor="-7.0" AnchorPane.leftAnchor="-6.0" AnchorPane.rightAnchor="-11.0" AnchorPane.topAnchor="7.0">
             <padding>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportTypeFichierEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/ImportTypeFichierEditForm.fxml
similarity index 93%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportTypeFichierEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/ImportTypeFichierEditForm.fxml
index c1d9f59..f8b4d95 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ImportTypeFichierEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/ImportTypeFichierEditForm.fxml
@@ -9,7 +9,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="194.0" prefWidth="555.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ImportTypeFichierEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="194.0" prefWidth="555.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ImportTypeFichierEditFormController">
     <children>
         <VBox layoutX="-6.0" layoutY="7.0" prefHeight="223.0" prefWidth="664.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <padding>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/JournalEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/JournalEditForm.fxml
similarity index 95%
rename from fdx_convert/target/classes/importation/validation/data/client/forms/JournalEditForm.fxml
rename to fdx_convert/target/classes/com/megatim/fdxconvert/forms/JournalEditForm.fxml
index c76074c..0704d15 100644
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/JournalEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/JournalEditForm.fxml
@@ -8,7 +8,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="249.0" prefWidth="621.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConfigEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="249.0" prefWidth="621.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConfigEditFormController">
     <children>
         <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ModeleJsonEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/ModeleJsonEditForm.fxml
similarity index 95%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/ModeleJsonEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/ModeleJsonEditForm.fxml
index 690ddd6..9bb0cd1 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ModeleJsonEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/ModeleJsonEditForm.fxml
@@ -13,7 +13,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="671.0" stylesheets="@../../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ModeleJsonEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="671.0" stylesheets="@../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ModeleJsonEditFormController">
    <children>
       <VBox alignment="CENTER" prefHeight="458.0" prefWidth="671.0">
          <children>
@@ -40,7 +40,7 @@
                                     <HBox alignment="CENTER_LEFT" spacing="5.0">
                                        <children>
                                           <Label alignment="CENTER_RIGHT" minWidth="100.0" prefWidth="100.0" text="Nom de l'objet" />
-                                          <TextField fx:id="objectNameTextField" minWidth="100.0" prefHeight="27.0" prefWidth="153.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+                                          <TextField fx:id="objectNameTextField" minWidth="100.0" prefHeight="27.0" prefWidth="153.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                                        </children>
                                     </HBox>
                                  </children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/StructureChampJsonEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/StructureChampJsonEditForm.fxml
similarity index 91%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/StructureChampJsonEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/StructureChampJsonEditForm.fxml
index 8e0ed8d..5f0b4ae 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/StructureChampJsonEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/StructureChampJsonEditForm.fxml
@@ -10,7 +10,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="291.0" prefWidth="396.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.StructureChampJsonEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="291.0" prefWidth="396.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.StructureChampJsonEditFormController">
    <children>
       <VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
@@ -21,26 +21,26 @@
                         <HBox alignment="CENTER_LEFT" spacing="10.0">
                            <children>
                               <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Libellé" />
-                              <TextField fx:id="libelleTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+                              <TextField fx:id="libelleTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                            </children>
                         </HBox>
                         <HBox alignment="CENTER_LEFT" spacing="10.0">
                            <children>
                               <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Type de données" />
-                              <ComboBox fx:id="typeDonneeComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+                              <ComboBox fx:id="typeDonneeComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                            </children>
                         </HBox>
                         <HBox fx:id="dateFormatContainer" alignment="CENTER_LEFT" spacing="10.0">
                            <children>
                               <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Format date" />
-                               <ComboBox fx:id="formatDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+                               <ComboBox fx:id="formatDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                               <!--<TextField fx:id="formatDateTextField" prefWidth="100.0" />-->
                            </children>
                         </HBox>
                         <HBox fx:id="dateFormatContainer1" alignment="CENTER_LEFT" layoutX="25.0" layoutY="175.0" spacing="10.0">
                            <children>
                               <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Séparateur de date" />
-                              <ComboBox fx:id="delimiteurDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+                              <ComboBox fx:id="delimiteurDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                            </children>
                         </HBox>
                         <HBox fx:id="dateFormatContainer11" alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" spacing="10.0">
@@ -52,7 +52,7 @@
                         <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="55.0" spacing="10.0">
                            <children>
                               <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Type de l'objet" />
-                              <ComboBox fx:id="typeObjetComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+                              <ComboBox fx:id="typeObjetComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                            </children>
                         </HBox>
                      </children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/SubObjectEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/SubObjectEditForm.fxml
similarity index 94%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/SubObjectEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/SubObjectEditForm.fxml
index c62a3e5..91880bb 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/SubObjectEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/SubObjectEditForm.fxml
@@ -11,7 +11,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="648.0" stylesheets="@../../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.SubObjectEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="648.0" stylesheets="@../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.SubObjectEditFormController">
    <children>
       <VBox alignment="CENTER" prefHeight="458.0" prefWidth="648.0" spacing="5.0">
          <padding>
@@ -25,7 +25,7 @@
                         <HBox alignment="CENTER_LEFT" spacing="10.0">
                            <children>
                               <Label alignment="CENTER_RIGHT" minWidth="127.0" prefHeight="17.0" prefWidth="127.0" text="Nom de l'objet" />
-                              <TextField fx:id="subObjectNameTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
+                              <TextField fx:id="subObjectNameTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
                            </children>
                         </HBox>
                      </children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TacheEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/TacheEditForm.fxml
similarity index 97%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/TacheEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/TacheEditForm.fxml
index 842dfd3..896d431 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TacheEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/TacheEditForm.fxml
@@ -19,15 +19,15 @@
 <?import javafx.scene.layout.VBox?>
 <?import javafx.scene.text.Font?>
 
-<AnchorPane prefHeight="551.0" prefWidth="737.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TacheEditFormController">
+<AnchorPane prefHeight="551.0" prefWidth="737.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.TacheEditFormController">
    <children>
       <VBox AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
-            <TabPane fx:id="tabPane" stylesheets="@../../../../../styles/CustomFormComponents.css">
+            <TabPane fx:id="tabPane" stylesheets="@../../../../styles/CustomFormComponents.css">
                <tabs>
                   <Tab style="-fx-font-size: 14;" text="Informations sur la tâche">
                      <content>
-                        <VBox prefHeight="604.0" prefWidth="748.0" spacing="15.0" stylesheets="@../../../../../styles/CustomFormComponents.css">
+                        <VBox prefHeight="604.0" prefWidth="748.0" spacing="15.0" stylesheets="@../../../../styles/CustomFormComponents.css">
                         
                                   <VBox fx:id="paneContainer" spacing="10.0" style="-fx-background-color: white;">
                                 <children>
@@ -247,7 +247,7 @@
                                        <children>
                                           <HBox alignment="CENTER_RIGHT">
                                              <children>
-                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../../../../../../generation-validateur-typefichier/src/main/resources/styles/style.css" text="Sélectionner les champs à tronquer" textFill="#5a5a5a" />
+                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="Sélectionner les champs à tronquer" textFill="#5a5a5a" />
                                              </children>
                                           </HBox>
                                           <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" />
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TruncatedElementEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/TruncatedElementEditForm.fxml
similarity index 95%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/TruncatedElementEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/TruncatedElementEditForm.fxml
index 22c2841..1ad54bb 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TruncatedElementEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/TruncatedElementEditForm.fxml
@@ -9,7 +9,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="294.0" prefWidth="679.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConfigEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="294.0" prefWidth="679.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConfigEditFormController">
     <children>
         <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/TxtFileToValidateEditForm.fxml
similarity index 91%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/TxtFileToValidateEditForm.fxml
index 79e0d0d..2104f9e 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/TxtFileToValidateEditForm.fxml
@@ -9,7 +9,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="136.0" prefWidth="525.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TxtFileToValidateEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="136.0" prefWidth="525.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.TxtFileToValidateEditFormController">
     <children>
         <VBox layoutX="-6.0" layoutY="7.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <padding>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TypeFichierEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/TypeFichierEditForm.fxml
similarity index 91%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/TypeFichierEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/TypeFichierEditForm.fxml
index 3cf4b1c..5fc21e7 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/TypeFichierEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/TypeFichierEditForm.fxml
@@ -8,7 +8,7 @@
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="178.0" prefWidth="538.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TypeFichierEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="178.0" prefWidth="538.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.TypeFichierEditFormController">
     <children>
       <VBox alignment="CENTER" prefHeight="231.0" prefWidth="553.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <padding>
@@ -34,7 +34,7 @@
                         <HBox alignment="CENTER_LEFT" spacing="10.0">
                            <children>
                               <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="162.0" prefHeight="25.0" prefWidth="162.0" style="-fx-text-fill: black;" text="Code Participant" />
-                              <TextField fx:id="codeParticipantTextField" minHeight="25.0" minWidth="291.0" prefHeight="25.0" prefWidth="291.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css">
+                              <TextField fx:id="codeParticipantTextField" minHeight="25.0" minWidth="291.0" prefHeight="25.0" prefWidth="291.0" styleClass="square-border" stylesheets="@../../../../styles/style.css">
                                  <HBox.margin>
                                     <Insets />
                                  </HBox.margin>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurEditForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/ValidateurEditForm.fxml
similarity index 95%
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/ValidateurEditForm.fxml
index f23ce5e..e3e3f39 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurEditForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/ValidateurEditForm.fxml
@@ -15,7 +15,7 @@
 <?import javafx.scene.layout.StackPane?>
 <?import javafx.scene.layout.VBox?>
 
-<AnchorPane id="AnchorPane" prefHeight="232.0" prefWidth="562.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ValidateurEditFormController">
+<AnchorPane id="AnchorPane" prefHeight="232.0" prefWidth="562.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ValidateurEditFormController">
     <children>
         <VBox layoutX="-6.0" layoutY="7.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
             <padding>
@@ -63,7 +63,7 @@
                                     <PasswordField fx:id="keyToDecryptField" minHeight="25.0" minWidth="330.0" prefHeight="25.0" prefWidth="330.0" />
                                     <ImageView fx:id="eyeImageView" fitHeight="15.0" fitWidth="15.0" onMousePressed="#eyeOnMousePressed" pickOnBounds="true" preserveRatio="true" StackPane.alignment="CENTER_RIGHT">
                                        <image>
-                                          <Image url="@../../../../../images/oeil.png" />
+                                          <Image url="@../../../../images/oeil.png" />
                                        </image>
                                        <StackPane.margin>
                                           <Insets right="5.0" />
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/ValidateurListForm.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/ValidateurListForm.fxml
similarity index 96%
rename from fdx_convert/target/classes/importation/validation/data/client/forms/ValidateurListForm.fxml
rename to fdx_convert/target/classes/com/megatim/fdxconvert/forms/ValidateurListForm.fxml
index e66feec..fae7016 100644
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/ValidateurListForm.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/forms/ValidateurListForm.fxml
@@ -16,7 +16,7 @@
 <?import javafx.scene.text.Font?>
 <?import javafx.scene.text.Text?>
 
-<BorderPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="600.0" minWidth="1000.0" prefHeight="600.0" prefWidth="993.0" style="-fx-border-color: #969696; -fx-border-width: 1; -fx-background-color: white;" styleClass="mainFxmlClass" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ValidateurListFormController">
+<BorderPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="600.0" minWidth="1000.0" prefHeight="600.0" prefWidth="993.0" style="-fx-border-color: #969696; -fx-border-width: 1; -fx-background-color: white;" styleClass="mainFxmlClass" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ValidateurListFormController">
    <center>
       <VBox maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="509.0" prefWidth="949.0" BorderPane.alignment="CENTER">
          <children>
@@ -24,7 +24,7 @@
                <children>
                   <ImageView fitHeight="37.0" fitWidth="131.0" pickOnBounds="true" preserveRatio="true">
                      <image>
-                        <Image url="@../../../../../images/Logo_FDX_Convert.png" />
+                        <Image url="@../../../../images/Logo_FDX_Convert.png" />
                      </image>
                   </ImageView>
                </children>
@@ -165,7 +165,7 @@
                                                    <graphic>
                                                       <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true">
                                                          <image>
-                                                            <Image url="@../../../../../images/previous-img.png" />
+                                                            <Image url="@../../../../images/previous-img.png" />
                                                          </image>
                                                       </ImageView>
                                                    </graphic>
@@ -181,7 +181,7 @@
                                                    <graphic>
                                                       <ImageView fitHeight="15.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
                                                          <image>
-                                                            <Image url="@../../../../../images/next-img.png" />
+                                                            <Image url="@../../../../images/next-img.png" />
                                                          </image>
                                                       </ImageView>
                                                    </graphic>
@@ -239,7 +239,7 @@
                      <graphic>
                         <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
                            <image>
-                              <Image url="@../../../../../images/max_icon.png" />
+                              <Image url="@../../../../images/max_icon.png" />
                            </image>
                         </ImageView>
                      </graphic>
@@ -251,7 +251,7 @@
                      <graphic>
                         <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
                            <image>
-                              <Image url="@../../../../../images/custom_close_icon.png" />
+                              <Image url="@../../../../images/custom_close_icon.png" />
                            </image>
                         </ImageView>
                      </graphic>
@@ -268,7 +268,7 @@
       </HBox>
    </top>
    <stylesheets>
-      <URL value="@../../../../../styles/custom-main-style.css" />
-      <URL value="@../../../../../styles/custom-title-bar.css" />
+      <URL value="@../../../../styles/custom-main-style.css" />
+      <URL value="@../../../../styles/custom-title-bar.css" />
    </stylesheets>
 </BorderPane>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureFormView.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/views/JsonStructureFormView.fxml
similarity index 92%
copy from fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureFormView.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/views/JsonStructureFormView.fxml
index fba5919..8b6e30a 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureFormView.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/views/JsonStructureFormView.fxml
@@ -40,7 +40,7 @@
                            <graphic>
                               <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
                                  <image>
-                                    <Image url="@../../../../../images/reduire.png" />
+                                    <Image url="@../../../../images/reduire.png" />
                                  </image>
                               </ImageView>
                            </graphic>
@@ -49,7 +49,7 @@
                            <graphic>
                               <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
                                  <image>
-                                    <Image url="@../../../../../images/agrandir.png" />
+                                    <Image url="@../../../../images/agrandir.png" />
                                  </image>
                               </ImageView>
                            </graphic>
@@ -58,7 +58,7 @@
                            <graphic>
                               <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true">
                                  <image>
-                                    <Image url="@../../../../../images/fermer.png" />
+                                    <Image url="@../../../../images/fermer.png" />
                                  </image>
                                  <cursor>
                                     <Cursor fx:constant="HAND" />
@@ -79,7 +79,7 @@
                      <children>
                         <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true">
                            <image>
-                              <Image url="@../../../../../images/Logo_FDX_Convert.png" />
+                              <Image url="@../../../../images/Logo_FDX_Convert.png" />
                            </image>
                         </ImageView>
                      </children>
@@ -138,9 +138,9 @@
             </VBox>
          </children>
          <stylesheets>
-            <URL value="@../../../../../styles/custom-title-bar.css" />
-            <URL value="@../../../../../styles/custom-main-style.css" />
-            <URL value="@../../../../../styles/CustomFormComponents.css" />
+            <URL value="@../../../../styles/custom-title-bar.css" />
+            <URL value="@../../../../styles/custom-main-style.css" />
+            <URL value="@../../../../styles/CustomFormComponents.css" />
          </stylesheets>
       </VBox>
    </children>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureTableView.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/views/JsonStructureTableView.fxml
similarity index 97%
copy from fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureTableView.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/views/JsonStructureTableView.fxml
index 27e5baf..4847b6a 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/views/JsonStructureTableView.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/views/JsonStructureTableView.fxml
@@ -24,7 +24,7 @@
                <children>
                   <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true">
                      <image>
-                        <Image url="@../../../../../images/Logo_FDX_Convert.png" />
+                        <Image url="@../../../../images/Logo_FDX_Convert.png" />
                      </image>
                   </ImageView>
                </children>
@@ -225,7 +225,7 @@
                      <graphic>
                         <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true">
                            <image>
-                              <Image url="@../../../../../images/fermer.png" />
+                              <Image url="@../../../../images/fermer.png" />
                            </image>
                            <cursor>
                               <Cursor fx:constant="HAND" />
@@ -242,7 +242,7 @@
       </HBox>
    </top>
    <stylesheets>
-      <URL value="@../../../../../styles/custom-main-style.css" />
-      <URL value="@../../../../../styles/custom-title-bar.css" />
+      <URL value="@../../../../styles/custom-main-style.css" />
+      <URL value="@../../../../styles/custom-title-bar.css" />
    </stylesheets>
 </BorderPane>
diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/views/jsonstructure/JsonStructureView.fxml b/fdx_convert/target/classes/com/megatim/fdxconvert/views/jsonstructure/JsonStructureView.fxml
similarity index 96%
copy from fdx_convert/src/main/resources/importation/validation/data/client/views/jsonstructure/JsonStructureView.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/views/jsonstructure/JsonStructureView.fxml
index 62f6cf2..bcc99e0 100644
--- a/fdx_convert/src/main/resources/importation/validation/data/client/views/jsonstructure/JsonStructureView.fxml
+++ b/fdx_convert/target/classes/com/megatim/fdxconvert/views/jsonstructure/JsonStructureView.fxml
@@ -11,7 +11,7 @@
 <?import javafx.scene.layout.VBox?>
 <?import javafx.scene.text.Font?>
 
-<AnchorPane stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1">
+<AnchorPane stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1">
    <children>
       <VBox fx:id="mainContainer" layoutX="10.0" layoutY="10.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
          <children>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/abstracts/AbstractEditDialog.fxml b/fdx_convert/target/classes/importation/validation/data/client/abstracts/AbstractEditDialog.fxml
deleted file mode 100644
index 1fa7120..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/abstracts/AbstractEditDialog.fxml
+++ /dev/null
@@ -1,125 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import java.net.URL?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.Cursor?>
-<?import javafx.scene.control.Button?>
-<?import javafx.scene.image.Image?>
-<?import javafx.scene.image.ImageView?>
-<?import javafx.scene.layout.BorderPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-<?import javafx.scene.text.Font?>
-<?import javafx.scene.text.Text?>
-
-<BorderPane style="-fx-border-color: #969696; -fx-background-color: transparent; -fx-border-width: 1;" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatimfx.common.abstracts.AbstractEditDialogController">
-   <top>
-      <HBox onMouseDragged="#mouseDraggedTitleBar" onMousePressed="#mousePressedTitleBar" styleClass="title-bar" BorderPane.alignment="CENTER">
-         <children>
-            <HBox alignment="CENTER_LEFT" prefWidth="200.0" HBox.hgrow="ALWAYS">
-               <children>
-                  <Text fx:id="title" fill="WHITE" strokeType="OUTSIDE" strokeWidth="0.0" text="Titre de la fenêtre ici">
-                     <font>
-                        <Font name="Arial" size="15.0" />
-                     </font>
-                  </Text>
-               </children>
-               <padding>
-                  <Insets left="20.0" />
-               </padding></HBox>
-            <HBox alignment="CENTER_RIGHT" prefWidth="200.0" HBox.hgrow="ALWAYS">
-               <children>
-                  <Button mnemonicParsing="false" onAction="#minimize" style="-fx-padding: 5 12 5 12;" styleClass="title-bar-button" visible="false">
-                     <graphic>
-                        <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
-                           <image>
-                              <Image url="@../../../../../images/reduire.png" />
-                           </image>
-                        </ImageView>
-                     </graphic>
-                  </Button>
-                  <Button mnemonicParsing="false" onAction="#maximize" style="-fx-padding: 5 12 5 12;" styleClass="title-bar-button" visible="false">
-                     <graphic>
-                        <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
-                           <image>
-                              <Image url="@../../../../../images/agrandir.png" />
-                           </image>
-                        </ImageView>
-                     </graphic>
-                  </Button>
-                  <Button mnemonicParsing="false" onAction="#close" style="-fx-padding: 3 10 3 10;" styleClass="title-bar-button">
-                     <graphic>
-                        <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true">
-                           <image>
-                              <Image url="@../../../../../images/fermer.png" />
-                           </image>
-                           <cursor>
-                              <Cursor fx:constant="HAND" />
-                           </cursor>
-                        </ImageView>
-                     </graphic>
-                  </Button>
-               </children></HBox>
-         </children>
-         <padding>
-            <Insets bottom="2.0" left="2.0" right="2.0" top="2.0" />
-         </padding>
-      </HBox>
-   </top>
-   <center>
-      <VBox BorderPane.alignment="CENTER">
-         <children>
-            <HBox alignment="CENTER_LEFT" style="-fx-background-color: transparent;" styleClass="banner">
-               <children>
-                  <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true">
-                     <image>
-                        <Image url="@../../../../../images/Logo_FDX_Convert.png" />
-                     </image>
-                  </ImageView>
-               </children>
-               <padding>
-                  <Insets left="47.0" top="10.0" />
-               </padding>
-            </HBox>
-            <BorderPane fx:id="formPanel" style="-fx-background-color: transparent;" VBox.vgrow="ALWAYS">
-               <center>
-                  <VBox BorderPane.alignment="CENTER">
-                     <padding>
-                        <Insets bottom="20.0" left="47.0" right="47.0" top="20.0" />
-                     </padding>
-                     <children>
-                        <VBox fx:id="formContainer" style="-fx-background-color: #F8F8F8; -fx-border-color: #E9E9E9; -fx-border-width: 1;" />
-                     </children>
-                  </VBox>
-               </center></BorderPane>
-            <HBox fx:id="bottomContainer" alignment="TOP_RIGHT" prefHeight="31.0" prefWidth="404.0" spacing="5.0">
-               <children>
-                  <Button fx:id="cancelButton" mnemonicParsing="false" prefHeight="27.0" prefWidth="87.0" style="-fx-background-color: #949599; -fx-border-color: #9d9fa2; -fx-background-radius: 0;" text="Annuler" textFill="WHITE">
-                     <font>
-                        <Font name="System Bold" size="12.0" />
-                     </font>
-                     <cursor>
-                        <Cursor fx:constant="HAND" />
-                     </cursor>
-                  </Button>
-                  <Button fx:id="editButton" mnemonicParsing="false" prefHeight="27.0" prefWidth="87.0" style="-fx-background-color: #869447; -fx-background-radius: 0;" text="Enregistrer" textFill="WHITE">
-                     <font>
-                        <Font name="System Bold" size="12.0" />
-                     </font>
-                     <cursor>
-                        <Cursor fx:constant="HAND" />
-                     </cursor>
-                  </Button>
-               </children>
-               <padding>
-                  <Insets left="47.0" right="40.0" />
-               </padding>
-            </HBox>
-         </children>
-      </VBox>
-   </center>
-   <stylesheets>
-      <URL value="@../../../../../styles/custom-title-bar.css" />
-      <URL value="@../../../../styles/custom-main-style.css" />
-   </stylesheets>
-</BorderPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/abstracts/AbstractMainDialog.fxml b/fdx_convert/target/classes/importation/validation/data/client/abstracts/AbstractMainDialog.fxml
deleted file mode 100644
index 5898cf7..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/abstracts/AbstractMainDialog.fxml
+++ /dev/null
@@ -1,250 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import java.net.URL?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.Cursor?>
-<?import javafx.scene.control.Button?>
-<?import javafx.scene.control.CheckBox?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TableView?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.image.Image?>
-<?import javafx.scene.image.ImageView?>
-<?import javafx.scene.layout.BorderPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-<?import javafx.scene.text.Font?>
-<?import javafx.scene.text.Text?>
-
-<BorderPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="500.0" minWidth="700.0" prefHeight="569.0" prefWidth="982.0" style="-fx-border-color: #969696; -fx-border-width: 1;" styleClass="mainFxmlClass" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatimfx.common.abstracts.AbstractMainDialogController">
-   <center>
-      <VBox maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" BorderPane.alignment="CENTER">
-         <children>
-            <HBox alignment="CENTER_LEFT" styleClass="banner">
-               <children>
-                  <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true">
-                     <image>
-                        <Image url="@../../../../../images/Logo_FDX_Convert.png" />
-                     </image>
-                  </ImageView>
-               </children>
-               <padding>
-                  <Insets left="30.0" right="30.0" top="20.0" />
-               </padding>
-            </HBox>
-            <VBox spacing="12.0" style="-fx-background-color: #44507;" VBox.vgrow="ALWAYS">
-               <children>
-                  <VBox prefHeight="200.0" prefWidth="100.0" spacing="12.0" style="-fx-border-color: #D6D6D6; -fx-border-width: 1.5;" VBox.vgrow="ALWAYS">
-                     <children>
-                        <TitledPane collapsible="false" prefHeight="61.0" prefWidth="1223.0" text="Recherche">
-                           <content>
-                              <BorderPane fx:id="searchPane" prefHeight="43.0" prefWidth="1219.0" style="-fx-background-color: rgb(246, 247, 249);">
-                                 <right>
-                                    <HBox spacing="5.0" BorderPane.alignment="CENTER_LEFT">
-                                       <BorderPane.margin>
-                                          <Insets />
-                                       </BorderPane.margin>
-                                       <children>
-                                          <Button fx:id="btnSearch" maxWidth="1.7976931348623157E308" mnemonicParsing="false" styleClass="search">
-                                             <cursor>
-                                                <Cursor fx:constant="HAND" />
-                                             </cursor></Button>
-                                          <Button fx:id="btnReset" maxWidth="1.7976931348623157E308" mnemonicParsing="false" styleClass="reset">
-                                             <cursor>
-                                                <Cursor fx:constant="HAND" />
-                                             </cursor></Button>
-                                          <CheckBox fx:id="advancedCheckBox" alignment="CENTER" maxHeight="-Infinity" maxWidth="1.7976931348623157E308" mnemonicParsing="false" prefHeight="25.0" text="Recherche avancées">
-                                             <font>
-                                                <Font name="Roboto" size="12.0" />
-                                             </font>
-                                          </CheckBox>
-                                       </children>
-                                       <padding>
-                                          <Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
-                                       </padding>
-                                    </HBox>
-                                 </right>
-                                 <center>
-                                    <VBox BorderPane.alignment="CENTER">
-                                       <children>
-                                          <VBox fx:id="normalSearchContainer" VBox.vgrow="ALWAYS">
-                                             <padding>
-                                                <Insets right="50.0" />
-                                             </padding>
-                                          </VBox>
-                                          <VBox fx:id="advancedSearchContainer" VBox.vgrow="ALWAYS">
-                                             <padding>
-                                                <Insets right="50.0" />
-                                             </padding>
-                                          </VBox>
-                                       </children>
-                                       <BorderPane.margin>
-                                          <Insets top="5.0" />
-                                       </BorderPane.margin>
-                                    </VBox>
-                                 </center>
-                              </BorderPane>
-                           </content>
-                        </TitledPane>
-                        <VBox prefHeight="200.0" prefWidth="100.0" style="-fx-background-color: rgb(246, 247, 249);" VBox.vgrow="ALWAYS">
-                           <children>
-                              <HBox alignment="CENTER_LEFT" spacing="2.0">
-                                 <children>
-                                    <HBox fx:id="buttonContainer" alignment="BOTTOM_LEFT" spacing="2.0">
-                                       <children>
-                                          <Button fx:id="btnAdd" mnemonicParsing="false" onAction="#onAddDialog" styleClass="main-btn-add" textFill="#ebf0ee">
-                                             <font>
-                                                <Font name="System Bold" size="12.0" />
-                                             </font>
-                                             <cursor>
-                                                <Cursor fx:constant="HAND" />
-                                             </cursor>
-                                          </Button>
-                                          <Button fx:id="btnEdit" minHeight="-Infinity" minWidth="-Infinity" mnemonicParsing="false" onAction="#onEditDialog" styleClass="main-btn-edit" textFill="#f2eded">
-                                             <font>
-                                                <Font name="System Bold" size="12.0" />
-                                             </font>
-                                             <cursor>
-                                                <Cursor fx:constant="HAND" />
-                                             </cursor>
-                                          </Button>
-                                          <Button fx:id="btnPrint" minHeight="-Infinity" minWidth="-Infinity" mnemonicParsing="false" onAction="#onEditDialog" styleClass="main-btn-print" textFill="#f2eded">
-                                             <font>
-                                                <Font name="System Bold" size="12.0" />
-                                             </font>
-                                             <cursor>
-                                                <Cursor fx:constant="HAND" />
-                                             </cursor>
-                                          </Button>
-                                          <Button fx:id="btnDelete" mnemonicParsing="false" onAction="#removeElement" styleClass="main-btn-delete" textFill="#f2eded">
-                                             <font>
-                                                <Font name="System Bold" size="12.0" />
-                                             </font>
-                                             <cursor>
-                                                <Cursor fx:constant="HAND" />
-                                             </cursor>
-                                          </Button>
-                                       </children>
-                                    </HBox>
-                                 </children>
-                                 <opaqueInsets>
-                                    <Insets />
-                                 </opaqueInsets>
-                              </HBox>
-                              <VBox prefHeight="200.0" prefWidth="100.0" VBox.vgrow="ALWAYS">
-                                 <children>
-                                    <TableView fx:id="elementTable" VBox.vgrow="ALWAYS">
-                                       <columnResizePolicy>
-                                          <TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
-                                       </columnResizePolicy>
-                                    </TableView>
-                                    <HBox alignment="CENTER_LEFT" spacing="15.0" style="-fx-background-color: #CECECE;">
-                                       <children>
-                                          <HBox alignment="CENTER" spacing="2.0">
-                                             <children>
-                                                <HBox alignment="CENTER" spacing="5.0">
-                                                   <children>
-                                                      <Label text="précédent">
-                                                         <font>
-                                                            <Font name="Roboto" size="12.0" />
-                                                         </font>
-                                                      </Label>
-                                                      <Button fx:id="btnPrevious" mnemonicParsing="false" styleClass="previous-btn">
-                                                         <cursor>
-                                                            <Cursor fx:constant="HAND" />
-                                                         </cursor></Button>
-                                                   </children>
-                                                </HBox>
-                                                <HBox alignment="CENTER" spacing="5.0">
-                                                   <children>
-                                                      <Button fx:id="btnNext" mnemonicParsing="false" styleClass="next-btn">
-                                                         <cursor>
-                                                            <Cursor fx:constant="HAND" />
-                                                         </cursor></Button>
-                                                      <Label text="suivant">
-                                                         <font>
-                                                            <Font name="Roboto" size="12.0" />
-                                                         </font>
-                                                      </Label>
-                                                   </children>
-                                                </HBox>
-                                             </children>
-                                          </HBox>
-                                          <Label fx:id="paginationNumberInfo" text="(200/400)">
-                                             <font>
-                                                <Font name="Roboto" size="12.0" />
-                                             </font>
-                                          </Label>
-                                       </children>
-                                       <padding>
-                                          <Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
-                                       </padding>
-                                    </HBox>
-                                 </children>
-                              </VBox>
-                           </children>
-                        </VBox>
-                     </children>
-                     <padding>
-                        <Insets bottom="12.0" left="12.0" right="12.0" top="12.0" />
-                     </padding>
-                  </VBox>
-                  <HBox alignment="CENTER_RIGHT">
-                     <children>
-                        <Button fx:id="btnClose" mnemonicParsing="false" style="-fx-background-color: #CACACA; -fx-border-color: #A8A8A8;" text="Quitter">
-                           <cursor>
-                              <Cursor fx:constant="HAND" />
-                           </cursor></Button>
-                     </children>
-                  </HBox>
-               </children>
-               <padding>
-                  <Insets bottom="12.0" left="30.0" right="30.0" top="20.0" />
-               </padding>
-            </VBox>
-         </children>
-      </VBox>
-   </center>
-   <top>
-      <HBox alignment="CENTER" onMouseDragged="#mouseDraggedTitleBar" onMousePressed="#mousePressedTitleBar" styleClass="title-bar" BorderPane.alignment="CENTER">
-         <children>
-            <HBox alignment="CENTER_LEFT" prefWidth="200.0" HBox.hgrow="ALWAYS">
-               <children>
-                  <Text fx:id="title" fill="WHITE" strokeType="OUTSIDE" strokeWidth="0.0" text="Titre de la fenêtre">
-                     <font>
-                        <Font name="Roboto" size="15.0" />
-                     </font>
-                  </Text>
-               </children>
-               <padding>
-                  <Insets left="30.0" />
-               </padding></HBox>
-            <HBox alignment="CENTER_RIGHT" prefWidth="200.0" HBox.hgrow="ALWAYS">
-               <children>
-                  <Button mnemonicParsing="false" onAction="#minimize" style="-fx-padding: 5 12 5 12;" styleClass="title-bar-button" visible="false" />
-                  <Button mnemonicParsing="false" onAction="#maximize" style="-fx-padding: 5 12 5 12;" styleClass="title-bar-button" visible="false" />
-                  <Button mnemonicParsing="false" onAction="#close" style="-fx-padding: 3 10 3 10;" styleClass="title-bar-button">
-                     <graphic>
-                        <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true">
-                           <image>
-                              <Image url="@../../../../../images/fermer.png" />
-                           </image>
-                           <cursor>
-                              <Cursor fx:constant="HAND" />
-                           </cursor>
-                        </ImageView>
-                     </graphic>
-                  </Button>
-               </children>
-            </HBox>
-         </children>
-         <padding>
-            <Insets bottom="2.0" left="2.0" right="2.0" top="2.0" />
-         </padding>
-      </HBox>
-   </top>
-   <stylesheets>
-      <URL value="@../../../../../styles/custom-main-style.css" />
-      <URL value="@../../../../../styles/custom-title-bar.css" />
-   </stylesheets>
-</BorderPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/controller/main.fxml b/fdx_convert/target/classes/importation/validation/data/client/controller/main.fxml
deleted file mode 100644
index ef6039d..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/controller/main.fxml
+++ /dev/null
@@ -1,145 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import javafx.geometry.*?>
-<?import javafx.scene.*?>
-<?import javafx.scene.control.*?>
-<?import javafx.scene.image.*?>
-<?import javafx.scene.layout.*?>
-
-<VBox fx:id="mainContainer" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="600.0" prefWidth="1081.0" style="-fx-background-color: transparent;" stylesheets="@../../../../../styles/main_screen.css" xmlns="http://javafx.com/javafx/17.0.12" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.MainController">
-    <children>
-        <HBox style="-fx-background-color: #f8f8f8;">
-            <children>
-                <HBox alignment="CENTER">
-                    <children>
-                        <ImageView fitHeight="48.0" fitWidth="190.0" pickOnBounds="true" preserveRatio="true">
-                            <image>
-                                <Image url="@../../../../../images/Logo_FDX_Convert.png" />
-                            </image>
-                        </ImageView>
-                    </children>
-                    <padding>
-                        <Insets right="30.0" />
-                    </padding>
-                </HBox>
-                <HBox fx:id="myMenuBar">
-                    <children>
-                        <MenuButton contentDisplay="TOP" mnemonicParsing="false" text="Fichier">
-                            <graphic>
-                                <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
-                                    <image>
-                                        <Image url="@../../../../../images/Fichier.png" />
-                                    </image>
-                                </ImageView>
-                            </graphic>
-                            <items>
-                                <MenuItem mnemonicParsing="false" onAction="#quit" text="Quitter" />
-                            </items>
-                        </MenuButton>
-                        <MenuButton contentDisplay="TOP" mnemonicParsing="false" text="Paramètres">
-                            <graphic>
-                                <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
-                                    <image>
-                                        <Image url="@../../../../../images/143-02.png" />
-                                    </image>
-                                </ImageView>
-                            </graphic>
-                            <items>
-                                <Menu mnemonicParsing="false" text="Type Fichier">
-                                    <items>
-                                        <MenuItem mnemonicParsing="false" onAction="#openImportTypeFichierDialog" text="Importer" />
-                                        <MenuItem mnemonicParsing="false" onAction="#openTypeFichierDialog" text="Consulter" />
-                                    </items>
-                                </Menu>
-                                <MenuItem fx:id="configMenuItem" mnemonicParsing="false" onAction="#openConfigDialog" text="Configurer les répertoires" />
-                        <Menu mnemonicParsing="false" text="Enregistrement des formats de validation">
-                          <items>
-                                      <MenuItem mnemonicParsing="false" onAction="#openValidateurDialog" text="Fichiers de données Texte" />
-                            <!--<MenuItem mnemonicParsing="false" onAction="#openJsonToValidateDialog" text="Fichiers de données JSON" />-->
-                          </items>
-                        </Menu>
-                        <!--<MenuItem fx:id="configMenuItem1" mnemonicParsing="false" onAction="#openJsonStructureView" text="Structures JSON" />-->                        
-                            </items>
-                        </MenuButton>
-                        <MenuButton contentDisplay="TOP" mnemonicParsing="false" text="Conversion">
-                            <graphic>
-                                <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
-                                    <image>
-                                        <Image url="@../../../../../images/143-03.png" />
-                                    </image>
-                                </ImageView>
-                            </graphic>
-                            <items>
-                        <MenuItem fx:id="conversionModelMenuItem" mnemonicParsing="false" onAction="#openConversionModelDialog" text="Modèles de conversion" />
-                                <MenuItem fx:id="validationManuelMenuItem" mnemonicParsing="false" onAction="#openFileToValidateDialog" text="Manuelle" />
-                                <Menu mnemonicParsing="false" text="Automatique">
-                                    <items>
-                                        <MenuItem fx:id="paramAutomatiqueMenuItem" mnemonicParsing="false" onAction="#openTacheDialog" text="Tâches" />
-                              <MenuItem fx:id="journalMenuItem" mnemonicParsing="false" onAction="#openJournalDialog" text="Journal des tâches" />
-                                    </items>
-                                </Menu>
-                            </items>
-                        </MenuButton>
-                        <MenuButton contentDisplay="TOP" mnemonicParsing="false" text="Outils">
-                            <graphic>
-                                <ImageView fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
-                                    <image>
-                                        <Image url="@../../../../../images/143-04.png" />
-                                    </image>
-                                </ImageView>
-                            </graphic>
-                            <items>
-                                <MenuItem mnemonicParsing="false" onAction="#openDecryptageAESSymDailog" text="Décryptage AES symétrique" />
-                                <MenuItem fx:id="menuTableauDeBord" mnemonicParsing="false" onAction="#openTxtFileToValidateDialog" text="Vérifier format d'un fichier texte" />
-                        <MenuItem fx:id="menuConversionJson" mnemonicParsing="false" onAction="#openTxtFileToJsonDialog" text="Convertir un fichier de données en Json" />
-                            </items>
-                        </MenuButton>
-                        <MenuButton contentDisplay="TOP" disable="true" mnemonicParsing="false" text="Aide">
-                            <graphic>
-                                <ImageView disable="true" fitHeight="20.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
-                                    <image>
-                                        <Image url="@../../../../../images/143-05.png" />
-                                    </image>
-                                </ImageView>
-                            </graphic>
-                            <items>
-                                <MenuItem mnemonicParsing="false" onAction="#openAproposrDialog" text="A propos" />
-                            </items>
-                        </MenuButton>
-                    </children>
-                </HBox>
-            </children>
-            <padding>
-                <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
-            </padding>
-        </HBox>
-        <HBox spacing="10.0" style="-fx-background-color: #fff; -fx-border-color: #dedfe0;">
-            <padding>
-                <Insets bottom="5.0" left="15.0" right="5.0" top="5.0" />
-            </padding>
-            <children>
-                <HBox prefWidth="200.0" spacing="10.0">
-                    <children>
-                        <Button fx:id="btnImportationFormatValidation" mnemonicParsing="false" onAction="#openValidateurDialog" styleClass="receive">
-                            <cursor>
-                                <Cursor fx:constant="HAND" />
-                            </cursor>
-                        </Button>
-                        <Button fx:id="btnConvertionManuelle" mnemonicParsing="false" onAction="#openFileToValidateDialog" styleClass="generate">
-                            <cursor>
-                                <Cursor fx:constant="HAND" />
-                            </cursor>
-                        </Button>
-                        <Button fx:id="btnGestionTachesConvertion" mnemonicParsing="false" onAction="#openTacheDialog" styleClass="treatment">
-                            <cursor>
-                                <Cursor fx:constant="HAND" />
-                            </cursor>
-                        </Button>
-                    </children>
-                </HBox>
-                <HBox alignment="TOP_RIGHT" prefWidth="200.0" HBox.hgrow="ALWAYS" />
-            </children>
-        </HBox>
-        <AnchorPane prefHeight="578.0" prefWidth="800.0" style="-fx-border-color: #F8F8F8; -fx-border-width: 0;" styleClass="main_screen" VBox.vgrow="ALWAYS" />
-    </children>
-</VBox>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/controller/search/ConversionModelAdvancedSearchForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/controller/search/ConversionModelAdvancedSearchForm.fxml
deleted file mode 100644
index 1bfa84a..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/controller/search/ConversionModelAdvancedSearchForm.fxml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.ComboBox?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.StackPane?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="81.0" prefWidth="468.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierSearchFormController">
-   <children>
-      <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-         <children>
-            <HBox fx:id="delimiteurLigneHBox" alignment="CENTER_LEFT" spacing="10.0">
-               <children>
-                  <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="158.0" prefWidth="158.0" style="-fx-font-size: 12; -fx-text-fill: black;" text="Délimiteur de ligne" />
-                  <StackPane prefHeight="150.0" prefWidth="200.0">
-                     <children>
-                        <TextField fx:id="codeDelimiteurLigneTextField" minWidth="300.0" prefWidth="300.0" visible="false" />
-                        <ComboBox fx:id="delimiteurLigneComboBox" minHeight="25.0" minWidth="300.0" prefHeight="25.0" prefWidth="300.0" style="-fx-background-radius: 0%;" />
-                     </children>
-                  </StackPane>
-               </children>
-            </HBox>
-            <HBox fx:id="delimiteurColonneHBox" alignment="CENTER_LEFT" spacing="10.0">
-               <children>
-                  <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="158.0" prefHeight="25.0" prefWidth="158.0" style="-fx-text-fill: black;" text="Délimiteur colonne" />
-                  <StackPane prefHeight="150.0" prefWidth="200.0">
-                     <children>
-                        <TextField fx:id="codeDelimiteurColonneTextField" visible="false" />
-                        <ComboBox fx:id="delimiteurColonneComboBox" minHeight="25.0" minWidth="300.0" prefHeight="25.0" prefWidth="300.0" style="-fx-background-radius: 0%;" />
-                     </children>
-                  </StackPane>
-               </children>
-            </HBox>
-         </children>
-         <padding>
-            <Insets top="10.0" />
-         </padding>
-      </VBox>
-   </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/controller/search/ConversionModelSearchForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/controller/search/ConversionModelSearchForm.fxml
deleted file mode 100644
index e58cd15..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/controller/search/ConversionModelSearchForm.fxml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
-<?import javafx.scene.control.ComboBox?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="69.0" prefWidth="604.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.ConversionModelSearchController">
-   <children>
-      <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-         <children>
-            <HBox alignment="CENTER_LEFT" spacing="10.0">
-               <children>
-                  <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="158.0" prefHeight="25.0" prefWidth="158.0" style="-fx-text-fill: black;" text="Type du fichier à valider" />
-                  <AbstractSelectionItem fx:id="typeFichierAbstractSelectItem" minHeight="25.0" minWidth="418.0" prefHeight="25.0" prefWidth="418.0" />
-               </children>
-            </HBox>
-            <HBox alignment="CENTER_LEFT" spacing="10.0">
-               <children>
-                  <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="158.0" prefHeight="25.0" prefWidth="158.0" style="-fx-font-size: 12; -fx-text-fill: black;" text="Format du fichier de données" />
-                  <ComboBox fx:id="dataTypeComboBox" minHeight="25.0" minWidth="418.0" prefHeight="25.0" prefWidth="418.0" style="-fx-background-radius: 0%;" />
-               </children>
-            </HBox>
-         </children>
-      </VBox>
-   </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/controller/search/JournalAdvancedSearchForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/controller/search/JournalAdvancedSearchForm.fxml
deleted file mode 100644
index 4854ab6..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/controller/search/JournalAdvancedSearchForm.fxml
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.ComboBox?>
-<?import javafx.scene.control.DatePicker?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.ColumnConstraints?>
-<?import javafx.scene.layout.GridPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.RowConstraints?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="120.0" prefWidth="773.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierAdvancedSearchFormController">
-   <children>
-      <VBox prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-         <children>
-            <GridPane hgap="110.0" vgap="20.0">
-              <columnConstraints>
-                <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
-                <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
-              </columnConstraints>
-              <rowConstraints>
-                <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
-                <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
-                <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
-              </rowConstraints>
-               <children>
-                  <HBox spacing="10.0">
-                     <children>
-                        <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="94.0" prefHeight="25.0" prefWidth="94.0" style="-fx-text-fill: black;" text="Statut de l'action" />
-                        <ComboBox fx:id="statutActionComboBox" minHeight="25.0" minWidth="260.0" prefHeight="25.0" prefWidth="260.0" />
-                     </children>
-                     <GridPane.margin>
-                        <Insets />
-                     </GridPane.margin>
-                     <padding>
-                        <Insets bottom="5.0" top="5.0" />
-                     </padding>
-                  </HBox>
-                  <HBox spacing="10.0" GridPane.rowIndex="1">
-                     <children>
-                        <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="94.0" prefHeight="25.0" prefWidth="94.0" style="-fx-text-fill: black;" text="Date de début" />
-                        <DatePicker fx:id="dateDebutDatePicker" minHeight="25.0" minWidth="260.0" prefHeight="25.0" prefWidth="260.0" />
-                     </children>
-                     <GridPane.margin>
-                        <Insets />
-                     </GridPane.margin>
-                     <padding>
-                        <Insets bottom="5.0" top="5.0" />
-                     </padding>
-                  </HBox>
-                  <HBox spacing="10.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
-                     <children>
-                        <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="115.0" prefHeight="25.0" prefWidth="115.0" style="-fx-text-fill: black;" text="Date de fin" />
-                        <DatePicker fx:id="dateFinDatePicker" minHeight="25.0" minWidth="200.0" prefHeight="25.0" prefWidth="250.0" />
-                     </children>
-                     <GridPane.margin>
-                        <Insets bottom="5.0" />
-                     </GridPane.margin>
-                     <padding>
-                        <Insets bottom="5.0" />
-                     </padding>
-                  </HBox>
-                  <HBox spacing="10.0" GridPane.rowIndex="2">
-                     <children>
-                        <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="94.0" prefHeight="25.0" prefWidth="94.0" style="-fx-text-fill: black;" text="Fichier Source" />
-                        <TextField fx:id="sourceFileNameTextField" minWidth="260.0" prefHeight="25.0" prefWidth="260.0" />
-                     </children>
-                     <GridPane.margin>
-                        <Insets bottom="5.0" />
-                     </GridPane.margin>
-                     <padding>
-                        <Insets top="5.0" />
-                     </padding>
-                  </HBox>
-                  <HBox spacing="10.0" GridPane.columnIndex="1" GridPane.rowIndex="2">
-                     <children>
-                        <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="115.0" prefHeight="25.0" prefWidth="115.0" style="-fx-text-fill: black;" text="Fichier Destination" />
-                        <TextField fx:id="destinationFileNameTextField" minWidth="200.0" prefHeight="25.0" prefWidth="200.0" />
-                     </children>
-                     <GridPane.margin>
-                        <Insets bottom="5.0" />
-                     </GridPane.margin>
-                  </HBox>
-               </children>
-               <padding>
-                  <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
-               </padding>
-               <VBox.margin>
-                  <Insets />
-               </VBox.margin>
-            </GridPane>
-         </children>
-      </VBox>
-   </children>
-   <padding>
-      <Insets top="5.0" />
-   </padding>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/controller/search/JournalSearchForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/controller/search/JournalSearchForm.fxml
deleted file mode 100644
index e945c6c..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/controller/search/JournalSearchForm.fxml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.StackPane?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="31.0" prefWidth="346.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierSearchFormController">
-   <children>
-      <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-         <children>
-            <HBox prefHeight="25.0" prefWidth="395.0" spacing="10.0">
-               <children>
-                  <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="104.0" prefHeight="25.0" prefWidth="104.0" style="-fx-text-fill: black;" text="Type Fichier" />
-                  <StackPane minHeight="25.0" minWidth="260.0" prefHeight="25.0" prefWidth="260.0">
-                     <children>
-                        <TextField fx:id="typeFichierTextField" editable="false" minHeight="25.0" minWidth="250.0" prefHeight="25.0" prefWidth="250.0" style="-fx-background-color: #ffff;" visible="false" />
-                        <AbstractSelectionItem fx:id="typeFichierAbstractSelectionItem" minHeight="25.0" minWidth="250.0" prefHeight="25.0" prefWidth="250.0" />
-                     </children>
-                  </StackPane>
-               </children>
-            </HBox>
-         </children>
-      </VBox>
-   </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/controller/search/TacheSearchForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/controller/search/TacheSearchForm.fxml
deleted file mode 100644
index 96c9fe5..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/controller/search/TacheSearchForm.fxml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-<?import javafx.scene.text.Font?>
-
-<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="326.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TacheSearchFormController">
-   <children>
-      <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-         <children>
-            <HBox alignment="CENTER" prefHeight="25.0" prefWidth="315.0" spacing="10.0">
-               <children>
-                  <Label alignment="CENTER_RIGHT" contentDisplay="CENTER" minWidth="96.0" prefHeight="18.0" prefWidth="96.0" style="-fx-text-fill: black;" text="Type de Fichier">
-                     <font>
-                        <Font size="14.0" />
-                     </font>
-                  </Label>
-                  <AbstractSelectionItem fx:id="typeFichierAbstractSelectItem" minWidth="100.0" prefHeight="25.0" prefWidth="207.0" HBox.hgrow="ALWAYS" />
-               </children>
-            </HBox>
-         </children>
-      </VBox>
-   </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/controller/search/TruncatedElementAdvancedSearchForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/controller/search/TruncatedElementAdvancedSearchForm.fxml
deleted file mode 100644
index ead0875..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/controller/search/TruncatedElementAdvancedSearchForm.fxml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import javafx.scene.control.DatePicker?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="67.0" prefWidth="352.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TruncatedElementAdvancedSearchFormController">
-   <children>
-      <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-         <children>
-            <HBox prefHeight="25.0" prefWidth="395.0" spacing="10.0">
-               <children>
-                  <Label alignment="CENTER_RIGHT" minWidth="106.0" prefHeight="15.0" prefWidth="106.0" text="Code de la colonne" />
-                  <TextField fx:id="codeColonneTextfield" minHeight="25.0" minWidth="229.0" prefHeight="25.0" prefWidth="229.0" style="-fx-background-radius: 0%;" />
-               </children>
-            </HBox>
-            <HBox spacing="10.0">
-               <children>
-                  <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="106.0" prefHeight="25.0" prefWidth="106.0" text="Date de l'action" />
-                  <DatePicker fx:id="dateActionDatePicker" minWidth="229.0" prefHeight="25.0" prefWidth="229.0" />
-               </children>
-            </HBox>
-         </children>
-      </VBox>
-   </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/controller/search/TruncatedElementSearchForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/controller/search/TruncatedElementSearchForm.fxml
deleted file mode 100644
index 88dac02..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/controller/search/TruncatedElementSearchForm.fxml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.StackPane?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="364.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TruncatedElementSearchFormController">
-   <children>
-      <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-         <children>
-            <HBox prefHeight="25.0" prefWidth="395.0" spacing="10.0">
-               <children>
-                  <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="106.0" prefHeight="25.0" prefWidth="106.0" text="Type du fichier" />
-                  <StackPane prefHeight="150.0" prefWidth="200.0">
-                     <children>
-                        <TextField fx:id="codeTypeFichierTextfield" editable="false" minHeight="25.0" minWidth="229.0" prefHeight="25.0" prefWidth="229.0" style="-fx-background-radius: 0%;" visible="false" />
-                        <AbstractSelectionItem fx:id="typeFichierAbstractSelectionItem" minWidth="229.0" prefWidth="229.0" />
-                     </children>
-                  </StackPane>
-               </children>
-            </HBox>
-         </children>
-      </VBox>
-   </children>
-   <padding>
-      <Insets bottom="10.0" />
-   </padding>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/controller/search/TypeFichierAdvancedSearchForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/controller/search/TypeFichierAdvancedSearchForm.fxml
deleted file mode 100644
index 576260a..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/controller/search/TypeFichierAdvancedSearchForm.fxml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="30.0" prefWidth="600.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierAdvancedSearchFormController">
-   <children>
-      <VBox prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-         <children>
-            <HBox layoutX="10.0" layoutY="45.0" prefHeight="25.0" prefWidth="353.0" spacing="5.0">
-               <children>
-                  <Label alignment="CENTER_RIGHT" minWidth="58.0" prefWidth="58.0" style="-fx-text-fill: black;" text="Participant">
-                     <HBox.margin>
-                        <Insets />
-                     </HBox.margin></Label>
-                  <TextField fx:id="participant" prefHeight="25.0" prefWidth="120.0" style="-fx-background-radius: 0%;" />
-               </children>
-            </HBox>
-            <HBox spacing="5.0">
-               <children>
-                  <Label alignment="CENTER_RIGHT" prefWidth="57.0" style="-fx-text-fill: black;" text="Libelle" />
-                  <TextField fx:id="libelle" style="-fx-background-radius: 0%;" HBox.hgrow="ALWAYS" />
-               </children>
-            </HBox>
-         </children>
-      </VBox>
-   </children>
-   <padding>
-      <Insets top="10.0" />
-   </padding>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/controller/search/TypeFichierSearchForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/controller/search/TypeFichierSearchForm.fxml
deleted file mode 100644
index 1337230..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/controller/search/TypeFichierSearchForm.fxml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="251.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.TypeFichierSearchFormController">
-   <children>
-      <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-         <children>
-            <HBox prefHeight="25.0" prefWidth="395.0" spacing="5.0">
-               <children>
-                  <Label alignment="CENTER_RIGHT" minWidth="42.0" prefWidth="57.0" style="-fx-text-fill: black;" text="Code" />
-                  <TextField fx:id="code" prefWidth="120.0" style="-fx-background-radius: 0%;" />
-               </children>
-            </HBox>
-         </children>
-      </VBox>
-   </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/controller/search/ValidateurSearchForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/controller/search/ValidateurSearchForm.fxml
deleted file mode 100644
index 736f206..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/controller/search/ValidateurSearchForm.fxml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.StackPane?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="358.0" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.controller.search.ValidateurSearchFormController">
-   <children>
-      <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-         <children>
-            <HBox prefHeight="25.0" prefWidth="323.0" spacing="5.0">
-               <children>
-                  <Label alignment="CENTER_RIGHT" minWidth="42.0" prefHeight="17.0" prefWidth="89.0" style="-fx-text-fill: black;" text="Type du Fichier" />
-                  <StackPane prefHeight="25.0" prefWidth="264.0">
-                     <children>
-                        <TextField fx:id="codeTypeFichierTextfield" editable="false" minWidth="229.0" prefHeight="25.0" prefWidth="229.0" style="-fx-background-radius: 0%;" visible="false" />
-                        <AbstractSelectionItem fx:id="typeFichierAbstractSelectionItem" minWidth="229.0" prefWidth="229.0" />
-                     </children>
-                  </StackPane>
-               </children>
-            </HBox>
-         </children>
-      </VBox>
-   </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/About.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/About.fxml
deleted file mode 100644
index 07d3f90..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/About.fxml
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import java.net.URL?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.layout.BorderPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-<?import javafx.scene.text.Font?>
-<?import javafx.scene.text.Text?>
-
-<BorderPane style="-fx-border-color: #969696; -fx-background-color: transparent; -fx-border-width: 1;" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.forms.AproposEditFormController">
-   <center>
-      <VBox BorderPane.alignment="CENTER">
-         <children>
-            <BorderPane fx:id="formPanel" style="-fx-background-color: transparent;" VBox.vgrow="ALWAYS">
-               <center>
-                  <VBox BorderPane.alignment="CENTER">
-                     <padding>
-                        <Insets bottom="30.0" left="30.0" right="30.0" top="30.0" />
-                     </padding>
-                     <children>
-                        <VBox fx:id="formContainer" spacing="15.0" style="-fx-border-color: #E9E9E9; -fx-border-width: 1;" VBox.vgrow="ALWAYS">
-                           <children>
-                              <VBox>
-                                 <children>
-                                    <HBox>
-                                       <children>
-                                          <Label text="Sirius-Sygma">
-                                             <font>
-                                                <Font name="System Bold" size="12.0" />
-                                             </font>
-                                          </Label>
-                                       </children>
-                                       <padding>
-                                          <Insets bottom="5.0" />
-                                       </padding>
-                                    </HBox>
-                                    <HBox spacing="5.0">
-                                       <children>
-                                          <Label text="Version :">
-                                             <font>
-                                                <Font name="System Bold" size="12.0" />
-                                             </font>
-                                          </Label>
-                                          <Label text="1.0.2" />
-                                       </children>
-                                    </HBox>
-                                    <HBox spacing="5.0">
-                                       <children>
-                                          <Label text="Build time :">
-                                             <font>
-                                                <Font name="System Bold" size="12.0" />
-                                             </font>
-                                          </Label>
-                                          <Label text="02 septembre 2022" />
-                                       </children>
-                                    </HBox>
-                                    <HBox spacing="5.0">
-                                       <children>
-                                          <Label text="Auteur :  ">
-                                             <font>
-                                                <Font name="System Bold" size="12.0" />
-                                             </font>
-                                          </Label>
-                                          <Label text="Megatim Ltd (www.megatimgroup.com)" />
-                                       </children>
-                                    </HBox>
-                                    <HBox spacing="5.0">
-                                       <children>
-                                          <Label text="Mail :">
-                                             <font>
-                                                <Font name="System Bold" size="12.0" />
-                                             </font>
-                                          </Label>
-                                          <Label text="contact@megatimgroup.com" />
-                                       </children>
-                                    </HBox>
-                                    <HBox spacing="5.0">
-                                       <children>
-                                          <Label text="Licence d'utilisateur octroyée à la société :">
-                                             <font>
-                                                <Font name="System Bold" size="12.0" />
-                                             </font>
-                                          </Label>
-                                          <Label text="UBA Cameroon SA" />
-                                       </children>
-                                    </HBox>
-                                 </children>
-                              </VBox>
-                              <VBox spacing="10.0">
-                                 <children>
-                                    <Text strokeType="OUTSIDE" strokeWidth="0.0" text="Le logiciel Sirius-Sygma est un intergiciel qui assiste la génération des messages financiers MT103 et MT202, dans le cadre des l'intercommunication du Système d'information et leRTGS de la zone CEMAC dénommé SYGMA." wrappingWidth="496.13671875" />
-                                    <Text strokeType="OUTSIDE" strokeWidth="0.0" text="Il s'agit d'une application ergonomique, facile de prise en main et développée en langage Java avec des technologies éprouvées." wrappingWidth="498.13671875" />
-                                 </children>
-                              </VBox>
-                           </children>
-                           <padding>
-                              <Insets bottom="30.0" left="30.0" right="30.0" top="30.0" />
-                           </padding></VBox>
-                     </children>
-                  </VBox>
-               </center>
-            </BorderPane>
-            <HBox fx:id="bottomContainer" alignment="TOP_RIGHT" prefHeight="0.0" prefWidth="621.0" spacing="5.0">
-               <padding>
-                  <Insets bottom="20.0" left="30.0" right="30.0" />
-               </padding>
-            </HBox>
-         </children>
-      </VBox>
-   </center>
-   <stylesheets>
-      <URL value="@../styles/main-style.css" />
-      <URL value="@../styles/title-bar.css" />
-   </stylesheets>
-</BorderPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/AlphaNumeriqueFieldEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/AlphaNumeriqueFieldEditForm.fxml
deleted file mode 100644
index f7888fa..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/AlphaNumeriqueFieldEditForm.fxml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="105.0" prefWidth="706.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.MetaAlphaNumeriqueFieldEditFormController">
-    <children>
-        <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-            <children>
-                <TitledPane collapsible="false" style="-fx-text-fill: #FFFFFF; -fx-background-color: #FFFFFF;" text="Champs à tronquer">
-                    <content>
-                        <VBox spacing="20.0" style="-fx-background-color: #FFFFFF;">
-                            <children>
-                                <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" spacing="5.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minWidth="205.0" prefWidth="212.0" text="Code du champ à tronquer" />
-                              <AbstractSelectionItem fx:id="alphaNumeriqueFieldAbstractSelectItem" prefWidth="427.0" />
-                                    </children>
-                                </HBox>
-                            </children>
-                        </VBox>
-                    </content>
-               <VBox.margin>
-                  <Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
-               </VBox.margin>
-                </TitledPane>
-            </children>
-        </VBox>
-    </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/ConfigEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/ConfigEditForm.fxml
deleted file mode 100644
index 70bd06b..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/ConfigEditForm.fxml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import com.megatimfx.common.customcontrols.CustomDirectoryChooser?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="215.0" prefWidth="708.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConfigEditFormController">
-    <children>
-        <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-            <children>
-                <TitledPane collapsible="false" style="-fx-text-fill: #FFFFFF; -fx-background-color: #FFFFFF;" text="Informations sur les répertoires">
-                    <content>
-                        <VBox spacing="20.0" style="-fx-background-color: #FFFFFF;">
-                            <children>
-                                <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" spacing="10.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="212.0" prefHeight="25.0" prefWidth="212.0" style="-fx-text-fill: black;" text="Répertoire des fichiers de données" />
-                              <CustomDirectoryChooser fx:id="datasDirectoryChooser" minWidth="420.0" prefWidth="420.0" style="-fx-text-fill: black;" />
-                                    </children>
-                                </HBox>
-                                <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" spacing="10.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="212.0" prefHeight="25.0" prefWidth="212.0" style="-fx-text-fill: black;" text="Répertoire d'exportation des validateurs" />
-                              <CustomDirectoryChooser fx:id="validatorsDirectoryChooser" minHeight="25.0" minWidth="420.0" prefWidth="420.0" style="-fx-text-fill: black;" />
-                                    </children>
-                                </HBox>
-                                <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" spacing="10.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="212.0" prefHeight="25.0" prefWidth="212.0" style="-fx-text-fill: black;" text="Répertoire des erreurs" />
-                              <CustomDirectoryChooser fx:id="errorDirectoryChooser" minHeight="25.0" minWidth="420.0" prefWidth="420.0" style="-fx-text-fill: black;" />
-                                    </children>
-                                </HBox>
-                        <HBox alignment="CENTER_LEFT" layoutX="20.0" layoutY="116.0" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="212.0" prefHeight="25.0" prefWidth="212.0" style="-fx-text-fill: black;" text="Répertoire de sortie" />
-                              <CustomDirectoryChooser fx:id="outputDirectoryChooser" minWidth="420.0" prefWidth="420.0" style="-fx-text-fill: black;" />
-                           </children>
-                        </HBox>
-                        <HBox alignment="CENTER_LEFT" layoutX="20.0" layoutY="155.0" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="212.0" prefHeight="25.0" prefWidth="212.0" style="-fx-text-fill: black;" text="Répertoire d'archivage" />
-                              <CustomDirectoryChooser fx:id="archivesDirectoryChooser" minWidth="420.0" prefWidth="420.0" style="-fx-text-fill: black;" />
-                           </children>
-                        </HBox>
-                            </children>
-                        </VBox>
-                    </content>
-               <VBox.margin>
-                  <Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
-               </VBox.margin>
-                </TitledPane>
-            </children>
-        </VBox>
-    </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/ConversionModelEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/ConversionModelEditForm.fxml
deleted file mode 100644
index 3a1db46..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/ConversionModelEditForm.fxml
+++ /dev/null
@@ -1,152 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import com.megatimfx.common.customcontrols.AbstractNestedEntityTable?>
-<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
-<?import com.megatimfx.common.customcontrols.CustomDirectoryChooser?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.CheckBox?>
-<?import javafx.scene.control.ComboBox?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.Tab?>
-<?import javafx.scene.control.TabPane?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-<?import javafx.scene.text.Font?>
-
-<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="562.0" prefWidth="678.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConversionModelEditFormController">
-   <children>
-      <VBox prefHeight="697.0" prefWidth="678.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-         <children>
-            <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE">
-              <tabs>
-                <Tab text="Description du fichier de données">
-                     <content>
-                        <VBox prefHeight="574.0" prefWidth="687.0" spacing="15.0">
-                           <children>
-                              <TitledPane collapsible="false" prefHeight="659.0" prefWidth="647.0" style="-fx-text-fill: #fff;" text="Informations générales">
-                                 <content>
-                                    <VBox prefHeight="534.0" prefWidth="643.0" spacing="20.0" style="-fx-background-color: #fff;">
-                                       <children>
-                                          <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="25.0" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" maxWidth="213.0" minHeight="25.0" minWidth="176.0" prefHeight="25.0" prefWidth="176.0" style="-fx-text-fill: black;" text="Libellé du modèle" />
-                                                <TextField fx:id="libelleTextField" minWidth="390.0" prefHeight="25.0" prefWidth="390.0" />
-                                             </children>
-                                          </HBox>
-                                          <HBox alignment="CENTER_LEFT" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" maxWidth="213.0" minHeight="25.0" minWidth="176.0" prefHeight="25.0" prefWidth="176.0" style="-fx-text-fill: black;" text="Type du fichier à valider" />
-                                                <AbstractSelectionItem fx:id="typeFichierAbstractSelectItem" minWidth="418.0" prefHeight="25.0" prefWidth="418.0" />
-                                             </children>
-                                          </HBox>
-                                          <HBox fx:id="sourceHBox" alignment="CENTER_LEFT" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="176.0" prefHeight="25.0" prefWidth="176.0" style="-fx-font-size: 12; -fx-text-fill: black;" text="Répertoire source">
-                                                   <font>
-                                                      <Font size="14.0" />
-                                                   </font>
-                                                </Label>
-                                                <CustomDirectoryChooser fx:id="repertoireSource" minWidth="418.0" prefWidth="418.0" HBox.hgrow="ALWAYS" />
-                                             </children>
-                                          </HBox>
-                                          <HBox fx:id="sourceHBox1" alignment="CENTER_LEFT" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="176.0" prefHeight="25.0" prefWidth="176.0" style="-fx-font-size: 12; -fx-text-fill: black;" text="Répertoire destination">
-                                                   <font>
-                                                      <Font size="14.0" />
-                                                   </font>
-                                                </Label>
-                                                <CustomDirectoryChooser fx:id="repertoireDestination" minWidth="418.0" prefWidth="418.0" HBox.hgrow="ALWAYS" />
-                                             </children>
-                                          </HBox>
-                                          <HBox fx:id="sourceHBox11" alignment="CENTER_LEFT" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="176.0" prefHeight="25.0" prefWidth="176.0" style="-fx-font-size: 12; -fx-text-fill: black;" text="Répertoire d'erreur">
-                                                   <font>
-                                                      <Font size="14.0" />
-                                                   </font>
-                                                </Label>
-                                                <CustomDirectoryChooser fx:id="repertoireErreur" minWidth="418.0" prefWidth="418.0" HBox.hgrow="ALWAYS" />
-                                             </children>
-                                          </HBox>
-                                          <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="169.0" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="176.0" prefHeight="25.0" prefWidth="176.0" style="-fx-font-size: 12; -fx-text-fill: black;" text="Format du fichier de données" />
-                                                <ComboBox fx:id="dataTypeComboBox" minHeight="25.0" minWidth="300.0" prefHeight="25.0" prefWidth="300.0" style="-fx-background-radius: 0%;" />
-                                             </children>
-                                          </HBox>
-                                          <HBox fx:id="delimiteurLigneHBox" alignment="CENTER_LEFT" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="176.0" prefHeight="25.0" prefWidth="176.0" style="-fx-font-size: 12; -fx-text-fill: black;" text="Délimiteur de ligne" />
-                                                <ComboBox fx:id="delimiteurLigne" minHeight="25.0" minWidth="300.0" prefHeight="25.0" prefWidth="300.0" style="-fx-background-radius: 0%;" />
-                                             </children>
-                                          </HBox>
-                                          <HBox fx:id="delimiteurColonneHBox" alignment="CENTER_LEFT" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="176.0" prefHeight="25.0" prefWidth="176.0" style="-fx-text-fill: black;" text="Délimiteur colonne" />
-                                                <ComboBox fx:id="delimiteurColonne" minHeight="25.0" minWidth="300.0" prefHeight="25.0" prefWidth="300.0" style="-fx-background-radius: 0%;" />
-                                             </children>
-                                          </HBox>
-                                          <HBox prefHeight="43.0" prefWidth="637.0" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="176.0" prefHeight="25.0" prefWidth="176.0" style="-fx-text-fill: black;" text="Fichier contient ligne d'entête ?" />
-                                                <CheckBox fx:id="headerPresentCheckbox" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" text="Oui" />
-                                             </children>
-                                          </HBox>
-                                          <HBox layoutX="25.0" layoutY="244.0" prefHeight="43.0" prefWidth="637.0" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="176.0" prefHeight="25.0" prefWidth="176.0" style="-fx-text-fill: black;" text="Validation stricte des données ?" />
-                                                <CheckBox fx:id="strictValidationCheckbox" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" text="Oui" />
-                                             </children>
-                                          </HBox>
-                                       </children>
-                                       <padding>
-                                          <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
-                                       </padding>
-                                    </VBox>
-                                 </content>
-                              </TitledPane>
-                           </children>
-                           <padding>
-                              <Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
-                           </padding>
-                        </VBox>
-                     </content>
-                </Tab>
-                <Tab text="Champs à tronquer">
-                     <content>
-                        <VBox prefHeight="581.0" prefWidth="678.0" spacing="15.0">
-                           <children>
-                              <TitledPane animated="false" collapsible="false" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" text="Informations sur les champs">
-                                 <content>
-                                    <VBox prefHeight="200.0" prefWidth="100.0" spacing="5.0">
-                                       <children>
-                                          <HBox alignment="CENTER_RIGHT">
-                                             <children>
-                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../../../../../../generation-validateur-typefichier/src/main/resources/styles/style.css" text="Sélectionner les champs à tronquer" />
-                                             </children>
-                                          </HBox>
-                                          <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" />
-                                       </children>
-                                       <padding>
-                                          <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
-                                       </padding>
-                                    </VBox>
-                                 </content>
-                              </TitledPane>
-                           </children>
-                           <padding>
-                              <Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
-                           </padding>
-                        </VBox>
-                     </content>
-                </Tab>
-              </tabs>
-            </TabPane>
-         </children>
-      </VBox>
-   </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/DataFileToJsonEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/DataFileToJsonEditForm.fxml
deleted file mode 100644
index e0c358f..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/DataFileToJsonEditForm.fxml
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
-<?import com.megatimfx.common.customcontrols.CustomFileChooser?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.CheckBox?>
-<?import javafx.scene.control.ComboBox?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="330.0" prefWidth="624.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.DataFileToJsonFormController">
-    <children>
-        <VBox fillWidth="false" layoutX="-23.0" layoutY="40.0" prefHeight="226.0" prefWidth="698.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-            <children>
-                <TitledPane collapsible="false" style="-fx-text-fill: #ffffff;" text="Informations sur le fichier à convertir">
-               <content>
-                  <VBox prefHeight="275.0" prefWidth="614.0" spacing="20.0" style="-fx-background-color: #fff;">
-                     <children>
-                        <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="25.0" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="170.0" prefHeight="25.0" prefWidth="170.0" style="-fx-text-fill: black;" text="TypeFichier" />
-                              <AbstractSelectionItem fx:id="typeFichierAbstractSelectItem" minHeight="25.0" minWidth="390.0" prefHeight="25.0" prefWidth="390.0" />
-                           </children>
-                        </HBox>
-                        <HBox alignment="CENTER_LEFT" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="170.0" prefHeight="25.0" prefWidth="170.0" style="-fx-text-fill: black;" text="Validateur XML" />
-                              <CustomFileChooser fx:id="validateurFileChooser" minHeight="25.0" minWidth="390.0" prefHeight="25.0" prefWidth="390.0" />
-                           </children>
-                        </HBox>
-                        <HBox alignment="CENTER_LEFT" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="170.0" prefHeight="25.0" prefWidth="170.0" style="-fx-text-fill: black;" text="Fichier à convertir" />
-                              <CustomFileChooser fx:id="fileToConvertFileChooser" minWidth="390.0" prefWidth="390.0" />
-                           </children>
-                        </HBox>
-                        <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="169.0" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="170.0" prefHeight="25.0" prefWidth="170.0" style="-fx-text-fill: black;" text="Format du fichier de données" />
-                              <ComboBox fx:id="dataTypeComboBox" minHeight="25.0" minWidth="390.0" prefHeight="25.0" prefWidth="390.0" style="-fx-background-radius: 0%;" />
-                           </children>
-                        </HBox>
-                        <HBox fx:id="delimiteurLigneHBox" alignment="CENTER_LEFT" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="170.0" prefHeight="25.0" prefWidth="170.0" style="-fx-text-fill: black;" text="Délimiteur de ligne" />
-                              <ComboBox fx:id="delimiteurLigne" minHeight="25.0" minWidth="390.0" prefHeight="25.0" prefWidth="390.0" style="-fx-background-radius: 0%;" />
-                           </children>
-                        </HBox>
-                        <HBox fx:id="delimiteurColonneHBox" alignment="CENTER_LEFT" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="170.0" prefHeight="25.0" prefWidth="170.0" style="-fx-text-fill: black;" text="Délimiteur colonne" />
-                              <ComboBox fx:id="delimiteurColonne" minHeight="25.0" minWidth="390.0" prefHeight="25.0" prefWidth="390.0" style="-fx-background-radius: 0%;" />
-                           </children>
-                        </HBox>
-                        <HBox prefHeight="43.0" prefWidth="637.0" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="170.0" prefHeight="25.0" prefWidth="170.0" style="-fx-text-fill: black;" text="Fichier contient ligne d'entête ?" />
-                              <CheckBox fx:id="headerPresentCheckbox" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" text="Oui" />
-                           </children>
-                        </HBox>
-                     </children>
-                     <padding>
-                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
-                     </padding>
-                  </VBox>
-               </content>
-                </TitledPane>
-            </children>
-         <padding>
-            <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
-         </padding>
-        </VBox>
-    </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/DecryptageAESEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/DecryptageAESEditForm.fxml
deleted file mode 100644
index 3b4be41..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/DecryptageAESEditForm.fxml
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import com.megatimfx.common.customcontrols.CustomDirectoryChooser?>
-<?import com.megatimfx.common.customcontrols.CustomFileChooser?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.PasswordField?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.image.Image?>
-<?import javafx.scene.image.ImageView?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.StackPane?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="235.0" prefWidth="657.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.DecryptageAESEditFormController">
-    <children>
-        <VBox fillWidth="false" layoutX="-23.0" layoutY="40.0" prefHeight="226.0" prefWidth="698.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-            <children>
-                <TitledPane collapsible="false" style="-fx-text-fill: #ffffff;" text="Informations sur le fichier à décrypter">
-                    <content>
-                        <VBox spacing="20.0" style="-fx-background-color: #ffffff;">
-                            <children>
-                                <HBox alignment="CENTER_LEFT" spacing="10.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="210.0" prefHeight="25.0" prefWidth="210.0" style="-fx-text-fill: black;" text="Fichier à décrypter" />
-                              <CustomFileChooser fx:id="fileToDecrypt" minHeight="25.0" minWidth="370.0" prefHeight="25.0" prefWidth="370.0" />
-                                    </children>
-                                </HBox>
-                        <HBox alignment="CENTER_LEFT" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="210.0" prefHeight="25.0" prefWidth="210.0" style="-fx-text-fill: black;" text="Repertoire de dépôt du fichier décrypté" />
-                              <CustomDirectoryChooser fx:id="outputDir" minHeight="25.0" minWidth="370.0" prefHeight="25.0" prefWidth="370.0" />
-                           </children>
-                        </HBox>
-                        <HBox alignment="CENTER_LEFT" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="210.0" prefHeight="25.0" prefWidth="210.0" style="-fx-text-fill: black;" text="Clé de décryptage" />
-                              <StackPane minHeight="25.0" minWidth="370.0" prefHeight="25.0" prefWidth="370.0">
-                                 <children>
-                                    <PasswordField fx:id="keyToDecryptField" minHeight="25.0" minWidth="370.0" prefHeight="25.0" prefWidth="370.0" />
-                                    <TextField fx:id="showKeyTextField" minHeight="25.0" minWidth="370.0" prefHeight="25.0" prefWidth="370.0" />
-                                    <ImageView fx:id="eyeImageView" fitHeight="15.0" fitWidth="15.0" onMousePressed="#eyeOnMousePressed" pickOnBounds="true" preserveRatio="true" StackPane.alignment="CENTER_RIGHT">
-                                       <image>
-                                          <Image url="@../../../../../images/oeil.png" />
-                                       </image>
-                                       <StackPane.margin>
-                                          <Insets right="5.0" />
-                                       </StackPane.margin>
-                                    </ImageView>
-                                 </children>
-                                 <HBox.margin>
-                                    <Insets />
-                                 </HBox.margin>
-                              </StackPane>
-                           </children>
-                        </HBox>
-                        <HBox alignment="CENTER_LEFT" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="210.0" prefHeight="25.0" prefWidth="210.0" style="-fx-text-fill: black;" text="Confirmation de la clé" />
-                              <PasswordField fx:id="keyConfirmationField" minHeight="25.0" minWidth="370.0" prefHeight="25.0" prefWidth="370.0">
-                                 <HBox.margin>
-                                    <Insets />
-                                 </HBox.margin>
-                              </PasswordField>
-                           </children>
-                        </HBox>
-                            </children>
-                        </VBox>
-                    </content>
-                </TitledPane>
-            </children>
-         <padding>
-            <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
-         </padding>
-        </VBox>
-    </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/FileToValidateEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/FileToValidateEditForm.fxml
deleted file mode 100644
index 277d67d..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/FileToValidateEditForm.fxml
+++ /dev/null
@@ -1,132 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import com.megatimfx.common.customcontrols.AbstractNestedEntityTable?>
-<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
-<?import com.megatimfx.common.customcontrols.CustomFileChooser?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.CheckBox?>
-<?import javafx.scene.control.ComboBox?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.Tab?>
-<?import javafx.scene.control.TabPane?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="503.0" prefWidth="705.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.FileToValidateEditFormController">
-   <children>
-      <VBox prefHeight="200.0" prefWidth="100.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-         <children>
-            <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE">
-              <tabs>
-                <Tab text="Fichier à valider">
-                     <content>
-                        <VBox prefHeight="518.0" prefWidth="645.0" spacing="15.0">
-                           <children>
-                              <TitledPane collapsible="false" prefHeight="496.0" prefWidth="702.0" style="-fx-text-fill: #fff;" text="Informations sur le fichier à valider">
-                                 <content>
-                                    <VBox prefHeight="275.0" prefWidth="614.0" spacing="20.0" style="-fx-background-color: #fff;">
-                                       <children>
-                                          <HBox layoutX="25.0" layoutY="358.0" prefHeight="43.0" prefWidth="637.0" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-text-fill: black;" text="Utiliser un modèle de conversion existant" />
-                                                <CheckBox fx:id="useExistingConversionModelCheckBox" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" text="Oui" />
-                                             </children>
-                                          </HBox>
-                                          <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="25.0" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" maxWidth="213.0" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-text-fill: black;" text="Modèle de conversion" />
-                                                <AbstractSelectionItem fx:id="conversionModelAbstractSelectItem" minWidth="390.0" prefHeight="25.0" prefWidth="390.0" />
-                                             </children>
-                                          </HBox>
-                                          <HBox alignment="CENTER_LEFT" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" maxWidth="213.0" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-text-fill: black;" text="Type du fichier à valider" />
-                                                <AbstractSelectionItem fx:id="typeFichierAbstractSelectItem" minWidth="390.0" prefHeight="25.0" prefWidth="390.0" />
-                                             </children>
-                                          </HBox>
-                                          <HBox alignment="CENTER_LEFT" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-text-fill: black;" text="Fichier à valider" />
-                                                <CustomFileChooser fx:id="fileToValidateFileChooser" minWidth="390.0" prefWidth="390.0" />
-                                             </children>
-                                          </HBox>
-                                          <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="169.0" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-text-fill: black;" text="Format du fichier de données" />
-                                                <ComboBox fx:id="dataTypeComboBox" minHeight="25.0" minWidth="300.0" prefHeight="25.0" prefWidth="300.0" style="-fx-background-radius: 0%;" />
-                                             </children>
-                                          </HBox>
-                                          <HBox fx:id="delimiteurLigneHBox" alignment="CENTER_LEFT" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-text-fill: black;" text="Délimiteur de ligne" />
-                                                <ComboBox fx:id="delimiteurLigne" minHeight="25.0" minWidth="300.0" prefHeight="25.0" prefWidth="300.0" style="-fx-background-radius: 0%;" />
-                                             </children>
-                                          </HBox>
-                                          <HBox fx:id="delimiteurColonneHBox" alignment="CENTER_LEFT" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-text-fill: black;" text="Délimiteur colonne" />
-                                                <ComboBox fx:id="delimiteurColonne" minHeight="25.0" minWidth="300.0" prefHeight="25.0" prefWidth="300.0" style="-fx-background-radius: 0%;" />
-                                             </children>
-                                          </HBox>
-                                          <HBox prefHeight="43.0" prefWidth="637.0" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-text-fill: black;" text="Fichier contient ligne d'entête ?" />
-                                                <CheckBox fx:id="headerPresentCheckbox" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" text="Oui" />
-                                             </children>
-                                          </HBox>
-                                          <HBox layoutX="25.0" layoutY="244.0" prefHeight="43.0" prefWidth="637.0" spacing="10.0">
-                                             <children>
-                                                <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-text-fill: black;" text="Validation stricte des données ?" />
-                                                <CheckBox fx:id="strictValidationCheckbox" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" text="Oui" />
-                                             </children>
-                                          </HBox>
-                                       </children>
-                                       <padding>
-                                          <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
-                                       </padding>
-                                    </VBox>
-                                 </content>
-                              </TitledPane>
-                           </children>
-                           <padding>
-                              <Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
-                           </padding>
-                        </VBox>
-                     </content>
-                </Tab>
-                <Tab text="Champs à tronquer">
-                     <content>
-                        <VBox prefHeight="200.0" prefWidth="100.0" spacing="15.0">
-                           <children>
-                              <TitledPane animated="false" collapsible="false" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" text="Informations sur les champs">
-                                 <content>
-                                    <VBox prefHeight="200.0" prefWidth="100.0" spacing="5.0">
-                                       <children>
-                                          <HBox alignment="CENTER_RIGHT">
-                                             <children>
-                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../../../../../../generation-validateur-typefichier/src/main/resources/styles/style.css" text="Sélectionner les champs à tronquer" />
-                                             </children>
-                                          </HBox>
-                                          <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" />
-                                       </children>
-                                       <padding>
-                                          <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
-                                       </padding>
-                                    </VBox>
-                                 </content>
-                              </TitledPane>
-                           </children>
-                           <padding>
-                              <Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
-                           </padding>
-                        </VBox>
-                     </content>
-                </Tab>
-              </tabs>
-            </TabPane>
-         </children>
-      </VBox>
-   </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/ImportRawCsvDataEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/ImportRawCsvDataEditForm.fxml
deleted file mode 100644
index a2dc749..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/ImportRawCsvDataEditForm.fxml
+++ /dev/null
@@ -1,88 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.Button?>
-<?import javafx.scene.control.ComboBox?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="216.0" prefWidth="648.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.RawCsvDataEditFormController">
-    <children>
-        <VBox layoutX="-6.0" layoutY="7.0" prefHeight="271.0" prefWidth="665.0" spacing="5.0" AnchorPane.bottomAnchor="-7.0" AnchorPane.leftAnchor="-6.0" AnchorPane.rightAnchor="-11.0" AnchorPane.topAnchor="7.0">
-            <padding>
-                <Insets bottom="20.0" left="32.0" right="32.0" top="20.0" />
-            </padding>
-            <children>
-                <TitledPane collapsible="false" prefHeight="231.0" prefWidth="598.0" style="-fx-text-fill: #fff;" styleClass="text" text="Informations sur le fichier à importer">
-                    <content>
-                        <VBox spacing="20.0" style="-fx-background-color: #fff;">
-                            <children>
-<!--                                <HBox alignment="CENTER_LEFT" spacing="10.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minWidth="205.0" text="Format du fichier" />
-                                        <ComboBox fx:id="formatFichier" prefWidth="150.0" />
-                                    </children>
-                                </HBox>-->
-                                <HBox alignment="CENTER_LEFT" spacing="10.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minWidth="205.0" text="Délimiteur de ligne" />
-                                        <ComboBox fx:id="delimiteurLigne" prefWidth="150.0" style="-fx-background-radius: 0%; -fx-background-color: #fff; -fx-border-color: #C9C9CC;" />
-                                    </children>
-                                </HBox>
-                                <HBox alignment="CENTER_LEFT" spacing="10.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minWidth="205.0" text="Délimiteur colonne" />
-                                        <ComboBox fx:id="delimiteurColonne" prefWidth="150.0" style="-fx-background-radius: 0%; -fx-background-color: #fff; -fx-border-color: #C9C9CC;" />
-                                    </children>
-                                </HBox>
-<!--                                <HBox alignment="CENTER_LEFT" spacing="10.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minWidth="205.0" text="Type de fichier" />
-                                        <AbstractSelectionItem fx:id="typeFichierAbstractSelectItem" minWidth="330.0" prefWidth="330.0" />
-                                    </children>
-                                </HBox>-->
-                                <HBox alignment="CENTER_LEFT">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minWidth="205.0" text="Fichier à importer" />
-                                        <TextField fx:id="fileToImportTextField" prefHeight="25.0" prefWidth="336.0" style="-fx-background-radius: 0%;">
-                                            <HBox.margin>
-                                                <Insets left="10.0" right="2.0" />
-                                            </HBox.margin>
-                                        </TextField>
-                                        <Button fx:id="importButton" maxWidth="25.0" minHeight="28.0" mnemonicParsing="false" onMousePressed="#importButtonOnClicked" prefHeight="28.0" prefWidth="25.0" style="-fx-background-radius: 0%; -fx-font-weight: bold; -fx-background-color: #fff; -fx-border-color: #C9C9CC;" text="...">
-                                            <HBox.margin>
-                                                <Insets right="10.0" />
-                                            </HBox.margin>
-                                        </Button>
-                                    </children>
-                                </HBox>
-                        <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minWidth="205.0" text="Repertoire de dépôt du fichier txt" />
-                              <TextField fx:id="OutDirTextField" prefHeight="25.0" prefWidth="336.0" style="-fx-background-radius: 0%;">
-                                 <HBox.margin>
-                                    <Insets left="10.0" right="2.0" />
-                                 </HBox.margin>
-                              </TextField>
-                              <Button fx:id="OutButton" maxHeight="28.0" minHeight="28.0" mnemonicParsing="false" onMousePressed="#outButtonOnClicked" prefHeight="28.0" style="-fx-background-radius: 0%; -fx-background-color: #fff; -fx-border-color: #C9C9CC; -fx-font-weight: bold;" text="...">
-                                 <HBox.margin>
-                                    <Insets right="10.0" />
-                                 </HBox.margin>
-                              </Button>
-                           </children>
-                        </HBox>
-                            </children>
-                            <padding>
-                                <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
-                            </padding>
-                        </VBox>
-                    </content>
-                </TitledPane>
-            </children>
-        </VBox>
-    </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/ImportTypeFichierEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/ImportTypeFichierEditForm.fxml
deleted file mode 100644
index c1d9f59..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/ImportTypeFichierEditForm.fxml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import com.megatimfx.common.customcontrols.CustomFileChooser?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.ComboBox?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="194.0" prefWidth="555.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ImportTypeFichierEditFormController">
-    <children>
-        <VBox layoutX="-6.0" layoutY="7.0" prefHeight="223.0" prefWidth="664.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-            <padding>
-                <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
-            </padding>
-            <children>
-                <TitledPane collapsible="false" prefHeight="174.0" prefWidth="582.0" style="-fx-text-fill: #FFFFFF;" text="Informations sur le fichier à importer">
-                    <content>
-                        <VBox prefHeight="154.0" prefWidth="605.0" spacing="20.0" style="-fx-background-color: #FFFFFF;">
-                            <children>
-<!--                                <HBox alignment="CENTER_LEFT" spacing="10.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minWidth="205.0" text="Format du fichier" />
-                                        <ComboBox fx:id="formatFichier" prefWidth="150.0" />
-                                    </children>
-                                </HBox>-->
-                                <HBox alignment="CENTER_LEFT" prefHeight="28.0" prefWidth="475.0" spacing="10.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minWidth="116.0" prefHeight="17.0" prefWidth="116.0" style="-fx-text-fill: black;" text="Délimiteur de ligne" />
-                                        <ComboBox fx:id="delimiteurLigne" minHeight="25.0" prefHeight="25.0" prefWidth="366.0" style="-fx-background-radius: 0%;" />
-                                    </children>
-                                </HBox>
-                                <HBox alignment="CENTER_LEFT" spacing="10.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minWidth="117.0" prefHeight="17.0" prefWidth="116.0" style="-fx-text-fill: black;" text="Délimiteur colonne" />
-                                        <ComboBox fx:id="delimiteurColonne" minHeight="25.0" prefHeight="25.0" prefWidth="366.0" style="-fx-background-radius: 0%;" />
-                                    </children>
-                                </HBox>
-                                <HBox alignment="CENTER_LEFT" prefHeight="29.0" prefWidth="505.0" spacing="10.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minWidth="117.0" prefHeight="17.0" prefWidth="116.0" style="-fx-text-fill: black;" text="Fichier à importer" />
-                              <CustomFileChooser fx:id="fileToImportCustomFile" minHeight="25.0" minWidth="366.0" prefHeight="25.0" prefWidth="366.0" />
-                                    </children>
-                                </HBox>
-                            </children>
-                            <padding>
-                                <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
-                            </padding>
-                        </VBox>
-                    </content>
-                </TitledPane>
-            </children>
-        </VBox>
-    </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/ModeleJsonEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/ModeleJsonEditForm.fxml
deleted file mode 100644
index 690ddd6..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/ModeleJsonEditForm.fxml
+++ /dev/null
@@ -1,128 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import com.megatimfx.common.customcontrols.AbstractNestedEntityTable?>
-<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.Button?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TableColumn?>
-<?import javafx.scene.control.TableView?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="671.0" stylesheets="@../../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ModeleJsonEditFormController">
-   <children>
-      <VBox alignment="CENTER" prefHeight="458.0" prefWidth="671.0">
-         <children>
-            <VBox alignment="CENTER" prefHeight="453.0" prefWidth="683.0" spacing="5.0">
-               <padding>
-                  <Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
-               </padding>
-               <children>
-                  <TitledPane collapsible="false" text="Informations sur le fichier JSON">
-                     <content>
-                        <VBox prefHeight="31.0" prefWidth="603.0" spacing="5.0">
-                           <padding>
-                              <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
-                           </padding>
-                           <children>
-                              <HBox minWidth="400.0" prefHeight="46.0" prefWidth="400.0">
-                                 <children>
-                                    <HBox alignment="CENTER_LEFT" prefHeight="27.0" prefWidth="352.0" spacing="5.0">
-                                       <children>
-                                          <Label alignment="CENTER_RIGHT" minWidth="60.0" text="Type de fichier" />
-                                          <AbstractSelectionItem fx:id="typeFichierAbstractSelectItem" minWidth="100.0" prefWidth="261.0" />
-                                       </children>
-                                    </HBox>
-                                    <HBox alignment="CENTER_LEFT" spacing="5.0">
-                                       <children>
-                                          <Label alignment="CENTER_RIGHT" minWidth="100.0" prefWidth="100.0" text="Nom de l'objet" />
-                                          <TextField fx:id="objectNameTextField" minWidth="100.0" prefHeight="27.0" prefWidth="153.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
-                                       </children>
-                                    </HBox>
-                                 </children>
-                              </HBox>
-                           </children>
-                        </VBox>
-                     </content>
-                  </TitledPane>
-                  <HBox alignment="CENTER" prefHeight="333.0" prefWidth="631.0" spacing="5.0">
-                     <children>
-                        <TitledPane animated="false" collapsible="false" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="313.0" prefWidth="356.0" text="Structure des champs">
-                           <content>
-                              <VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" spacing="5.0">
-                                 <children>
-                                    <AbstractNestedEntityTable fx:id="structureChampAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" />
-                                 </children>
-                                 <padding>
-                                    <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
-                                 </padding>
-                              </VBox>
-                           </content>
-                        </TitledPane>
-                        <TitledPane animated="false" collapsible="false" prefHeight="318.0" prefWidth="273.0" text="Liste des sous-types">
-                           <content>
-                              <VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0">
-                                 <children>
-                                    <HBox alignment="CENTER" prefHeight="10.0" prefWidth="249.0" />
-                                    <HBox alignment="CENTER" minHeight="25.0" minWidth="249.0" prefHeight="25.0" prefWidth="249.0">
-                                       <children>
-                                          <HBox alignment="CENTER" minWidth="155.0" prefWidth="155.0">
-                                             <HBox.margin>
-                                                <Insets />
-                                             </HBox.margin>
-                                          </HBox>
-                                          <HBox alignment="CENTER">
-                                             <children>
-                                                <Button fx:id="subTypeAddButton" minWidth="28.0" mnemonicParsing="false" prefWidth="28.0" styleClass="subtype-btn-add">
-                                                   <HBox.margin>
-                                                      <Insets right="5.0" />
-                                                   </HBox.margin>
-                                                </Button>
-                                                <Button fx:id="subTypeUpdateButton" minWidth="28.0" mnemonicParsing="false" prefWidth="28.0" styleClass="subtype-btn-update">
-                                                   <HBox.margin>
-                                                      <Insets right="5.0" />
-                                                   </HBox.margin>
-                                                </Button>
-                                                <Button fx:id="subTypeDeleteButton" disable="true" minWidth="28.0" mnemonicParsing="false" prefWidth="28.0" styleClass="subtype-btn-delete">
-                                                   <HBox.margin>
-                                                      <Insets />
-                                                   </HBox.margin>
-                                                </Button>
-                                             </children>
-                                             <HBox.margin>
-                                                <Insets />
-                                             </HBox.margin>
-                                          </HBox>
-                                       </children>
-                                       <VBox.margin>
-                                          <Insets bottom="6.0" />
-                                       </VBox.margin>
-                                    </HBox>
-                                    <HBox alignment="CENTER" minHeight="223.0" minWidth="249.0" prefHeight="223.0" prefWidth="249.0">
-                                       <children>
-                                          <TableView fx:id="subObjetsTableView" minWidth="249.0" prefWidth="249.0">
-                                             <columns>
-                                                <TableColumn fx:id="subObjectTableColumn" editable="false" maxWidth="1.7976931348623157E308" minWidth="249.0" prefWidth="249.0" sortable="false" text="Nom de l'objet" />
-                                             </columns>
-                                          </TableView>
-                                       </children>
-                                       <VBox.margin>
-                                          <Insets />
-                                       </VBox.margin>
-                                    </HBox>
-                                 </children>
-                              </VBox>
-                           </content>
-                        </TitledPane>
-                     </children>
-                  </HBox>
-               </children>
-            </VBox>
-         </children>
-      </VBox>
-   </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/StructureChampJsonEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/StructureChampJsonEditForm.fxml
deleted file mode 100644
index 8e0ed8d..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/StructureChampJsonEditForm.fxml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.CheckBox?>
-<?import javafx.scene.control.ComboBox?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="291.0" prefWidth="396.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.StructureChampJsonEditFormController">
-   <children>
-      <VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-         <children>
-            <TitledPane collapsible="false" text="Informations générales sur la structure du champ" VBox.vgrow="ALWAYS">
-               <content>
-                  <VBox fx:id="formFieldContainer" alignment="CENTER" spacing="10.0">
-                     <children>
-                        <HBox alignment="CENTER_LEFT" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Libellé" />
-                              <TextField fx:id="libelleTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
-                           </children>
-                        </HBox>
-                        <HBox alignment="CENTER_LEFT" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Type de données" />
-                              <ComboBox fx:id="typeDonneeComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
-                           </children>
-                        </HBox>
-                        <HBox fx:id="dateFormatContainer" alignment="CENTER_LEFT" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Format date" />
-                               <ComboBox fx:id="formatDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
-                              <!--<TextField fx:id="formatDateTextField" prefWidth="100.0" />-->
-                           </children>
-                        </HBox>
-                        <HBox fx:id="dateFormatContainer1" alignment="CENTER_LEFT" layoutX="25.0" layoutY="175.0" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Séparateur de date" />
-                              <ComboBox fx:id="delimiteurDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
-                           </children>
-                        </HBox>
-                        <HBox fx:id="dateFormatContainer11" alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Forme du champ" />
-                              <CheckBox fx:id="listeCheckBox" mnemonicParsing="false" text="Liste" />
-                           </children>
-                        </HBox>
-                        <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="55.0" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minWidth="110.0" prefWidth="110.0" text="Type de l'objet" />
-                              <ComboBox fx:id="typeObjetComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
-                           </children>
-                        </HBox>
-                     </children>
-                     <padding>
-                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
-                     </padding>
-                  </VBox>
-               </content>
-            </TitledPane>
-         </children>
-         <padding>
-            <Insets bottom="20.0" left="32.0" right="32.0" top="20.0" />
-         </padding>
-      </VBox>
-   </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/SubObjectEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/SubObjectEditForm.fxml
deleted file mode 100644
index c62a3e5..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/SubObjectEditForm.fxml
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.Button?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TableColumn?>
-<?import javafx.scene.control.TableView?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="648.0" stylesheets="@../../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.SubObjectEditFormController">
-   <children>
-      <VBox alignment="CENTER" prefHeight="458.0" prefWidth="648.0" spacing="5.0">
-         <padding>
-            <Insets bottom="10.0" left="10.0" right="10.0" top="20.0" />
-         </padding>
-         <children>
-            <TitledPane collapsible="false" text="Informations sur l'objet">
-               <content>
-                  <VBox alignment="CENTER" prefHeight="0.0" prefWidth="582.0" spacing="5.0">
-                     <children>
-                        <HBox alignment="CENTER_LEFT" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minWidth="127.0" prefHeight="17.0" prefWidth="127.0" text="Nom de l'objet" />
-                              <TextField fx:id="subObjectNameTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" />
-                           </children>
-                        </HBox>
-                     </children>
-                     <padding>
-                        <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
-                     </padding>
-                  </VBox>
-               </content>
-            </TitledPane>
-            <TitledPane collapsible="false" prefHeight="322.0" prefWidth="584.0" text="Structure des champs">
-               <content>
-                  <VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0">
-                     <children>
-                        <HBox alignment="CENTER" minHeight="25.0" prefHeight="25.0" prefWidth="604.0">
-                           <children>
-                              <HBox alignment="CENTER" prefWidth="543.0" />
-                              <HBox alignment="CENTER" prefHeight="27.0" prefWidth="91.0">
-                                 <children>
-                                    <Button fx:id="addFieldButton" alignment="CENTER" contentDisplay="CENTER" minWidth="28.0" mnemonicParsing="false" prefWidth="28.0" styleClass="subtype-btn-add">
-                                       <HBox.margin>
-                                          <Insets right="5.0" />
-                                       </HBox.margin>
-                                    </Button>
-                                    <Button fx:id="updateFieldButton" alignment="CENTER" disable="true" minWidth="28.0" mnemonicParsing="false" prefWidth="28.0" styleClass="subtype-btn-update">
-                                       <HBox.margin>
-                                          <Insets right="5.0" />
-                                       </HBox.margin>
-                                    </Button>
-                                    <Button fx:id="deleteFieldButton" alignment="CENTER" disable="true" minWidth="28.0" mnemonicParsing="false" prefWidth="28.0" styleClass="subtype-btn-delete">
-                                       <HBox.margin>
-                                          <Insets right="5.0" />
-                                       </HBox.margin>
-                                    </Button>
-                                 </children>
-                              </HBox>
-                           </children>
-                           <VBox.margin>
-                              <Insets />
-                           </VBox.margin>
-                        </HBox>
-                        <HBox alignment="CENTER" prefHeight="237.0" prefWidth="604.0">
-                           <children>
-                              <TableView fx:id="subObjectsFieldsTableView">
-                                 <columns>
-                                    <TableColumn fx:id="fieldNameTableColumn" prefWidth="117.0" text="Libellé" />
-                                    <TableColumn fx:id="dataTypeTableColumn" prefWidth="149.0" text="Type de données" />
-                                    <TableColumn fx:id="isListeTableColumn" prefWidth="70.0" text="Liste ?" />
-                                    <TableColumn fx:id="formatDateTableColumn" prefWidth="138.0" text="Format Date" />
-                                    <TableColumn fx:id="separateurDateTableColumn" prefWidth="131.0" text="Séparateur Date" />
-                                 </columns>
-                              </TableView>
-                           </children>
-                           <padding>
-                              <Insets top="5.0" />
-                           </padding>
-                           <VBox.margin>
-                              <Insets />
-                           </VBox.margin>
-                        </HBox>
-                     </children>
-                  </VBox>
-               </content>
-            </TitledPane>
-         </children>
-      </VBox>
-   </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/TacheEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/TacheEditForm.fxml
deleted file mode 100644
index 842dfd3..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/TacheEditForm.fxml
+++ /dev/null
@@ -1,273 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import com.megatimfx.common.customcontrols.AbstractNestedEntityTable?>
-<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
-<?import com.megatimfx.common.customcontrols.CustomDirectoryChooser?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.CheckBox?>
-<?import javafx.scene.control.ComboBox?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.Tab?>
-<?import javafx.scene.control.TabPane?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.ColumnConstraints?>
-<?import javafx.scene.layout.GridPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.RowConstraints?>
-<?import javafx.scene.layout.VBox?>
-<?import javafx.scene.text.Font?>
-
-<AnchorPane prefHeight="551.0" prefWidth="737.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TacheEditFormController">
-   <children>
-      <VBox AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-         <children>
-            <TabPane fx:id="tabPane" stylesheets="@../../../../../styles/CustomFormComponents.css">
-               <tabs>
-                  <Tab style="-fx-font-size: 14;" text="Informations sur la tâche">
-                     <content>
-                        <VBox prefHeight="604.0" prefWidth="748.0" spacing="15.0" stylesheets="@../../../../../styles/CustomFormComponents.css">
-                        
-                                  <VBox fx:id="paneContainer" spacing="10.0" style="-fx-background-color: white;">
-                                <children>
-                                    <TitledPane animated="false" collapsible="false" prefHeight="82.0" prefWidth="370.0" text="Informations générales">
-                                        <content>
-                                            <VBox spacing="10.0">
-                                                <padding>
-                                                    <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
-                                                </padding>
-                                                <children>
-                                                    <HBox alignment="CENTER" spacing="10.0">
-                                                        <children>
-                                                            <Label alignment="CENTER_RIGHT" contentDisplay="CENTER" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-font-size: 12; -fx-text-fill: black;" text="Libellé ">
-                                                                <font>
-                                                                    <Font size="14.0" />
-                                                                </font>
-                                                            </Label>
-                                                            <TextField fx:id="libelleTextField" minHeight="25.0" minWidth="390.0" prefHeight="25.0" prefWidth="390.0" HBox.hgrow="ALWAYS" />
-                                                        </children>
-                                                    </HBox>
-                                             <HBox prefHeight="43.0" prefWidth="637.0" spacing="10.0">
-                                                <children>
-                                                   <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-text-fill: black;" text="Utiliser un modèle de conversion existant" />
-                                                   <CheckBox fx:id="useExistingConversionModelCheckBox" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" style="-fx-font-size: 12; -fx-text-fill: black;" text="Oui" textFill="#5a5a5a" />
-                                                </children>
-                                             </HBox>
-                                             <HBox alignment="CENTER_LEFT" spacing="10.0">
-                                                <children>
-                                                   <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-text-fill: black;" text="Modèle de conversion" />
-                                                   <AbstractSelectionItem fx:id="conversionModelAbstractSelectItem" maxWidth="474.0" minHeight="25.0" minWidth="468.0" prefHeight="25.0" prefWidth="468.0" />
-                                                </children>
-                                             </HBox>
-                                                    <HBox alignment="CENTER" spacing="10.0">
-                                                        <children>
-                                                            <Label alignment="CENTER_RIGHT" contentDisplay="CENTER" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-font-size: 12; -fx-text-fill: black;" text="Type de fichier">
-                                                                <font>
-                                                                    <Font size="14.0" />
-                                                                </font>
-                                                            </Label>
-                                                            <AbstractSelectionItem fx:id="typeFichierAbstractSelectItem" minHeight="25.0" minWidth="468.0" prefHeight="25.0" prefWidth="468.0" HBox.hgrow="ALWAYS" />
-                                                        </children>
-                                                    </HBox>
-                                                    <HBox fx:id="sourceHBox" alignment="CENTER_LEFT" spacing="10.0">
-                                                        <children>
-                                                            <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-font-size: 12; -fx-text-fill: black;" text="Répertoire source">
-                                                                <font>
-                                                                    <Font size="14.0" />
-                                                                </font>
-                                                            </Label>
-                                                            <CustomDirectoryChooser fx:id="repertoireSource" minHeight="25.0" minWidth="468.0" prefHeight="25.0" prefWidth="468.0" HBox.hgrow="ALWAYS" />
-                                                        </children>
-                                                    </HBox>
-                                                    <HBox fx:id="sourceHBox1" alignment="CENTER_LEFT" spacing="10.0">
-                                                        <children>
-                                                            <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-font-size: 12; -fx-text-fill: black;" text="Répertoire destination">
-                                                                <font>
-                                                                    <Font size="14.0" />
-                                                                </font>
-                                                            </Label>
-                                                            <CustomDirectoryChooser fx:id="repertoireDestination" minHeight="25.0" minWidth="468.0" prefHeight="25.0" prefWidth="468.0" HBox.hgrow="ALWAYS" />
-                                                        </children>
-                                                    </HBox>
-                                                    <HBox fx:id="sourceHBox11" alignment="CENTER_LEFT" layoutX="20.0" layoutY="122.0" spacing="10.0">
-                                                        <children>
-                                                            <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-font-size: 12; -fx-text-fill: black;" text="Répertoire d'erreur">
-                                                                <font>
-                                                                    <Font size="14.0" />
-                                                                </font>
-                                                            </Label>
-                                                            <CustomDirectoryChooser fx:id="repertoireErreur" minHeight="25.0" minWidth="468.0" prefHeight="25.0" prefWidth="390.0" HBox.hgrow="ALWAYS" />
-                                                        </children>
-                                                    </HBox>
-                                                    <HBox alignment="CENTER_LEFT" spacing="10.0">
-                                                        <children>
-                                                            <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-text-fill: black;" text="Format du fichier de données" />
-                                                            <ComboBox fx:id="dataTypeComboBox" minHeight="25.0" minWidth="300.0" prefHeight="25.0" prefWidth="300.0" style="-fx-background-radius: 0%;" />
-                                                        </children>
-                                                    </HBox>
-                                                    <HBox fx:id="delimiteurLigneHBox" alignment="CENTER_LEFT" spacing="10.0">
-                                                        <children>
-                                                            <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-text-fill: black;" text="Délimiteur de ligne" />
-                                                            <ComboBox fx:id="delimiteurLigne" minHeight="25.0" minWidth="300.0" prefHeight="25.0" prefWidth="300.0" style="-fx-background-radius: 0%;" />
-                                                        </children>
-                                                    </HBox>
-                                                    <HBox fx:id="delimiteurColonneHBox" alignment="CENTER_LEFT" spacing="10.0">
-                                                        <children>
-                                                            <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-text-fill: black;" text="Délimiteur colonne" />
-                                                            <ComboBox fx:id="delimiteurColonne" minHeight="25.0" minWidth="300.0" prefHeight="25.0" prefWidth="300.0" style="-fx-background-radius: 0%;" />
-                                                        </children>
-                                                    </HBox>
-                                                    <HBox prefHeight="43.0" prefWidth="637.0" spacing="10.0">
-                                                        <children>
-                                                            <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-text-fill: black;" text="Fichier contient ligne d'entête ?" />
-                                                            <CheckBox fx:id="withHeader" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" text="Oui" />
-                                                        </children>
-                                                    </HBox>
-                                                    <HBox prefHeight="43.0" prefWidth="637.0" spacing="10.0">
-                                                        <children>
-                                                            <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="225.0" prefHeight="25.0" prefWidth="225.0" style="-fx-text-fill: black;" text="Validation stricte des données ?" />
-                                                            <CheckBox fx:id="strictValidationCheckbox" disable="true" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" text="Oui" />
-                                                        </children>
-                                                    </HBox>
-                                                    <HBox alignment="CENTER_RIGHT" spacing="10.0">
-                                                        <children>
-                                                            <CheckBox fx:id="active" minHeight="25.0" mnemonicParsing="false" nodeOrientation="RIGHT_TO_LEFT" prefHeight="25.0" style="-fx-font-size: 12; -fx-text-fill: black;" text="Activer" textFill="#5a5a5a">
-                                                                <font>
-                                                                    <Font size="14.0" />
-                                                                </font>
-                                                            </CheckBox>
-                                                        </children>
-                                                    </HBox>
-                                                </children>
-                                            </VBox>
-                                        </content>
-                                    </TitledPane>
-                                </children>
-                            </VBox>
-                            <padding>
-                                <Insets bottom="5.0" left="5.0" right="5.0" top="20.0" />
-                            </padding>
-                        </VBox>
-                     </content>
-                  </Tab>
-                  <Tab style="-fx-font-size: 14;" text="Plannification">
-                     <content>
-                        <VBox spacing="5.0" style="-fx-background-color: white;">
-                           <children>
-                              <TitledPane animated="false" collapsible="false" prefHeight="146.0" prefWidth="943.0" text="Configuration de la plannification">
-                                 <content>
-                                    <VBox spacing="5.0">
-                                       <padding>
-                                          <Insets bottom="5.0" left="10.0" right="10.0" top="5.0" />
-                                       </padding>
-                                       <children>
-                                          <VBox spacing="10.0">
-                                             <children>
-                                                <HBox prefHeight="25.0" prefWidth="901.0" spacing="10.0" VBox.vgrow="ALWAYS">
-                                                   <children>
-                                                      <HBox prefHeight="31.0" prefWidth="260.0" spacing="10.0">
-                                                         <children>
-                                                            <HBox alignment="CENTER_LEFT" spacing="5.0">
-                                                               <children>
-                                                                  <Label contentDisplay="CENTER" style="-fx-text-fill: black;" text="Heure" />
-                                                                  <TextField fx:id="heureTextField" minWidth="70.0" prefWidth="70.0" />
-                                                               </children>
-                                                            </HBox>
-                                                            <HBox alignment="CENTER_LEFT" spacing="5.0">
-                                                               <children>
-                                                                  <Label style="-fx-text-fill: black;" text="Minute" />
-                                                                  <TextField fx:id="minuteTextField" minWidth="70.0" prefWidth="70.0" />
-                                                               </children>
-                                                            </HBox>
-                                                         </children>
-                                                      </HBox>
-                                                      <HBox alignment="CENTER_RIGHT" prefHeight="25.0" prefWidth="456.0" spacing="15.0" HBox.hgrow="ALWAYS">
-                                                         <children>
-                                                            <HBox alignment="CENTER_LEFT" spacing="5.0">
-                                                               <children>
-                                                                  <CheckBox fx:id="withoutInterval" mnemonicParsing="false" nodeOrientation="RIGHT_TO_LEFT" prefHeight="16.0" prefWidth="185.0" style="-fx-text-fill: black;" text="Exécuter une seule fois" textFill="#5a5a5a" />
-                                                               </children>
-                                                            </HBox>
-                                                            <HBox alignment="CENTER_LEFT" spacing="5.0">
-                                                               <children>
-                                                                  <Label prefHeight="15.0" prefWidth="228.0" style="-fx-text-fill: black;" text="Intervalle de répétition (en minutes)" />
-                                                                  <TextField fx:id="intervalleTache" minWidth="70.0" prefWidth="70.0" />
-                                                               </children>
-                                                            </HBox>
-                                                         </children>
-                                                      </HBox>
-                                                   </children>
-                                                </HBox>
-                                                <HBox VBox.vgrow="ALWAYS">
-                                                   <children>
-                                                      <GridPane hgap="15.0" vgap="5.0" HBox.hgrow="ALWAYS">
-                                                         <columnConstraints>
-                                                            <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
-                                                            <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
-                                                            <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
-                                                            <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
-                                                         </columnConstraints>
-                                                         <rowConstraints>
-                                                            <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
-                                                            <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
-                                                         </rowConstraints>
-                                                         <children>
-                                                            <CheckBox fx:id="lundiCheckbox" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" style="-fx-text-fill: black;" text="Lundi" textFill="#5a5a5a" />
-                                                            <CheckBox fx:id="mardiCheckbox" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" style="-fx-text-fill: black;" text="Mardi" textFill="#5a5a5a" GridPane.columnIndex="1" />
-                                                            <CheckBox fx:id="mercrediCheckbox" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" style="-fx-text-fill: black;" text="Mercredi" textFill="#5a5a5a" GridPane.columnIndex="2" />
-                                                            <CheckBox fx:id="jeudiCheckbox" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" style="-fx-text-fill: black;" text="Jeudi" textFill="#5a5a5a" GridPane.columnIndex="3" />
-                                                            <CheckBox fx:id="vendrediCheckbox" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" style="-fx-text-fill: black;" text="Vendredi" textFill="#5a5a5a" GridPane.rowIndex="1" />
-                                                            <CheckBox fx:id="samediCheckbox" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" style="-fx-text-fill: black;" text="Samedi" textFill="#5a5a5a" GridPane.columnIndex="1" GridPane.rowIndex="1" />
-                                                            <CheckBox fx:id="dimancheCheckbox" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" style="-fx-text-fill: black;" text="Dimanche" textFill="#5a5a5a" GridPane.columnIndex="2" GridPane.rowIndex="1" />
-                                                         </children>
-                                                      </GridPane>
-                                                   </children>
-                                                </HBox>
-                                             </children>
-                                          </VBox>
-                                       </children>
-                                    </VBox>
-                                 </content>
-                              </TitledPane>
-                           </children>
-                           <padding>
-                              <Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
-                           </padding>
-                        </VBox>
-                     </content>
-                  </Tab>
-                  <Tab style="-fx-font-size: 14;" text="Champs à tronquer">
-                     <content>
-                        <VBox spacing="15.0">
-                           <children>
-                              <TitledPane animated="false" collapsible="false" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" text="Informations sur les champs">
-                                 <content>
-                                    <VBox prefHeight="200.0" prefWidth="100.0" spacing="5.0">
-                                       <children>
-                                          <HBox alignment="CENTER_RIGHT">
-                                             <children>
-                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../../../../../../generation-validateur-typefichier/src/main/resources/styles/style.css" text="Sélectionner les champs à tronquer" textFill="#5a5a5a" />
-                                             </children>
-                                          </HBox>
-                                          <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" />
-                                       </children>
-                                       <padding>
-                                          <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
-                                       </padding>
-                                    </VBox>
-                                 </content>
-                              </TitledPane>
-                           </children>
-                           <padding>
-                              <Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
-                           </padding>
-                        </VBox>
-                     </content>
-                  </Tab>
-               </tabs>
-            </TabPane>
-         </children>
-      </VBox>
-   </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/TruncatedElementEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/TruncatedElementEditForm.fxml
deleted file mode 100644
index 22c2841..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/TruncatedElementEditForm.fxml
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TextArea?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="294.0" prefWidth="679.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ConfigEditFormController">
-    <children>
-        <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-            <children>
-                <TitledPane collapsible="false" prefHeight="254.0" prefWidth="619.0" style="-fx-text-fill: #FFFFFF; -fx-background-color: #FFFFFF;" text="Informations sur l'élément tronqué">
-                    <content>
-                        <VBox prefHeight="225.0" prefWidth="492.0" spacing="20.0" style="-fx-background-color: #FFFFFF;">
-                            <children>
-                                <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" prefHeight="25.0" prefWidth="474.0" spacing="5.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minWidth="117.0" prefHeight="15.0" prefWidth="117.0" text="Code du type fichier" />
-                                        <TextField fx:id="codeTypeFichierTextfield" editable="false" minWidth="200.0" prefHeight="25.0" prefWidth="200.0" style="-fx-background-radius: 0%;">
-                                            <HBox.margin>
-                                                <Insets />
-                                            </HBox.margin>
-                                        </TextField>
-                                    </children>
-                                </HBox>
-                                <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" spacing="5.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minWidth="117.0" prefWidth="117.0" text="Code de la colonne" />
-                                        <TextField fx:id="codeColonneTexfield" editable="false" minWidth="200.0" prefHeight="25.0" prefWidth="200.0" style="-fx-background-radius: 0%;">
-                                            <HBox.margin>
-                                                <Insets />
-                                            </HBox.margin>
-                                        </TextField>
-                                    </children>
-                                </HBox>
-                                <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" prefHeight="25.0" prefWidth="596.0" spacing="5.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minWidth="117.0" prefWidth="117.0" text="Donnée initiale" />
-                              <TextArea fx:id="initialDataTextArea" minWidth="500.0" prefHeight="200.0" prefWidth="500.0" wrapText="true" />
-                                    </children>
-                                </HBox>
-                        <HBox alignment="CENTER_LEFT" layoutX="20.0" layoutY="116.0" spacing="5.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minWidth="117.0" prefWidth="117.0" text="Donnée finale" />
-                              <TextArea fx:id="finalDataTextArea" minWidth="500.0" prefHeight="200.0" prefWidth="500.0" wrapText="true" />
-                           </children>
-                        </HBox>
-                        <HBox alignment="CENTER_LEFT" layoutX="20.0" layoutY="155.0" spacing="5.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minWidth="117.0" prefWidth="117.0" text="Chemin du fichier" />
-                              <TextField fx:id="fileNameTextfield" editable="false" minWidth="500.0" prefHeight="25.0" prefWidth="500.0" style="-fx-background-radius: 0%;">
-                                 <HBox.margin>
-                                    <Insets />
-                                 </HBox.margin>
-                              </TextField>
-                           </children>
-                        </HBox>
-                        <HBox alignment="CENTER_LEFT" layoutX="20.0" layoutY="200.0" spacing="5.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minWidth="117.0" prefWidth="117.0" text="Date de l'action" />
-                              <TextField fx:id="dateActionTextfield" editable="false" minWidth="200.0" prefHeight="25.0" prefWidth="200.0" style="-fx-background-radius: 0%;">
-                                 <HBox.margin>
-                                    <Insets />
-                                 </HBox.margin>
-                              </TextField>
-                           </children>
-                        </HBox>
-                            </children>
-                        </VBox>
-                    </content>
-               <VBox.margin>
-                  <Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
-               </VBox.margin>
-                </TitledPane>
-            </children>
-        </VBox>
-    </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml
deleted file mode 100644
index 79e0d0d..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
-<?import com.megatimfx.common.customcontrols.CustomFileChooser?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="136.0" prefWidth="525.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TxtFileToValidateEditFormController">
-    <children>
-        <VBox layoutX="-6.0" layoutY="7.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-            <padding>
-                <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
-            </padding>
-            <children>
-                <TitledPane collapsible="false" prefHeight="122.0" prefWidth="508.0" style="-fx-text-fill: #FFFFFF;" text="Informations sur le fichier">
-                    <content>
-                        <VBox prefHeight="91.0" prefWidth="364.0" spacing="10.0" style="-fx-background-color: #FFFFFF;">
-                            <children>
-                                <HBox alignment="CENTER_LEFT" prefHeight="28.0" prefWidth="454.0" spacing="10.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="92.0" prefHeight="25.0" prefWidth="92.0" style="-fx-text-fill: black;" text="Type du fichier" />
-                                        <AbstractSelectionItem fx:id="typeFichierAbstractSelectItem" minHeight="25.0" minWidth="375.0" prefHeight="25.0" prefWidth="375.0" />
-                                    </children>
-                           <padding>
-                              <Insets top="5.0" />
-                           </padding>
-                                </HBox>
-                                <HBox alignment="CENTER_LEFT" spacing="10.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="92.0" prefHeight="25.0" prefWidth="92.0" style="-fx-text-fill: black;" text="Fichier à vérifier" />
-                              <CustomFileChooser fx:id="fileToValidate" minHeight="25.0" minWidth="375.0" prefHeight="25.0" prefWidth="375.0" />
-                                    </children>
-                                </HBox>
-                            </children>
-                            <padding>
-                                <Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
-                            </padding>
-                        </VBox>
-                    </content>
-                </TitledPane>
-            </children>
-        </VBox>
-    </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/TypeFichierEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/TypeFichierEditForm.fxml
deleted file mode 100644
index 3cf4b1c..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/TypeFichierEditForm.fxml
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="178.0" prefWidth="538.0" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TypeFichierEditFormController">
-    <children>
-      <VBox alignment="CENTER" prefHeight="231.0" prefWidth="553.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-         <padding>
-            <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
-         </padding>
-         <children>
-            <TitledPane collapsible="false" prefHeight="240.0" prefWidth="620.0" text="Informations générales sur le type fichier">
-               <content>
-                  <VBox spacing="14.0">
-                     <children>
-                        <HBox alignment="CENTER_LEFT" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="162.0" prefHeight="25.0" prefWidth="162.0" style="-fx-text-fill: black;" text="Code TypeFichier" />
-                              <TextField fx:id="codeTextField" minHeight="25.0" minWidth="291.0" prefHeight="25.0" prefWidth="291.0" />
-                           </children>
-                        </HBox>
-                        <HBox alignment="CENTER_LEFT" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="162.0" prefHeight="25.0" prefWidth="162.0" style="-fx-text-fill: black;" text="Libellé" />
-                              <TextField fx:id="libelleTextField" minHeight="25.0" minWidth="291.0" prefHeight="25.0" prefWidth="291.0" />
-                           </children>
-                        </HBox>
-                        <HBox alignment="CENTER_LEFT" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="162.0" prefHeight="25.0" prefWidth="162.0" style="-fx-text-fill: black;" text="Code Participant" />
-                              <TextField fx:id="codeParticipantTextField" minHeight="25.0" minWidth="291.0" prefHeight="25.0" prefWidth="291.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css">
-                                 <HBox.margin>
-                                    <Insets />
-                                 </HBox.margin>
-                              </TextField>
-                           </children>
-                        </HBox>
-                     </children>
-                     <padding>
-                        <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
-                     </padding>
-                  </VBox>
-               </content>
-            </TitledPane>
-         </children>
-      </VBox>
-    </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/ValidateurEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/ValidateurEditForm.fxml
deleted file mode 100644
index f23ce5e..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/forms/ValidateurEditForm.fxml
+++ /dev/null
@@ -1,99 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
-<?import com.megatimfx.common.customcontrols.CustomFileChooser?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.CheckBox?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.PasswordField?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.image.Image?>
-<?import javafx.scene.image.ImageView?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.StackPane?>
-<?import javafx.scene.layout.VBox?>
-
-<AnchorPane id="AnchorPane" prefHeight="232.0" prefWidth="562.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.ValidateurEditFormController">
-    <children>
-        <VBox layoutX="-6.0" layoutY="7.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-            <padding>
-                <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
-            </padding>
-            <children>
-                <TitledPane collapsible="false" prefHeight="290.0" prefWidth="595.0" style="-fx-text-fill: #FFFFFF;" text="Informations sur le validateur à importer">
-                    <content>
-                        <VBox spacing="10.0" style="-fx-background-color: #FFFFFF;">
-                            <children>
-                                <HBox alignment="CENTER_LEFT" spacing="10.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="160.0" prefHeight="25.0" prefWidth="160.0" style="-fx-text-fill: black;" text="Type du fichier" />
-                                        <AbstractSelectionItem fx:id="typeFichierAbstractSelectItem" minHeight="25.0" minWidth="330.0" prefHeight="25.0" prefWidth="330.0" style="-fx-background-color: #ffffff;" />
-                                    </children>
-                           <VBox.margin>
-                              <Insets top="5.0" />
-                           </VBox.margin>
-                                </HBox>
-                                <HBox alignment="CENTER_LEFT" spacing="10.0">
-                                    <children>
-                                        <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="160.0" prefHeight="25.0" prefWidth="160.0" style="-fx-text-fill: black;" text="Validateur à importer" />
-                              <CustomFileChooser fx:id="FileToImport" minHeight="25.0" minWidth="330.0" prefHeight="25.0" prefWidth="330.0" />
-                                    </children>
-                                </HBox>
-                        <HBox spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="160.0" prefHeight="25.0" prefWidth="160.0" style="-fx-text-fill: black;" text="Fichier de validation protégé ?" />
-                              <CheckBox fx:id="protegeCheckBox" layoutX="235.0" layoutY="10.0" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" text="Oui">
-                                 <HBox.margin>
-                                    <Insets />
-                                 </HBox.margin>
-                              </CheckBox>
-                           </children>
-                        </HBox>
-                        <HBox spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="160.0" prefHeight="25.0" prefWidth="160.0" style="-fx-text-fill: black;" text="Clé de cryptage">
-                                 <HBox.margin>
-                                    <Insets />
-                                 </HBox.margin></Label>
-                              <StackPane minHeight="25.0" minWidth="330.0" prefHeight="26.0" prefWidth="330.0">
-                                 <children>
-                                    <TextField fx:id="showKeyTextField" minHeight="25.0" minWidth="330.0" prefHeight="25.0" prefWidth="330.0" />
-                                    <PasswordField fx:id="keyToDecryptField" minHeight="25.0" minWidth="330.0" prefHeight="25.0" prefWidth="330.0" />
-                                    <ImageView fx:id="eyeImageView" fitHeight="15.0" fitWidth="15.0" onMousePressed="#eyeOnMousePressed" pickOnBounds="true" preserveRatio="true" StackPane.alignment="CENTER_RIGHT">
-                                       <image>
-                                          <Image url="@../../../../../images/oeil.png" />
-                                       </image>
-                                       <StackPane.margin>
-                                          <Insets right="5.0" />
-                                       </StackPane.margin>
-                                    </ImageView>
-                                 </children>
-                                 <HBox.margin>
-                                    <Insets />
-                                 </HBox.margin>
-                              </StackPane>
-                           </children>
-                        </HBox>
-                        <HBox layoutX="25.0" layoutY="121.0" spacing="10.0">
-                           <children>
-                              <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="160.0" prefHeight="25.0" prefWidth="160.0" style="-fx-text-fill: black;" text="Confirmation de la clé" />
-                              <PasswordField fx:id="keyConfirmationField" minHeight="25.0" minWidth="330.0" prefHeight="25.0" prefWidth="330.0">
-                                 <HBox.margin>
-                                    <Insets />
-                                 </HBox.margin>
-                              </PasswordField>
-                           </children>
-                        </HBox>
-                            </children>
-                            <padding>
-                                <Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
-                            </padding>
-                        </VBox>
-                    </content>
-                </TitledPane>
-            </children>
-        </VBox>
-    </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/views/JsonStructureFormView.fxml b/fdx_convert/target/classes/importation/validation/data/client/views/JsonStructureFormView.fxml
deleted file mode 100644
index fba5919..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/views/JsonStructureFormView.fxml
+++ /dev/null
@@ -1,147 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
-<?import java.net.URL?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.Cursor?>
-<?import javafx.scene.control.Button?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.ScrollPane?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.image.Image?>
-<?import javafx.scene.image.ImageView?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-<?import javafx.scene.text.Font?>
-<?import javafx.scene.text.Text?>
-
-<AnchorPane prefHeight="600.0" prefWidth="1000.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1">
-   <children>
-      <VBox AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-         <children>
-            <HBox onMouseDragged="#mouseDraggedTitleBar" onMousePressed="#mousePressedTitleBar" styleClass="title-bar">
-               <children>
-                  <HBox alignment="CENTER_LEFT" prefWidth="200.0" HBox.hgrow="ALWAYS">
-                     <children>
-                        <Text fill="WHITE" strokeType="OUTSIDE" strokeWidth="0.0" text="Ajout d'une structure JSON">
-                           <font>
-                              <Font name="Arial" size="15.0" />
-                           </font>
-                        </Text>
-                     </children>
-                     <padding>
-                        <Insets left="20.0" />
-                     </padding>
-                  </HBox>
-                  <HBox alignment="CENTER_RIGHT" prefWidth="200.0" HBox.hgrow="ALWAYS">
-                     <children>
-                        <Button mnemonicParsing="false" onAction="#minimize" style="-fx-padding: 5 12 5 12;" styleClass="title-bar-button" visible="false">
-                           <graphic>
-                              <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="@../../../../../images/reduire.png" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                        </Button>
-                        <Button mnemonicParsing="false" onAction="#maximize" style="-fx-padding: 5 12 5 12;" styleClass="title-bar-button" visible="false">
-                           <graphic>
-                              <ImageView fitHeight="10.0" fitWidth="10.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="@../../../../../images/agrandir.png" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                        </Button>
-                        <Button mnemonicParsing="false" onAction="#close" style="-fx-padding: 3 10 3 10;" styleClass="title-bar-button">
-                           <graphic>
-                              <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="@../../../../../images/fermer.png" />
-                                 </image>
-                                 <cursor>
-                                    <Cursor fx:constant="HAND" />
-                                 </cursor>
-                              </ImageView>
-                           </graphic>
-                        </Button>
-                     </children>
-                  </HBox>
-               </children>
-               <padding>
-                  <Insets bottom="2.0" left="2.0" right="2.0" top="2.0" />
-               </padding>
-            </HBox>
-            <VBox spacing="10.0" VBox.vgrow="ALWAYS">
-               <children>
-                  <HBox alignment="CENTER_LEFT" style="-fx-background-color: transparent;" styleClass="banner">
-                     <children>
-                        <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true">
-                           <image>
-                              <Image url="@../../../../../images/Logo_FDX_Convert.png" />
-                           </image>
-                        </ImageView>
-                     </children>
-                  </HBox>
-                  <TitledPane collapsible="false" maxHeight="1.7976931348623157E308" style="-fx-text-fill: #FFFFFF;" text="Informations sur le validateur à importer" VBox.vgrow="ALWAYS">
-                     <content>
-                        <VBox spacing="20.0">
-                           <children>
-                              <VBox spacing="10.0">
-                                 <children>
-                                    <Label text="Type fichier" />
-                                    <AbstractSelectionItem fx:id="typeFichierField" maxWidth="260.0" prefWidth="260.0" />
-                                 </children>
-                              </VBox>
-                              <VBox spacing="15.0" VBox.vgrow="ALWAYS">
-                                 <children>
-                                    <Label text="Structure JSON" />
-                                    <ScrollPane VBox.vgrow="ALWAYS">
-                                       <content>
-                                          <VBox fx:id="mainContainer" maxWidth="1.7976931348623157E308" minWidth="200.0" prefHeight="318.0" prefWidth="922.0" />
-                                       </content>
-                                    </ScrollPane>
-                                 </children>
-                              </VBox>
-                           </children>
-                           <padding>
-                              <Insets bottom="20.0" left="15.0" right="15.0" top="20.0" />
-                           </padding>
-                        </VBox>
-                     </content>
-                  </TitledPane>
-                  <HBox fx:id="bottomContainer" alignment="TOP_RIGHT" spacing="5.0">
-                     <children>
-                        <Button fx:id="cancelButton" mnemonicParsing="false" onAction="#close" prefHeight="27.0" prefWidth="87.0" style="-fx-background-color: #949599; -fx-border-color: #9d9fa2; -fx-background-radius: 0;" text="Annuler" textFill="WHITE">
-                           <font>
-                              <Font name="System Bold" size="12.0" />
-                           </font>
-                           <cursor>
-                              <Cursor fx:constant="HAND" />
-                           </cursor>
-                        </Button>
-                        <Button fx:id="editButton" mnemonicParsing="false" prefHeight="27.0" prefWidth="87.0" style="-fx-background-color: #869447; -fx-background-radius: 0;" text="Enregistrer" textFill="WHITE">
-                           <font>
-                              <Font name="System Bold" size="12.0" />
-                           </font>
-                           <cursor>
-                              <Cursor fx:constant="HAND" />
-                           </cursor>
-                        </Button>
-                     </children>
-                  </HBox>
-               </children>
-               <padding>
-                  <Insets bottom="10.0" left="20.0" right="20.0" top="10.0" />
-               </padding>
-            </VBox>
-         </children>
-         <stylesheets>
-            <URL value="@../../../../../styles/custom-title-bar.css" />
-            <URL value="@../../../../../styles/custom-main-style.css" />
-            <URL value="@../../../../../styles/CustomFormComponents.css" />
-         </stylesheets>
-      </VBox>
-   </children>
-</AnchorPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/views/JsonStructureTableView.fxml b/fdx_convert/target/classes/importation/validation/data/client/views/JsonStructureTableView.fxml
deleted file mode 100644
index 27e5baf..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/views/JsonStructureTableView.fxml
+++ /dev/null
@@ -1,248 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import java.net.URL?>
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.Cursor?>
-<?import javafx.scene.control.Button?>
-<?import javafx.scene.control.CheckBox?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TableView?>
-<?import javafx.scene.control.TitledPane?>
-<?import javafx.scene.image.Image?>
-<?import javafx.scene.image.ImageView?>
-<?import javafx.scene.layout.BorderPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-<?import javafx.scene.text.Font?>
-<?import javafx.scene.text.Text?>
-
-<BorderPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="500.0" minWidth="700.0" prefHeight="569.0" prefWidth="982.0" style="-fx-border-color: #969696; -fx-border-width: 1;" styleClass="mainFxmlClass" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.views.JsonStructureTableViewController">
-   <center>
-      <VBox maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" BorderPane.alignment="CENTER">
-         <children>
-            <HBox alignment="CENTER_LEFT" styleClass="banner">
-               <children>
-                  <ImageView fitHeight="20.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true">
-                     <image>
-                        <Image url="@../../../../../images/Logo_FDX_Convert.png" />
-                     </image>
-                  </ImageView>
-               </children>
-               <padding>
-                  <Insets left="30.0" right="30.0" top="20.0" />
-               </padding>
-            </HBox>
-            <VBox spacing="12.0" style="-fx-background-color: #44507;" VBox.vgrow="ALWAYS">
-               <children>
-                  <VBox prefHeight="200.0" prefWidth="100.0" spacing="12.0" style="-fx-border-color: #D6D6D6; -fx-border-width: 1.5;" VBox.vgrow="ALWAYS">
-                     <children>
-                        <TitledPane collapsible="false" prefHeight="61.0" prefWidth="1223.0" text="Recherche">
-                           <content>
-                              <BorderPane fx:id="searchPane" prefHeight="43.0" prefWidth="1219.0" style="-fx-background-color: rgb(246, 247, 249);">
-                                 <right>
-                                    <HBox spacing="5.0" BorderPane.alignment="CENTER_LEFT">
-                                       <BorderPane.margin>
-                                          <Insets />
-                                       </BorderPane.margin>
-                                       <children>
-                                          <Button fx:id="btnSearch" maxWidth="1.7976931348623157E308" mnemonicParsing="false" styleClass="search">
-                                             <cursor>
-                                                <Cursor fx:constant="HAND" />
-                                             </cursor>
-                                          </Button>
-                                          <Button fx:id="btnReset" maxWidth="1.7976931348623157E308" mnemonicParsing="false" styleClass="reset">
-                                             <cursor>
-                                                <Cursor fx:constant="HAND" />
-                                             </cursor>
-                                          </Button>
-                                          <CheckBox fx:id="advancedCheckBox" alignment="CENTER" maxHeight="-Infinity" maxWidth="1.7976931348623157E308" mnemonicParsing="false" prefHeight="25.0" text="Recherche avancées">
-                                             <font>
-                                                <Font name="Roboto" size="12.0" />
-                                             </font>
-                                          </CheckBox>
-                                       </children>
-                                       <padding>
-                                          <Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
-                                       </padding>
-                                    </HBox>
-                                 </right>
-                                 <center>
-                                    <VBox BorderPane.alignment="CENTER">
-                                       <children>
-                                          <VBox fx:id="normalSearchContainer" VBox.vgrow="ALWAYS">
-                                             <padding>
-                                                <Insets right="50.0" />
-                                             </padding>
-                                          </VBox>
-                                          <VBox fx:id="advancedSearchContainer" VBox.vgrow="ALWAYS">
-                                             <padding>
-                                                <Insets right="50.0" />
-                                             </padding>
-                                          </VBox>
-                                       </children>
-                                       <BorderPane.margin>
-                                          <Insets top="5.0" />
-                                       </BorderPane.margin>
-                                    </VBox>
-                                 </center>
-                              </BorderPane>
-                           </content>
-                        </TitledPane>
-                        <VBox prefHeight="200.0" prefWidth="100.0" style="-fx-background-color: rgb(246, 247, 249);" VBox.vgrow="ALWAYS">
-                           <children>
-                              <HBox alignment="CENTER_LEFT" spacing="2.0">
-                                 <children>
-                                    <HBox fx:id="buttonContainer" alignment="BOTTOM_LEFT" spacing="2.0">
-                                       <children>
-                                          <Button fx:id="btnAdd" mnemonicParsing="false" styleClass="main-btn-add" textFill="#ebf0ee">
-                                             <font>
-                                                <Font name="System Bold" size="12.0" />
-                                             </font>
-                                             <cursor>
-                                                <Cursor fx:constant="HAND" />
-                                             </cursor>
-                                          </Button>
-                                          <Button fx:id="btnEdit" minHeight="-Infinity" minWidth="-Infinity" mnemonicParsing="false" styleClass="main-btn-edit" textFill="#f2eded">
-                                             <font>
-                                                <Font name="System Bold" size="12.0" />
-                                             </font>
-                                             <cursor>
-                                                <Cursor fx:constant="HAND" />
-                                             </cursor>
-                                          </Button>
-                                          <Button fx:id="btnDelete" mnemonicParsing="false" styleClass="main-btn-delete" textFill="#f2eded">
-                                             <font>
-                                                <Font name="System Bold" size="12.0" />
-                                             </font>
-                                             <cursor>
-                                                <Cursor fx:constant="HAND" />
-                                             </cursor>
-                                          </Button>
-                                       </children>
-                                    </HBox>
-                                 </children>
-                                 <opaqueInsets>
-                                    <Insets />
-                                 </opaqueInsets>
-                              </HBox>
-                              <VBox prefHeight="200.0" prefWidth="100.0" VBox.vgrow="ALWAYS">
-                                 <children>
-                                    <TableView fx:id="elementTable" VBox.vgrow="ALWAYS">
-                                       <columnResizePolicy>
-                                          <TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
-                                       </columnResizePolicy>
-                                    </TableView>
-                                    <HBox alignment="CENTER_LEFT" spacing="15.0" style="-fx-background-color: #CECECE;">
-                                       <children>
-                                          <HBox alignment="CENTER" spacing="2.0">
-                                             <children>
-                                                <HBox alignment="CENTER" spacing="5.0">
-                                                   <children>
-                                                      <Label text="précédent">
-                                                         <font>
-                                                            <Font name="Roboto" size="12.0" />
-                                                         </font>
-                                                      </Label>
-                                                      <Button fx:id="btnPrevious" mnemonicParsing="false" styleClass="previous-btn">
-                                                         <cursor>
-                                                            <Cursor fx:constant="HAND" />
-                                                         </cursor>
-                                                      </Button>
-                                                   </children>
-                                                </HBox>
-                                                <HBox alignment="CENTER" spacing="5.0">
-                                                   <children>
-                                                      <Button fx:id="btnNext" mnemonicParsing="false" styleClass="next-btn">
-                                                         <cursor>
-                                                            <Cursor fx:constant="HAND" />
-                                                         </cursor>
-                                                      </Button>
-                                                      <Label text="suivant">
-                                                         <font>
-                                                            <Font name="Roboto" size="12.0" />
-                                                         </font>
-                                                      </Label>
-                                                   </children>
-                                                </HBox>
-                                             </children>
-                                          </HBox>
-                                          <Label fx:id="paginationNumberInfo" text="(200/400)">
-                                             <font>
-                                                <Font name="Roboto" size="12.0" />
-                                             </font>
-                                          </Label>
-                                       </children>
-                                       <padding>
-                                          <Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
-                                       </padding>
-                                    </HBox>
-                                 </children>
-                              </VBox>
-                           </children>
-                        </VBox>
-                     </children>
-                     <padding>
-                        <Insets bottom="12.0" left="12.0" right="12.0" top="12.0" />
-                     </padding>
-                  </VBox>
-                  <HBox alignment="CENTER_RIGHT">
-                     <children>
-                        <Button mnemonicParsing="false" onAction="#close" style="-fx-background-color: #CACACA; -fx-border-color: #A8A8A8;" text="Quitter">
-                           <cursor>
-                              <Cursor fx:constant="HAND" />
-                           </cursor>
-                        </Button>
-                     </children>
-                  </HBox>
-               </children>
-               <padding>
-                  <Insets bottom="12.0" left="30.0" right="30.0" top="20.0" />
-               </padding>
-            </VBox>
-         </children>
-      </VBox>
-   </center>
-   <top>
-      <HBox alignment="CENTER" onMouseDragged="#mouseDraggedTitleBar" onMousePressed="#mousePressedTitleBar" styleClass="title-bar" BorderPane.alignment="CENTER">
-         <children>
-            <HBox alignment="CENTER_LEFT" prefWidth="200.0" HBox.hgrow="ALWAYS">
-               <children>
-                  <Text fill="WHITE" strokeType="OUTSIDE" strokeWidth="0.0" text="Types de fichier au format JSON">
-                     <font>
-                        <Font name="Roboto" size="15.0" />
-                     </font>
-                  </Text>
-               </children>
-               <padding>
-                  <Insets left="30.0" />
-               </padding>
-            </HBox>
-            <HBox alignment="CENTER_RIGHT" prefWidth="200.0" HBox.hgrow="ALWAYS">
-               <children>
-                  <Button mnemonicParsing="false" onAction="#minimize" style="-fx-padding: 5 12 5 12;" styleClass="title-bar-button" visible="false" />
-                  <Button mnemonicParsing="false" onAction="#maximize" style="-fx-padding: 5 12 5 12;" styleClass="title-bar-button" visible="false" />
-                  <Button mnemonicParsing="false" onAction="#close" style="-fx-padding: 3 10 3 10;" styleClass="title-bar-button">
-                     <graphic>
-                        <ImageView fitHeight="15.0" fitWidth="15.0" pickOnBounds="true" preserveRatio="true">
-                           <image>
-                              <Image url="@../../../../../images/fermer.png" />
-                           </image>
-                           <cursor>
-                              <Cursor fx:constant="HAND" />
-                           </cursor>
-                        </ImageView>
-                     </graphic>
-                  </Button>
-               </children>
-            </HBox>
-         </children>
-         <padding>
-            <Insets bottom="2.0" left="2.0" right="2.0" top="2.0" />
-         </padding>
-      </HBox>
-   </top>
-   <stylesheets>
-      <URL value="@../../../../../styles/custom-main-style.css" />
-      <URL value="@../../../../../styles/custom-title-bar.css" />
-   </stylesheets>
-</BorderPane>
diff --git a/fdx_convert/target/classes/importation/validation/data/client/views/jsonstructure/JsonStructureView.fxml b/fdx_convert/target/classes/importation/validation/data/client/views/jsonstructure/JsonStructureView.fxml
deleted file mode 100644
index 62f6cf2..0000000
--- a/fdx_convert/target/classes/importation/validation/data/client/views/jsonstructure/JsonStructureView.fxml
+++ /dev/null
@@ -1,121 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.Button?>
-<?import javafx.scene.control.CheckBox?>
-<?import javafx.scene.control.ComboBox?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.TextField?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.HBox?>
-<?import javafx.scene.layout.VBox?>
-<?import javafx.scene.text.Font?>
-
-<AnchorPane stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1">
-   <children>
-      <VBox fx:id="mainContainer" layoutX="10.0" layoutY="10.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
-         <children>
-            <HBox fx:id="formFieldContainer" alignment="CENTER_LEFT" spacing="5.0">
-               <children>
-                  <Label fx:id="squareBracketLeft" text="[">
-                     <font>
-                        <Font size="24.0" />
-                     </font>
-                  </Label>
-                  <HBox fx:id="fieldContainer" spacing="5.0">
-                     <children>
-                        <HBox alignment="CENTER_LEFT" spacing="5.0">
-                           <children>
-                              <Label text="Nom" />
-                              <TextField fx:id="nameField" maxWidth="120.0" prefWidth="120.0" />
-                           </children>
-                        </HBox>
-                        <HBox alignment="CENTER_LEFT" spacing="5.0">
-                           <children>
-                              <Label text="Type" />
-                              <ComboBox fx:id="typeField" maxWidth="120.0" prefWidth="120.0" />
-                           </children>
-                        </HBox>
-                        <HBox fx:id="formatFieldContainer" alignment="CENTER_LEFT" layoutX="200.0" layoutY="10.0" spacing="5.0">
-                           <children>
-                              <Label text="Format" />
-                              <ComboBox fx:id="formatField" maxWidth="110.0" prefWidth="110.0" />
-                           </children>
-                        </HBox>
-                        <HBox fx:id="delimitorFieldContainer" alignment="CENTER_LEFT" spacing="5.0">
-                           <children>
-                              <Label text="Délimiteur" />
-                              <ComboBox fx:id="delimitorField" maxWidth="110.0" prefWidth="110.0" />
-                           </children>
-                        </HBox>
-                        <HBox alignment="CENTER_LEFT" spacing="5.0">
-                           <children>
-                              <Label text="Taille" />
-                              <TextField fx:id="tailleField" maxWidth="45.0" prefWidth="45.0" />
-                           </children>
-                        </HBox>
-                        <HBox alignment="CENTER_LEFT" spacing="5.0">
-                           <children>
-                              <CheckBox fx:id="requiredField" mnemonicParsing="false" text="Obligatoire" />
-                           </children>
-                        </HBox>
-                        <HBox alignment="CENTER_LEFT" spacing="5.0">
-                           <children>
-                              <CheckBox fx:id="collectionField" mnemonicParsing="false" text="Liste" />
-                           </children>
-                        </HBox>
-                     </children>
-                  </HBox>
-                  <Label fx:id="squareBracketRight" text="]">
-                     <font>
-                        <Font size="24.0" />
-                     </font>
-                  </Label>
-               </children>
-            </HBox>
-            <VBox fx:id="objectContainer" VBox.vgrow="ALWAYS">
-               <children>
-                  <HBox alignment="CENTER_LEFT" spacing="5.0">
-                     <children>
-                        <HBox fx:id="objectContainerleft" alignment="CENTER_LEFT">
-                           <children>
-                              <Label fx:id="objectSquareBracketLeft" text="[">
-                                 <font>
-                                    <Font size="24.0" />
-                                 </font>
-                              </Label>
-                              <Label text="{">
-                                 <font>
-                                    <Font size="24.0" />
-                                 </font>
-                              </Label>
-                           </children>
-                        </HBox>
-                        <Button fx:id="addButton" mnemonicParsing="false" text="+" />
-                     </children>
-                  </HBox>
-                  <VBox fx:id="nestedContainer" spacing="5.0" VBox.vgrow="ALWAYS">
-                     <padding>
-                        <Insets bottom="5.0" left="10.0" right="5.0" top="5.0" />
-                     </padding>
-                  </VBox>
-                  <HBox fx:id="objectContainerRight" alignment="CENTER_LEFT">
-                     <children>
-                        <Label text="}">
-                           <font>
-                              <Font size="24.0" />
-                           </font>
-                        </Label>
-                        <Label fx:id="objectSquareBracketRight" text="]">
-                           <font>
-                              <Font size="24.0" />
-                           </font>
-                        </Label>
-                     </children>
-                  </HBox>
-               </children>
-            </VBox>
-         </children>
-      </VBox>
-   </children>
-</AnchorPane>
diff --git a/fdx_convert/target/maven-archiver/pom.properties b/fdx_convert/target/maven-archiver/pom.properties
index c8b9f0e..bb7f6a2 100644
--- a/fdx_convert/target/maven-archiver/pom.properties
+++ b/fdx_convert/target/maven-archiver/pom.properties
@@ -1,5 +1,5 @@
 #Generated by Maven
-#Thu Jun 18 16:58:31 WAT 2026
+#Fri Jun 19 10:21:46 WAT 2026
 version=1.0
-groupId=com.megatim.importation.validation.data.client
+groupId=com.megatim.com.megatim.fdxconvert
 artifactId=fdx-convert-client
diff --git a/fdx_convert/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/fdx_convert/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
index 77aaa55..da57e7f 100644
--- a/fdx_convert/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
+++ b/fdx_convert/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
@@ -1,173 +1,173 @@
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\FileToValidateDelimiterConstraint.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\AbstractDAO.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\Validateur.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\ParserUtils.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\viewmodel\JsonStructureViewModel.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\DecryptageAESEditFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\DataFileToJsonFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\AlphaNumeriqueFieldService.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\jaxb\ParamValue.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\ConversionModelEditFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\JournalAdvancedSearchFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\DecryptageAESValidator.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\TypeFichierAdvancedSearchFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\ValidateurListFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\ModeleJsonDAO.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\ConfigConstraint.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\TypeFichierDAO.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\ParametreAutoAdvancedSearchFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\JsonStructure.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\MetaAlphaNumeriqueTable.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\KeyToDecryptConstraint.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\ImportData.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\StructureChampJsonEditDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\TacheEditDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\ValidateurEditDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\SubObject.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\JournalTable.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\FileToValidateEditFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\ResultFileParsing.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\ModeleJsonTable.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\FileToValidateDescription.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\ModeleJsonService.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\ConversionModelAdvancedSearchController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\SubObjectEditDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\ValidateurEditFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\ParametreAutoSearchFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\ConversionModelDAO.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\FileToValidateDelimiterValidator.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\TypeFichierSearchFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\TruncatedElementEditFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\DecryptageAES.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\ConfigValidator.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\ImportFile.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\TacheSearchFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\XmlUtils.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\Utilities.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\MetaAlphaNumeriqueField.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\JournalEditDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\JournalListDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\TacheTable.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\SubObjectService.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\DataFileToJson.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\exceptions\AttributeFormatException.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\ConversionModelListDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\ConfigurationService.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\views\jsonstructure\NestedJsonStructure.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\converter\DataTypeConverter.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\ValidateurDAO.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\App.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\TruncatedElementAdvancedSearchFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\TypeFichierListDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\exceptions\ValidatorException.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\jaxb\PredicateConfig.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\TacheJob.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\views\JsonStructureFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\views\JsonStructureTableViewController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\TypeFichierService.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\TypeFichierJsonDAO.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\Test.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\ConversionModelService.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\pojo\PaginationElts.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\StructureChampJsonEditFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\views\jsonstructure\DefaultNestedJsonStructure.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\MainController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\ConfigEditFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\MetaAlphaNumeriqueFieldEditFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\DataTypeValidator.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\TacheListeDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\KeyToDecryptValidator.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\ImportTypeFichierEditFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\TxtFileToValidateEditFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\TypeFichierJson.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\MetaAlphaNumeriqueFieldDAO.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\StructureChampJsonService.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\enums\DataType.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\SChedulerValidator.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\TacheDAO.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\JournalService.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\views\jsonstructure\JsonStructureController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\ConfigurationConversionDelimiterValidator.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\jaxb\EntityList.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\ModeleJsonEditFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\ErrorDirConstraint.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\viewmodel\JsonStructureFormViewModel.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\DataToImport.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\AlphaNumeriqueField.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\FileToValidate.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\DataTypeConstraint.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\jaxb\Entity.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\AproposEditDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\TacheService.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\JournalSearchFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\ModeleJsonEditDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\TypeFichierJsonConverter.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\ConversionModelTable.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\MetaAlphaNumeriqueFieldTable.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\Delimiteur.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\ColumnDefinition.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\TypeFichierJsonService.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\ConversionModel.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\jaxb\Validation.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\DelimiterConstraint.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\AproposEditFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\ConfigurationConversionDelimiterConstraint.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\TypeFichierTable.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\HibernateUtil.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\DataFileToJsonEditDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\TacheEditFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\enums\StatutConverter.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\ModeleJsonListeDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\TacheJobService.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\Count.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\TypeFichier.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\ValidateurTable.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\JsonStructureService.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\ErrorDirValidator.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\TypeFichierEditFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\DecryptageAESConstraint.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\SubObjectTable.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\FileToValidateEditDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\SubObjectEditFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\SchedulerConstraint.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\ImportTypeFichierEditDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\util\SchedulerUtil.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\ValidateurService.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\constraint\DelimiterValidator.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\viewmodel\JsonStructureTableViewModel.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\ConversionModelEditDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\ConfigEditDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\TruncatedElement.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\Configuration.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\DecryptageAESService.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\TruncatedElementSearchFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\TypeFichierEditDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\ConversionModelSearchController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\ModeleJson.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\MetaAlphaNumeriqueFieldEditDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\jaxb\TypeFichierJsonsList.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\JsonDataTypeUtil.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\exceptions\ConfigException.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\ImportFileService.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\Decryptage.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\TruncatedElementService.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\AlphaNumeriqueFieldTable.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\JsonStructureDAO.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\TypeFichierJsonMarshaller.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\forms\JournalEditFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\dao\AlphaNumeriqueFieldDAO.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\Journal.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\search\ValidateurSearchFormController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\TruncatedElementTable.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\TxtFileToValidateEditDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\table\StructureChampJsonTable.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\StructureChampJson.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\views\jsonstructure\NestedJsonStructureFromJsonStructure.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\controller\DecryptageAESEditDialogController.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\jaxb\Assertion.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\model\Tache.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\pojo\TxtFileToValidate.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\ExportToJson.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\util\ValidateurParser.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\service\MetaAlphaNumeriqueFieldService.java
-C:\Users\ASUS\Documents\NetBeansProjects\share_sources\importation-validation-data\src\main\java\com\megatim\fdxconvert\enums\JournalStatut.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\ImportFileService.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\ConfigEditFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\jaxb\Entity.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\TacheTable.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\enums\DataType.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\converter\DataTypeConverter.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\TacheListeDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\TxtFileToValidateEditFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\SubObject.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\KeyToDecryptValidator.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\TypeFichierDAO.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\DataToImport.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\ConfigConstraint.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\DecryptageAESEditFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\ValidateurService.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\ImportTypeFichierEditFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\util\SchedulerUtil.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\TacheEditDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\TypeFichier.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\viewmodel\JsonStructureViewModel.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\DecryptageAESConstraint.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\AbstractDAO.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\JournalService.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\JournalEditFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\ParametreAutoAdvancedSearchFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\Test.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\ConversionModelAdvancedSearchController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\DataFileToJsonFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\ValidateurListFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\Decryptage.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\TxtFileToValidateEditDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\ValidateurSearchFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\TypeFichierJsonDAO.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\ColumnDefinition.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\StructureChampJsonEditFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\jaxb\PredicateConfig.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\ModeleJson.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\ConversionModel.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\TxtFileToValidate.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\Journal.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\AlphaNumeriqueFieldTable.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\Tache.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\FileToValidateEditFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\XmlUtils.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\enums\StatutConverter.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\MetaAlphaNumeriqueField.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\StructureChampJsonService.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\DataTypeConstraint.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\ConversionModelEditFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\StructureChampJsonTable.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\KeyToDecryptConstraint.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\ValidateurTable.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\ValidateurParser.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\SubObjectEditDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\MetaAlphaNumeriqueFieldService.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\TacheService.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\MetaAlphaNumeriqueFieldEditDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\ValidateurEditDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\AproposEditFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\jaxb\Assertion.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\ConfigValidator.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\ImportFile.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\TacheJob.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\jaxb\EntityList.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\views\jsonstructure\NestedJsonStructureFromJsonStructure.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\ConfigurationConversionDelimiterConstraint.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\ConversionModelSearchController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\ExportToJson.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\FileToValidateDelimiterConstraint.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\TruncatedElement.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\ConversionModelTable.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\ResultFileParsing.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\views\jsonstructure\JsonStructureController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\MainController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\ConfigEditDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\TacheJobService.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\SubObjectEditFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\AproposEditDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\FileToValidate.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\Delimiteur.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\StructureChampJsonEditDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\ModeleJsonTable.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\DelimiterValidator.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\MetaAlphaNumeriqueFieldTable.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\AlphaNumeriqueFieldService.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\TypeFichierTable.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\TruncatedElementTable.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\TypeFichierService.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\ImportData.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\MetaAlphaNumeriqueTable.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\jaxb\ParamValue.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\enums\JournalStatut.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\TypeFichierSearchFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\ConversionModelDAO.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\TypeFichierAdvancedSearchFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\TypeFichierJson.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\ConfigurationService.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\jaxb\TypeFichierJsonsList.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\Configuration.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\viewmodel\JsonStructureFormViewModel.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\JournalSearchFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\Count.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\DataFileToJsonEditDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\TacheSearchFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\views\jsonstructure\NestedJsonStructure.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\JsonStructure.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\TruncatedElementService.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\JournalListDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\ModeleJsonEditFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\ConversionModelService.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\ModeleJsonService.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\JsonStructureDAO.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\ConversionModelListDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\JsonDataTypeUtil.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\ConfigurationConversionDelimiterValidator.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\JsonStructureService.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\DataFileToJson.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\views\JsonStructureFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\App.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\StructureChampJson.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\jaxb\Validation.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\MetaAlphaNumeriqueFieldDAO.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\SChedulerValidator.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\exceptions\ConfigException.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\DataTypeValidator.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\DecryptageAESService.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\MetaAlphaNumeriqueFieldEditFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\viewmodel\JsonStructureTableViewModel.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\TypeFichierJsonMarshaller.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\views\jsonstructure\DefaultNestedJsonStructure.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\ConversionModelEditDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\ImportTypeFichierEditDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\exceptions\ValidatorException.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\FileToValidateDescription.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\Utilities.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\TypeFichierEditFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\ErrorDirConstraint.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\ErrorDirValidator.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\SchedulerConstraint.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\FileToValidateEditDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\TruncatedElementAdvancedSearchFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\pojo\DecryptageAES.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\TruncatedElementEditFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\TruncatedElementSearchFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\ParserUtils.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\TypeFichierEditDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\JournalAdvancedSearchFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\HibernateUtil.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\views\JsonStructureTableViewController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\ModeleJsonListeDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\TacheEditFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\DecryptageAESEditDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\TypeFichierJsonService.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\TypeFichierListDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\JournalTable.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\forms\ValidateurEditFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\exceptions\AttributeFormatException.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\table\SubObjectTable.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\DelimiterConstraint.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\ModeleJsonEditDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\JournalEditDialogController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\util\TypeFichierJsonConverter.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\TacheDAO.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\FileToValidateDelimiterValidator.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\SubObjectService.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\AlphaNumeriqueField.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\Validateur.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\controller\search\ParametreAutoSearchFormController.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\ValidateurDAO.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\model\constraint\DecryptageAESValidator.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\service\pojo\PaginationElts.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\AlphaNumeriqueFieldDAO.java
+C:\Users\ASUS\Documents\NetBeansProjects\sources_fdx_convert\fdx_convert\src\main\java\com\megatim\fdxconvert\dao\ModeleJsonDAO.java

--
Gitblit v1.10.0