diff --git a/htdocs/index.php b/htdocs/index.php
index 86f35d5281064dca649db1471260469a1efd55a5..810bafe7ed429244446a0c589985018e9de4ada1 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -501,8 +501,7 @@ foreach($valid_dashboardlines as $board)
 print '</table>';   // End table array
 
 
-print '</div></div></div><div class="fichecenter"><br>';
-
+print '</div></div></div><div class="clearboth"></div><div class="fichecenter fichecenterbis">';
 
 /*
  * Show boxes
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index b157fa9d47df95f170675945576255dea7c52495..651f3b3027efff467c86e182f9f4fe48b2affde0 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -591,6 +591,9 @@ div.fichecenter {
 	width: 100%;
 	clear: both;	/* This is to have div fichecenter that are true rectangles */
 }
+div.fichecenterbis {
+	margin-top: 8px;
+}
 div.fichethirdleft {
 	<?php if ($conf->browser->layout != 'phone')   { print "float: ".$left.";\n"; } ?>
 	<?php if ($conf->browser->layout != 'phone')   { print "width: 50%;\n"; } ?>
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 6f76a9b4d497912794231066aac5235b141f8358..6dcc831ce7e7bf02c6161da352e37a19c716ac92 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -642,14 +642,17 @@ div.fichecenter {
 	width: 100%;
 	clear: both;	/* This is to have div fichecenter that are true rectangles */
 }
+div.fichecenterbis {
+	margin-top: 8px;
+}
 div.fichethirdleft {
 	<?php if ($conf->browser->layout != 'phone')   { print "float: ".$left.";\n"; } ?>
-	<?php if ($conf->browser->layout != 'phone')   { print "width: 35%;\n"; } ?>
+	<?php if ($conf->browser->layout != 'phone')   { print "width: 50%;\n"; } ?>
 	<?php if ($conf->browser->layout == 'phone') { print "padding-bottom: 6px;\n"; } ?>
 }
 div.fichetwothirdright {
 	<?php if ($conf->browser->layout != 'phone')   { print "float: ".$right.";\n"; } ?>
-	<?php if ($conf->browser->layout != 'phone')   { print "width: 65%;\n"; } ?>
+	<?php if ($conf->browser->layout != 'phone')   { print "width: 50%;\n"; } ?>
 	<?php if ($conf->browser->layout == 'phone') { print "padding-bottom: 6px\n"; } ?>
 }
 div.fichehalfleft {