diff --git a/AideDeJeu/AideDeJeu/AideDeJeu.csproj b/AideDeJeu/AideDeJeu/AideDeJeu.csproj
index 770fc763..0debe83e 100644
--- a/AideDeJeu/AideDeJeu/AideDeJeu.csproj
+++ b/AideDeJeu/AideDeJeu/AideDeJeu.csproj
@@ -157,6 +157,21 @@
     
       MSBuild:UpdateDesignTimeXaml
     
+    
+      MSBuild:UpdateDesignTimeXaml
+    
+    
+      MSBuild:UpdateDesignTimeXaml
+    
+    
+      MSBuild:UpdateDesignTimeXaml
+    
+    
+      MSBuild:UpdateDesignTimeXaml
+    
+    
+      MSBuild:UpdateDesignTimeXaml
+    
     
       MSBuild:UpdateDesignTimeXaml
     
@@ -169,6 +184,9 @@
     
       MSBuild:UpdateDesignTimeXaml
     
+    
+      MSBuild:UpdateDesignTimeXaml
+    
     
       MSBuild:UpdateDesignTimeXaml
     
diff --git a/AideDeJeu/AideDeJeu/Views/PlayerCharacter/AbilitiesView.xaml b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/AbilitiesView.xaml
new file mode 100644
index 00000000..db793620
--- /dev/null
+++ b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/AbilitiesView.xaml
@@ -0,0 +1,77 @@
+
+
+    
+        
+            
+            
+        
+    
+    
+        
+            
+                
+                    
+                
+                
+                    
+                        
+                            
+                                
+                                
+                                
+                                
+                                
+                            
+                            
+                            
+                            
+                            
+                        
+                        
+                        
+                        
+                        
+                        
+                        
+                    
+                
+
+                
+            
+        
+    
+
\ No newline at end of file
diff --git a/AideDeJeu/AideDeJeu/Views/PlayerCharacter/AbilitiesView.xaml.cs b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/AbilitiesView.xaml.cs
new file mode 100644
index 00000000..4486a581
--- /dev/null
+++ b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/AbilitiesView.xaml.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+using Xamarin.Forms;
+using Xamarin.Forms.Xaml;
+
+namespace AideDeJeu.Views.PlayerCharacter
+{
+    [XamlCompilation(XamlCompilationOptions.Compile)]
+    public partial class AbilitiesView : ContentView
+    {
+        public AbilitiesView()
+        {
+            InitializeComponent();
+        }
+    }
+}
\ No newline at end of file
diff --git a/AideDeJeu/AideDeJeu/Views/PlayerCharacter/BackgroundView.xaml b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/BackgroundView.xaml
new file mode 100644
index 00000000..325e3757
--- /dev/null
+++ b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/BackgroundView.xaml
@@ -0,0 +1,73 @@
+
+
+    
+        
+            
+            
+        
+    
+    
+        
+            
+
+                
+                
+
+                
+                
+
+                
+                
+
+                
+                    
+                        
+                        
+                    
+                
+                
+                    
+                        
+                        
+                    
+                
+                
+                    
+                        
+                        
+                    
+                
+                
+                    
+                        
+                        
+                    
+                
+                
+                    
+                        
+                        
+                    
+                
+
+                
+
+                
+
+                
+
+                
+
+                
+
+            
+        
+    
+
\ No newline at end of file
diff --git a/AideDeJeu/AideDeJeu/Views/PlayerCharacter/BackgroundView.xaml.cs b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/BackgroundView.xaml.cs
new file mode 100644
index 00000000..9ac59fad
--- /dev/null
+++ b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/BackgroundView.xaml.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+using Xamarin.Forms;
+using Xamarin.Forms.Xaml;
+
+namespace AideDeJeu.Views.PlayerCharacter
+{
+    [XamlCompilation(XamlCompilationOptions.Compile)]
+    public partial class BackgroundView : ContentView
+    {
+        public BackgroundView()
+        {
+            InitializeComponent();
+        }
+    }
+}
\ No newline at end of file
diff --git a/AideDeJeu/AideDeJeu/Views/PlayerCharacter/ClassView.xaml b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/ClassView.xaml
new file mode 100644
index 00000000..c1c4523b
--- /dev/null
+++ b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/ClassView.xaml
@@ -0,0 +1,52 @@
+
+
+    
+        
+            
+            
+        
+    
+    
+        
+            
+                
+                
+
+                
+                    
+
+                        
+                        
+                        
+
+                        
+                        
+                        
+                        
+                        
+
+                        
+
+                        
+                            
+                                
+                                    
+                                        
+                                    
+                                
+                            
+                        
+
+                    
+                
+
+                
+            
+        
+    
+
\ No newline at end of file
diff --git a/AideDeJeu/AideDeJeu/Views/PlayerCharacter/ClassView.xaml.cs b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/ClassView.xaml.cs
new file mode 100644
index 00000000..bf09241a
--- /dev/null
+++ b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/ClassView.xaml.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+using Xamarin.Forms;
+using Xamarin.Forms.Xaml;
+
+namespace AideDeJeu.Views.PlayerCharacter
+{
+    [XamlCompilation(XamlCompilationOptions.Compile)]
+    public partial class ClassView : ContentView
+    {
+        public ClassView()
+        {
+            InitializeComponent();
+        }
+    }
+}
\ No newline at end of file
diff --git a/AideDeJeu/AideDeJeu/Views/PlayerCharacter/EquipmentView.xaml b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/EquipmentView.xaml
new file mode 100644
index 00000000..5d9c8889
--- /dev/null
+++ b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/EquipmentView.xaml
@@ -0,0 +1,20 @@
+
+
+    
+        
+            
+            
+        
+    
+    
+        
+            
+            
+        
+    
+
\ No newline at end of file
diff --git a/AideDeJeu/AideDeJeu/Views/PlayerCharacter/EquipmentView.xaml.cs b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/EquipmentView.xaml.cs
new file mode 100644
index 00000000..6a96b504
--- /dev/null
+++ b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/EquipmentView.xaml.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+using Xamarin.Forms;
+using Xamarin.Forms.Xaml;
+
+namespace AideDeJeu.Views.PlayerCharacter
+{
+    [XamlCompilation(XamlCompilationOptions.Compile)]
+    public partial class EquipmentView : ContentView
+    {
+        public EquipmentView()
+        {
+            InitializeComponent();
+        }
+    }
+}
\ No newline at end of file
diff --git a/AideDeJeu/AideDeJeu/Views/PlayerCharacter/FinalizeView.xaml b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/FinalizeView.xaml
new file mode 100644
index 00000000..3132ee3a
--- /dev/null
+++ b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/FinalizeView.xaml
@@ -0,0 +1,26 @@
+
+
+    
+        
+            
+            
+        
+    
+    
+        
+            
+                
+                
+                
+
+                
+                
+            
+        
+    
+
\ No newline at end of file
diff --git a/AideDeJeu/AideDeJeu/Views/PlayerCharacter/FinalizeView.xaml.cs b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/FinalizeView.xaml.cs
new file mode 100644
index 00000000..bde5d893
--- /dev/null
+++ b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/FinalizeView.xaml.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+using Xamarin.Forms;
+using Xamarin.Forms.Xaml;
+
+namespace AideDeJeu.Views.PlayerCharacter
+{
+    [XamlCompilation(XamlCompilationOptions.Compile)]
+    public partial class FinalizeView : ContentView
+    {
+        public FinalizeView()
+        {
+            InitializeComponent();
+        }
+    }
+}
\ No newline at end of file
diff --git a/AideDeJeu/AideDeJeu/Views/PlayerCharacter/PlayerCharacterEditorPage.xaml b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/PlayerCharacterEditorPage.xaml
index 84f9ef13..c5f1b9da 100644
--- a/AideDeJeu/AideDeJeu/Views/PlayerCharacter/PlayerCharacterEditorPage.xaml
+++ b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/PlayerCharacterEditorPage.xaml
@@ -67,51 +67,9 @@
                 
                 
             
