diff --git a/Vues/Accueil.xaml b/Vues/Accueil.xaml
index 4118dbf..76a9258 100644
--- a/Vues/Accueil.xaml
+++ b/Vues/Accueil.xaml
@@ -1,31 +1,81 @@
+ x:Class="Vues.Accueil"
+ BackgroundImageSource="back.png">
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
+ FontSize="40"
+ HeightRequest="100" />
+
+
+
+
diff --git a/Vues/Accueil.xaml.cs b/Vues/Accueil.xaml.cs
index 4ccf8b0..c7df309 100644
--- a/Vues/Accueil.xaml.cs
+++ b/Vues/Accueil.xaml.cs
@@ -2,8 +2,6 @@
{
public partial class Accueil : ContentPage
{
- int count = 0;
-
public Accueil()
{
InitializeComponent();
diff --git a/Vues/AppShell.xaml b/Vues/AppShell.xaml
index 07401f0..01ea5c2 100644
--- a/Vues/AppShell.xaml
+++ b/Vues/AppShell.xaml
@@ -11,14 +11,6 @@
ContentTemplate="{DataTemplate local:Accueil}"
FlyoutIcon="home.png"
Route="Accueil" />
-
-
+
diff --git a/Vues/Resources/Styles/Colors.xaml b/Vues/Resources/Styles/Colors.xaml
index 94f7eb5..0a2233e 100644
--- a/Vues/Resources/Styles/Colors.xaml
+++ b/Vues/Resources/Styles/Colors.xaml
@@ -40,5 +40,9 @@
#3E8EED
#72ACF1
#A7CBF6
+
+
+
+ #6193b7
\ No newline at end of file