diff --git a/view/Controls/TileView.cs b/view/Controls/TileView.cs
index 742dbabc4e03481848586b3327f7ce793adf1343..f3cf19ba80a70da49fbacaf6dbf0f45085a457b6 100644
--- a/view/Controls/TileView.cs
+++ b/view/Controls/TileView.cs
@@ -14,7 +14,7 @@ namespace Wanderer.view.Controls
             Height = Width;
             FlatStyle = FlatStyle.Flat;
             BackColor = Color.Transparent;
-            Margin.All = 0;
+            
             //Image = imageFromTerrain();
         }
 
diff --git a/view/FormJeu.Designer.cs b/view/FormJeu.Designer.cs
index 45b6ed1d44fc1de3267cf6b7d225c21bd0265cd9..2bed3979d11ec49d32d3db19c6e749df7e7b4c27 100644
--- a/view/FormJeu.Designer.cs
+++ b/view/FormJeu.Designer.cs
@@ -244,11 +244,7 @@ namespace Wanderer.view
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
-<<<<<<< HEAD
-            this.ClientSize = new System.Drawing.Size(1707, 862);
-=======
             this.ClientSize = new System.Drawing.Size(1280, 700);
->>>>>>> 1fdc9c720a8b6d9c61adde7fbe1d4a1a81fe7b57
             this.Controls.Add(this.mapView1);
             this.Controls.Add(this.btnClub);
             this.Controls.Add(this.btnChemin);