diff --git a/layout.css.html b/layout.css.html index 8a4e0c0a6c7e1534bb110694808938bee4418559..56534fe8e4355e736243bb458cad09678c43dde5 100644 --- a/layout.css.html +++ b/layout.css.html @@ -348,8 +348,8 @@ /* Astuce trouvée sur https://stackoverflow.com/questions/1205159/html-css-making-two-floating-divs-the-same-height */ #contenu { overflow: hidden; width: 100%; } #content, #navigation, #extra { - padding-bottom: 500em; - margin-bottom: -500em; + padding-bottom: 5000em; + margin-bottom: -5000em; position: relative; } #contenu:after {