diff --git a/Sources/IHM/AppShellDesktop.xaml b/Sources/IHM/AppShellDesktop.xaml
index 16d34e1..a84f38e 100644
--- a/Sources/IHM/AppShellDesktop.xaml
+++ b/Sources/IHM/AppShellDesktop.xaml
@@ -8,7 +8,7 @@
Shell.NavBarIsVisible="False">
diff --git a/Sources/IHM/Desktop/Compte.xaml b/Sources/IHM/Desktop/Compte.xaml
index 56db4d6..1d13733 100644
--- a/Sources/IHM/Desktop/Compte.xaml
+++ b/Sources/IHM/Desktop/Compte.xaml
@@ -4,27 +4,39 @@
x:Class="IHM.Desktop.Compte"
Title="Compte"
BackgroundColor="{StaticResource Yellow300Accent}">
-
+
+
+ Text="Compte courant --- 'BINDING'"
+ HorizontalOptions="Center"
+ VerticalOptions="CenterAndExpand"
+ FontFamily="Comic Sans MS"
+ FontSize="20"/>
+ x:Name="ConnexionButton"
+ Text="Modifier votre solde"
+ TextColor="Black"
+ VerticalOptions="Fill"
+ Margin="20"
+ CornerRadius="20"
+ BorderWidth="2"
+ BorderColor="Black"
+ FontFamily="Comic Sans MS"
+ Background="{StaticResource TestColor}"/>
+
\ No newline at end of file
diff --git a/Sources/IHM/Resources/Styles/Colors.xaml b/Sources/IHM/Resources/Styles/Colors.xaml
index 245758b..3e08892 100644
--- a/Sources/IHM/Resources/Styles/Colors.xaml
+++ b/Sources/IHM/Resources/Styles/Colors.xaml
@@ -41,4 +41,11 @@
#72ACF1
#A7CBF6
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sources/IHM/Resources/Styles/Styles.xaml b/Sources/IHM/Resources/Styles/Styles.xaml
index 1c4569e..a00e7e9 100644
--- a/Sources/IHM/Resources/Styles/Styles.xaml
+++ b/Sources/IHM/Resources/Styles/Styles.xaml
@@ -219,6 +219,8 @@
+
+