diff --git a/layout.css.html b/layout.css.html
index 39776ef7fb75af22d47a020ab5e8269dee6066b9..b3c4f3bd9a0ecae3f1e3fcf30d162f1f1b9a7205 100644
--- a/layout.css.html
+++ b/layout.css.html
@@ -347,7 +347,7 @@
 
 /* Astuce trouvée sur https://stackoverflow.com/questions/1205159/html-css-making-two-floating-divs-the-same-height */
 /* Mais ça pose problème avec les ancres : http://www.positioniseverything.net/articles/onetruelayout/appendix/equalheightproblems */
-#contenu { overflow: hidden; width: 100%; }
+/*#contenu { overflow: hidden; width: 100%; }
 #content, #navigation, #extra {
 	padding-bottom: 5000em;
 	margin-bottom: -5000em;
@@ -357,4 +357,5 @@
   content: "";
   display: table;
   clear: both;
-}
\ No newline at end of file
+}
+*/
\ No newline at end of file
diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html
index 1c53426dda95e0de7b334ba1ce152b73373d8ae4..d291c6273710f0a65a8bf7a3fa4e40e9c4bccd1b 100644
--- a/stylessoyezcreateurs.css.html
+++ b/stylessoyezcreateurs.css.html
@@ -625,7 +625,7 @@ a#logo { display: block; clear: right; margin-left: 80px; }
 #content[(#CONFIG{soyezcreateurs_layout/positioncartouchetitre,contenu}|=={haut}|oui), .cartouche] { background-color: #GET{c_container_bk};[(#CONFIG{soyezcreateurs_couleurs/transparencecontent,1}|!={1}|oui)background-color: rgba([(#GET{c_container_bk}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/transparencecontent,1});] color: #GET{c_container}; }
 #miettesdepain { background-color: #GET{c_fildariane_bk};[(#CONFIG{soyezcreateurs_couleurs/transparencefildariane,1}|!={1}|oui)background-color: rgba([(#GET{c_fildariane_bk}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/transparencefildariane,1});] color: #GET{c_fildariane}; }
 /* Astuce : https://www.fourfront.us/blog/css-shadow-borders-with-curved-box-shadows */
-#contenu, #content { position:relative; overflow:hidden; }
+#content { position:relative; overflow:hidden; }
 [(#CONFIG{soyezcreateurs_couleurs/ombrecontentbefore,none}!={none}|oui)
 [(#CONFIG{soyezcreateurs_couleurs/ombrecontentbefore,none}|=={left}|oui)
 #content:before {