+            
             
-            
             
         
     
@@ -125,10 +83,13 @@
                 
                 
             
-            
+
+            
+
+            
+                    -->
+                    -->
             
             
         
@@ -175,19 +136,22 @@
                 
                 
             
-            
+
+            
+
+            
+                    -->
                     
+                -->
-                    
+                    -->
+                    
             
             
         
@@ -246,7 +210,11 @@
                 
                 
             
-            
+
+            
+
+
+            
+                -->
             
             
         
@@ -321,10 +289,13 @@
                 
                 
             
-            
+
+            
+
+            
             
             
         
@@ -339,16 +310,20 @@
                 
                 
             
-            
+
+            
+
+
+            
+                    -->
+                    -->
             
             
         
@@ -364,10 +339,12 @@
                 
             
 
-            
+            
+
+            
             
         
     
diff --git a/AideDeJeu/AideDeJeu/Views/PlayerCharacter/RaceView.xaml b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/RaceView.xaml
index 42bba6fe..860b2b1a 100644
--- a/AideDeJeu/AideDeJeu/Views/PlayerCharacter/RaceView.xaml
+++ b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/RaceView.xaml
@@ -1,18 +1,17 @@
 
 
     
         
             
             
         
-
     
-  
+    
         
             
                 
diff --git a/AideDeJeu/AideDeJeu/Views/PlayerCharacter/ResumeView.xaml b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/ResumeView.xaml
new file mode 100644
index 00000000..42a2ddaf
--- /dev/null
+++ b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/ResumeView.xaml
@@ -0,0 +1,20 @@
+
+
+    
+        
+            
+            
+        
+    
+    
+        
+            
+            
+        
+    
+
\ No newline at end of file
diff --git a/AideDeJeu/AideDeJeu/Views/PlayerCharacter/ResumeView.xaml.cs b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/ResumeView.xaml.cs
new file mode 100644
index 00000000..804a9b0e
--- /dev/null
+++ b/AideDeJeu/AideDeJeu/Views/PlayerCharacter/ResumeView.xaml.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+using Xamarin.Forms;
+using Xamarin.Forms.Xaml;
+
+namespace AideDeJeu.Views.PlayerCharacter
+{
+    [XamlCompilation(XamlCompilationOptions.Compile)]
+    public partial class ResumeView : ContentView
+    {
+        public ResumeView()
+        {
+            InitializeComponent();
+        }
+    }
+}
\ No newline at end of file