diff --git a/Sources/Ohara/AppShell.xaml b/Sources/Ohara/AppShell.xaml
index 3058a7d..97c8cea 100644
--- a/Sources/Ohara/AppShell.xaml
+++ b/Sources/Ohara/AppShell.xaml
@@ -13,8 +13,8 @@
+ ContentTemplate="{DataTemplate local:PageInfoBestiaire}"
+ Route="PageInfoBestiaire" />
diff --git a/Sources/Ohara/Ohara.csproj b/Sources/Ohara/Ohara.csproj
index 6055149..6b7e757 100644
--- a/Sources/Ohara/Ohara.csproj
+++ b/Sources/Ohara/Ohara.csproj
@@ -57,6 +57,9 @@
+
+ PageInfoBestiaire.xaml
+
PageIle.xaml
@@ -81,6 +84,9 @@
+
+ MSBuild:Compile
+
MSBuild:Compile
diff --git a/Sources/Ohara/PageBateau.xaml b/Sources/Ohara/PageBateau.xaml
index 272c75a..ceb2475 100644
--- a/Sources/Ohara/PageBateau.xaml
+++ b/Sources/Ohara/PageBateau.xaml
@@ -83,37 +83,24 @@
-
+
-
+
-
+
@@ -125,18 +112,6 @@
-
-
-
-
-
-
-
-
-
diff --git a/Sources/Ohara/PageBestiaire.xaml b/Sources/Ohara/PageBestiaire.xaml
index f9519d6..27a104e 100644
--- a/Sources/Ohara/PageBestiaire.xaml
+++ b/Sources/Ohara/PageBestiaire.xaml
@@ -57,7 +57,7 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+ FontSize="19"
+ TextColor="White"
+ FontAttributes="Bold" />
+
+
-
-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sources/Ohara/PageEquipage.xaml.cs b/Sources/Ohara/PageEquipage.xaml.cs
index 636063b..dd0287d 100644
--- a/Sources/Ohara/PageEquipage.xaml.cs
+++ b/Sources/Ohara/PageEquipage.xaml.cs
@@ -7,10 +7,7 @@ public partial class PageEquipage : ContentPage
public PageEquipage()
{
InitializeComponent();
-
List Lequipage = StubEquipage.RecupererEquipage().ToList();
-
-
listeEquip.ItemsSource = Lequipage;
}
private async void Hyperlink_Accueil(object sender, EventArgs e)
diff --git a/Sources/Ohara/PageFDD.xaml b/Sources/Ohara/PageFDD.xaml
index 42607b5..4a9757c 100644
--- a/Sources/Ohara/PageFDD.xaml
+++ b/Sources/Ohara/PageFDD.xaml
@@ -65,9 +65,7 @@
-
diff --git a/Sources/Ohara/PageIle.xaml b/Sources/Ohara/PageIle.xaml
index e838de1..dc3ddd0 100644
--- a/Sources/Ohara/PageIle.xaml
+++ b/Sources/Ohara/PageIle.xaml
@@ -83,37 +83,23 @@
-
+
-
+
-
-
+
diff --git a/Sources/Ohara/PageInfoBestiaire.xaml b/Sources/Ohara/PageInfoBestiaire.xaml
new file mode 100644
index 0000000..e910469
--- /dev/null
+++ b/Sources/Ohara/PageInfoBestiaire.xaml
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sources/Ohara/PageInfoBestiaire.xaml.cs b/Sources/Ohara/PageInfoBestiaire.xaml.cs
new file mode 100644
index 0000000..05b6114
--- /dev/null
+++ b/Sources/Ohara/PageInfoBestiaire.xaml.cs
@@ -0,0 +1,16 @@
+using Model.Stub;
+using Model;
+
+namespace Ohara;
+
+public partial class PageInfoBestiaire : ContentPage
+{
+ public PageInfoBestiaire()
+ {
+ InitializeComponent();
+ List Lbest = StubBestiaire.RecupererBestiaire().ToList();
+
+
+ listeBest.ItemsSource = Lbest;
+ }
+}
\ No newline at end of file
diff --git a/Sources/Ohara/PagePersonnage.xaml b/Sources/Ohara/PagePersonnage.xaml
index e248000..e311f9f 100644
--- a/Sources/Ohara/PagePersonnage.xaml
+++ b/Sources/Ohara/PagePersonnage.xaml
@@ -69,13 +69,13 @@
-
+
-
-
-
+
+
+
-
+
diff --git a/Sources/Ohara/Resources/Styles/Styles.xaml b/Sources/Ohara/Resources/Styles/Styles.xaml
index ba43b25..5510a60 100644
--- a/Sources/Ohara/Resources/Styles/Styles.xaml
+++ b/Sources/Ohara/Resources/Styles/Styles.xaml
@@ -525,22 +525,71 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
+
+