diff --git a/htdocs/compta/facture/fiche-rec.php b/htdocs/compta/facture/fiche-rec.php
index 02d73e816baaf0fc1d3350c4ab96b53e028c6b20..38e4b8f5d985e5e26d7d9d25fb3087a6e15ef6a1 100644
--- a/htdocs/compta/facture/fiche-rec.php
+++ b/htdocs/compta/facture/fiche-rec.php
@@ -1,6 +1,6 @@
 <?php
 /* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
- * Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
+ * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
  * Copyright (C) 2005-2009 Regis Houssin        <regis@dolibarr.fr>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -167,7 +167,7 @@ if ($_GET["action"] == 'create')
 		/*
 		 * Invoice lines
 		 */
-		print '<table class="noborder" width="100%">';
+		print '<table class="notopnoleftnoright" width="100%">';
 		print '<tr><td colspan="3">';
 
 		$sql = 'SELECT l.fk_product, l.product_type, l.description, l.qty, l.rowid, l.tva_tx,';