diff --git a/htdocs/soc.php b/htdocs/soc.php
index a042d523aed5b31bac95bc4c7c8acde397a6f726..9751de699ea8c810e1a0e142e4991684c517eb0a 100644
--- a/htdocs/soc.php
+++ b/htdocs/soc.php
@@ -1,7 +1,7 @@
 <?php
 /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
  * Copyright (C) 2003      Brian Fraval         <brian@fraval.org>
- * Copyright (C) 2004      Laurent Destailleur  <eldy@users.sourceforge.net>
+ * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
  *
  */
 
-/*!	    \file       htdocs/soc.php
+/**	    \file       htdocs/soc.php
 		\ingroup    societe
 		\brief      Onglet societe d'une societe
 		\version    $Revision$
@@ -468,7 +468,7 @@ else
 
       if ($user->rights->societe->supprimer)
 	{	  
-	  print '<a class="tabAction" href="'.DOL_URL_ROOT.'/soc.php?socid='.$soc->id.'&amp;action=delete">'.$langs->trans("Delete").'</a>';
+	  print '<a class="butDelete" href="'.DOL_URL_ROOT.'/soc.php?socid='.$soc->id.'&amp;action=delete">'.$langs->trans("Delete").'</a>';
 
 	}
       print '</div>';