diff --git a/Sources/IHM/Desktop/Compte.xaml b/Sources/IHM/Desktop/Compte.xaml
index 1d13733..b9b1ffc 100644
--- a/Sources/IHM/Desktop/Compte.xaml
+++ b/Sources/IHM/Desktop/Compte.xaml
@@ -4,16 +4,14 @@
x:Class="IHM.Desktop.Compte"
Title="Compte"
BackgroundColor="{StaticResource Yellow300Accent}">
+
+ Style="{StaticResource TitreWindows}"/>
-
+ Style="{StaticResource WindowsButton}"
+ VerticalOptions="Fill"/>
+
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/Echeancier.xaml b/Sources/IHM/Desktop/Echeancier.xaml
index da0f743..4d8ad81 100644
--- a/Sources/IHM/Desktop/Echeancier.xaml
+++ b/Sources/IHM/Desktop/Echeancier.xaml
@@ -2,11 +2,27 @@
-
+ Title="Echeancier"
+ BackgroundColor="{StaticResource Yellow300Accent}">
+
+
+
+ Style="{StaticResource TitreWindows}"
+ Text="ECHEANCIER"
+ VerticalOptions="StartAndExpand"/>
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/Operations.xaml b/Sources/IHM/Desktop/Operations.xaml
index 3d64d07..224b45c 100644
--- a/Sources/IHM/Desktop/Operations.xaml
+++ b/Sources/IHM/Desktop/Operations.xaml
@@ -2,11 +2,35 @@
+ Title="Operations"
+ BackgroundColor="{StaticResource Yellow300Accent}">
+ Style="{StaticResource TitreWindows}"
+ Text="OPERATION"
+ VerticalOptions="StartAndExpand"/>
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/Planification.xaml b/Sources/IHM/Desktop/Planification.xaml
index e90603a..411eae6 100644
--- a/Sources/IHM/Desktop/Planification.xaml
+++ b/Sources/IHM/Desktop/Planification.xaml
@@ -3,6 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="IHM.Desktop.Planification"
Title="Planification">
+
@@ -31,7 +32,7 @@
--->s
+-->
diff --git a/Sources/IHM/Resources/Styles/Styles.xaml b/Sources/IHM/Resources/Styles/Styles.xaml
index a00e7e9..985d195 100644
--- a/Sources/IHM/Resources/Styles/Styles.xaml
+++ b/Sources/IHM/Resources/Styles/Styles.xaml
@@ -397,4 +397,21 @@
+
+
+
+