diff --git a/htdocs/categories/index.php b/htdocs/categories/index.php
index 9f41c0b016a..d6a314791c8 100644
--- a/htdocs/categories/index.php
+++ b/htdocs/categories/index.php
@@ -65,9 +65,12 @@ $arrayofcss=array('/includes/jquery/plugins/jquerytreeview/jquery.treeview.css')
llxHeader('',$title,'','',0,0,$arrayofjs,$arrayofcss);
-$newcardbutton = ''.$langs->trans("NewCategory").'';
-$newcardbutton.= '';
-$newcardbutton.= '';
+$newcardbutton='';
+if($user->rights->categorie->creer) {
+ $newcardbutton = ''.$langs->trans("NewCategory").'';
+ $newcardbutton.= '';
+ $newcardbutton.= '';
+}
print load_fiche_titre($title, $newcardbutton);