diff --git a/Sources/Ohara/AppShell.xaml b/Sources/Ohara/AppShell.xaml
index d21618c..e684220 100644
--- a/Sources/Ohara/AppShell.xaml
+++ b/Sources/Ohara/AppShell.xaml
@@ -13,7 +13,7 @@
diff --git a/Sources/Ohara/Ohara.csproj b/Sources/Ohara/Ohara.csproj
index 9ed02fb..9b39ac1 100644
--- a/Sources/Ohara/Ohara.csproj
+++ b/Sources/Ohara/Ohara.csproj
@@ -57,6 +57,9 @@
+
+ PageInfoEquipage.xaml
+
PageEquipage.xaml
@@ -72,6 +75,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile
diff --git a/Sources/Ohara/PageFDD.xaml b/Sources/Ohara/PageFDD.xaml
index 8d60200..68c393b 100644
--- a/Sources/Ohara/PageFDD.xaml
+++ b/Sources/Ohara/PageFDD.xaml
@@ -53,41 +53,44 @@
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/Sources/Ohara/PageInfoEquipage.xaml b/Sources/Ohara/PageInfoEquipage.xaml
new file mode 100644
index 0000000..3d2e572
--- /dev/null
+++ b/Sources/Ohara/PageInfoEquipage.xaml
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sources/Ohara/PageInfoEquipage.xaml.cs b/Sources/Ohara/PageInfoEquipage.xaml.cs
new file mode 100644
index 0000000..9e7bf07
--- /dev/null
+++ b/Sources/Ohara/PageInfoEquipage.xaml.cs
@@ -0,0 +1,18 @@
+using Model.Stub;
+using Model;
+
+namespace Ohara;
+
+public partial class PageInfoEquipage : ContentPage
+{
+ public PageInfoEquipage()
+ {
+ InitializeComponent();
+
+
+ List Lequipage = StubEquipage.RecupererEquipage().ToList();
+
+
+ listeEquip.ItemsSource = Lequipage;
+ }
+}
\ No newline at end of file