diff --git a/Sources/Ohara/AppShell.xaml b/Sources/Ohara/AppShell.xaml
index 30998c4..8cd2dec 100644
--- a/Sources/Ohara/AppShell.xaml
+++ b/Sources/Ohara/AppShell.xaml
@@ -8,7 +8,7 @@
diff --git a/Sources/Ohara/MainPage.xaml b/Sources/Ohara/MainPage.xaml
index 377ca3d..93bdbe3 100644
--- a/Sources/Ohara/MainPage.xaml
+++ b/Sources/Ohara/MainPage.xaml
@@ -17,12 +17,13 @@
-
+
-
+
+
diff --git a/Sources/Ohara/NewPage1.xaml b/Sources/Ohara/NewPage1.xaml
index 33b9949..68a34f6 100644
--- a/Sources/Ohara/NewPage1.xaml
+++ b/Sources/Ohara/NewPage1.xaml
@@ -2,11 +2,53 @@
-
-
-
-
\ No newline at end of file
+ BackgroundColor="#e2edf1">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sources/Ohara/NewPage2.xaml b/Sources/Ohara/NewPage2.xaml
new file mode 100644
index 0000000..b525072
--- /dev/null
+++ b/Sources/Ohara/NewPage2.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sources/Ohara/NewPage2.xaml.cs b/Sources/Ohara/NewPage2.xaml.cs
new file mode 100644
index 0000000..07d7872
--- /dev/null
+++ b/Sources/Ohara/NewPage2.xaml.cs
@@ -0,0 +1,9 @@
+namespace Ohara;
+
+public partial class NewPage2 : ContentPage
+{
+ public NewPage2()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Sources/Ohara/Ohara.csproj b/Sources/Ohara/Ohara.csproj
index d6e4fbd..d4d1e5e 100644
--- a/Sources/Ohara/Ohara.csproj
+++ b/Sources/Ohara/Ohara.csproj
@@ -56,6 +56,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
diff --git a/Sources/Ohara/Resources/Images/carte.png b/Sources/Ohara/Resources/Images/carte.png
new file mode 100644
index 0000000..2aaa1cd
Binary files /dev/null and b/Sources/Ohara/Resources/Images/carte.png differ
diff --git a/Sources/Ohara/Resources/Styles/Styles.xaml b/Sources/Ohara/Resources/Styles/Styles.xaml
index e79daa6..950ce05 100644
--- a/Sources/Ohara/Resources/Styles/Styles.xaml
+++ b/Sources/Ohara/Resources/Styles/Styles.xaml
@@ -427,5 +427,6 @@
+