diff --git a/Sources/IHM/Desktop/CV_debit.xaml.cs b/Sources/IHM/Desktop/CV_debit.xaml.cs
index d322383..b9a383e 100644
--- a/Sources/IHM/Desktop/CV_debit.xaml.cs
+++ b/Sources/IHM/Desktop/CV_debit.xaml.cs
@@ -22,7 +22,7 @@ public partial class CV_debit : ContentView
private void Button_Valider(object sender, EventArgs e)
{
string nom = name.Text;
- double Montant = Double.Parse(montant.Text);
+ double Montant = double.Parse(montant.Text);
string Type = type.Text;
string Tag = tag.Text;
DateTime Date = date.Date;
diff --git a/Sources/IHM/Desktop/Compte.xaml b/Sources/IHM/Desktop/Compte.xaml
index df95d4f..717777c 100644
--- a/Sources/IHM/Desktop/Compte.xaml
+++ b/Sources/IHM/Desktop/Compte.xaml
@@ -9,8 +9,9 @@
-
-
+
+
+
@@ -38,31 +39,38 @@
-
+
-
-
-
-
+
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+