diff --git a/Vues/Connexion.xaml b/Vues/Connexion.xaml
index 8393e30..e3870e0 100644
--- a/Vues/Connexion.xaml
+++ b/Vues/Connexion.xaml
@@ -34,7 +34,7 @@
WidthRequest="200"
BackgroundColor="DimGrey"
Placeholder="Identifiant"
- PlaceholderColor="DarkSlateGrey"
+ PlaceholderColor="CornflowerBlue"
/>
+ PlaceholderColor="CornflowerBlue"/>
+ Margin="10"
+ BackgroundColor="#6193b7"
+ BorderColor="CornflowerBlue"/>
diff --git a/Vues/Inscription.xaml b/Vues/Inscription.xaml
index 8fefd90..d241bcb 100644
--- a/Vues/Inscription.xaml
+++ b/Vues/Inscription.xaml
@@ -30,15 +30,15 @@
+ BorderColor="CornflowerBlue"
+ BackgroundColor="#6193b7"/>
diff --git a/Vues/PageConnexion.xaml b/Vues/PageConnexion.xaml
index 8a8cf6e..266ef40 100644
--- a/Vues/PageConnexion.xaml
+++ b/Vues/PageConnexion.xaml
@@ -15,31 +15,33 @@
AlignItems="Center">
+ Text="Bienvenue !"
+ VerticalOptions="Center"
+ HorizontalOptions="Center"
+ FontSize="38"
+ HeightRequest="100" />
+
+
-
-
-
+ Text="Créer un compte"
+ FontSize="20"
+ WidthRequest="250"
+ HeightRequest="70"
+ BorderColor="Black"
+ BorderWidth="2"
+ Margin="5"
+ BackgroundColor="#6193b7"/>
+
diff --git a/Vues/SearchMob.xaml b/Vues/SearchMob.xaml
index c5a6660..97b1eee 100644
--- a/Vues/SearchMob.xaml
+++ b/Vues/SearchMob.xaml
@@ -5,36 +5,41 @@
x:Class="Vues.SearchMob"
>
-
-
-
+
+
+
+ BackgroundColor="#153f5d"
+ toolkit:DockLayout.DockPosition="Left"
+ WidthRequest="350">
+
+
+
+
-
-
-
-
-
-
-
+
+
-
-
-
-
-
+ BackgroundColor="#6193b7"
+ toolkit:DockLayout.DockPosition="Top">
+
+
+
+
\ No newline at end of file