diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php
index b2cae60f115a93fa10060a2151ff44dc1b4b761d..1ec2c7b258b0c7abe0ef3f7461e200671285428c 100644
--- a/htdocs/comm/propal.php
+++ b/htdocs/comm/propal.php
@@ -2119,8 +2119,8 @@ else
 		}
 
 		print '</div>';
-		print "<br>\n";
 	}
+	print "<br>\n";
 
 	if ($action != 'presend')
 	{
diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php
index b8658408e487afb3409ede6d1d54c7ba2b80f8ad..3dde52a460c9b454bf2ccfd7a27686a20be7cb41 100644
--- a/htdocs/commande/fiche.php
+++ b/htdocs/commande/fiche.php
@@ -2307,7 +2307,7 @@ else
 
 		/*
 		 * Boutons actions
-		*/
+		 */
 		if ($action != 'presend')
 		{
 			if ($user->societe_id == 0 && $action <> 'editline')
@@ -2435,8 +2435,8 @@ else
 
 				print '</div>';
 			}
-			print '<br>';
 		}
+		print '<br>';
 
 
 		if ($action != 'presend')
diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index 76ecaa5b1ade55cc2c2760e65422512eca01381c..53e839e024111f43bc5eefaabae72c02fd0b1e61 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -3440,7 +3440,7 @@ else if ($id > 0 || ! empty($ref))
                 print '</div>';
             }
         }
-
+        print '<br>';
 
         if ($action != 'prerelance' && $action != 'presend')
         {
@@ -3457,7 +3457,6 @@ else if ($id > 0 || ! empty($ref))
             $genallowed=$user->rights->facture->creer;
             $delallowed=$user->rights->facture->supprimer;
 
-            print '<br>';
             print $formfile->showdocuments('facture',$filename,$filedir,$urlsource,$genallowed,$delallowed,$object->modelpdf,1,0,0,28,0,'','','',$soc->default_lang);
             $somethingshown=$formfile->numoffiles;
 
@@ -3476,8 +3475,6 @@ else if ($id > 0 || ! empty($ref))
 			print '</div><div class="fichehalfright"><div class="ficheaddleft">';
             //print '</td><td valign="top" width="50%">';
 
-            print '<br>';
-
             // List of actions on element
             include_once DOL_DOCUMENT_ROOT.'/core/class/html.formactions.class.php';
             $formactions=new FormActions($db);
diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php
index a97148ab53122f55c9cd007b1b965807d1073087..653397cfaf596da24e9f5b0a0f3fc1e0e994cc73 100644
--- a/htdocs/fourn/commande/fiche.php
+++ b/htdocs/fourn/commande/fiche.php
@@ -1762,6 +1762,8 @@ elseif (! empty($object->id))
 
 			print "</div>";
 		}
+		print "<br>";
+
 
 		print '<div class="fichecenter"><div class="fichehalfleft">';
 		//print '<table width="100%"><tr><td width="50%" valign="top">';
diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php
index 3c9b268e49209567a788ceed630474b61f63157c..6ed624b82fa9ec86f7dd5173cc81e8b67cc98f04 100644
--- a/htdocs/fourn/facture/fiche.php
+++ b/htdocs/fourn/facture/fiche.php
@@ -2054,10 +2054,11 @@ else
                 print '<a class="butActionDelete" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=delete">'.$langs->trans('Delete').'</a>';
             }
             print '</div>';
+            print '<br>';
 
             if ($action != 'edit')
             {
-				print '</div><div class="fichehalfright"><div class="ficheaddleft">';
+				print '<div class="fichecenter"><div class="fichehalfleft">';
             	//print '<table width="100%"><tr><td width="50%" valign="top">';
                 //print '<a name="builddoc"></a>'; // ancre
 
@@ -2073,7 +2074,6 @@ else
                 $delallowed=$user->rights->fournisseur->facture->supprimer;
                 $modelpdf=(! empty($object->modelpdf)?$object->modelpdf:(empty($conf->global->INVOICE_SUPPLIER_ADDON_PDF)?'':$conf->global->INVOICE_SUPPLIER_ADDON_PDF));
 
-                print '<br>';
                 print $formfile->showdocuments('facture_fournisseur',$subdir,$filedir,$urlsource,$genallowed,$delallowed,$modelpdf,1,0,0,0,0,'','','',$societe->default_lang);
                 $somethingshown=$formfile->numoffiles;