diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php
index 8c1f2af7b1f2ae10612bf7f7624b5e130897ab4e..53153c62189c147c6e23ccdd54c27177ee930681 100644
--- a/htdocs/compta/bank/ligne.php
+++ b/htdocs/compta/bank/ligne.php
@@ -539,7 +539,8 @@ if ($result)
         // Releve rappro
         if ($acct->canBeConciliated() > 0)  // Si compte rapprochable
         {
-            print '<br>'."\n";
+            print '<br><hr>'."\n";
+            
             print load_fiche_titre($langs->trans("Reconciliation"), '', 'title_bank.png');
             print '<form method="POST" action="'.$_SERVER['PHP_SELF'].'?rowid='.$objp->rowid.'">';
             print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 4495f5e2719c7dc47ddaf4a8f83dd74b8a1e7c43..6197458fc741fe8765b4fbdfec6d55f06fc9b1dd 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -388,6 +388,8 @@ input[name=surface] { margin-right: 4px; }
 fieldset { border: 1px solid #AAAAAA !important; }
 .legendforfieldsetstep { padding-bottom: 10px; }
 
+hr { border: 0; border-top: 1px solid #ccc; }
+
 .button, .buttonDelete, input[name="sbmtConnexion"] {
     font-family: <?php print $fontlist ?>;
 	border-color: #c5c5c5;
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index e464482addb5000d00b5cbde3f344a8d086c9860..26c3f75b8e2ce359f0e662825b43fa7f91342b8f 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -393,6 +393,7 @@ input:-moz-placeholder { color:#ccc; }
 fieldset { border: 1px solid #AAAAAA !important; }
 .legendforfieldsetstep { padding-bottom: 10px; }
 
+hr { border: 0; border-top: 1px solid #ccc; }
 
 .button, .buttonDelete, input[name="sbmtConnexion"] {
     font-family: <?php print $fontlist ?>;