diff --git a/htdocs/theme/dev/dolibarr.css b/htdocs/theme/dev/dolibarr.css
index 97b701a7d09a94e7fbfc0c4e126b0838fad55e0b..f6d200b06a2a6b1071ecc2620e4085e8769f1bed 100644
--- a/htdocs/theme/dev/dolibarr.css
+++ b/htdocs/theme/dev/dolibarr.css
@@ -29,10 +29,22 @@ BODY
  *   Menu superieur
  */
 
+table.topbarre
+{ 
+  background: #cbcbcb;
+
+  cell-spacing: 0;
+ }
+
 a { 
     text-decoration: none; 
     }
 
+td.menu
+{ 
+  border: 1px solid #000000;
+ }
+
 .menu 
 { 
   background: #cbcbcb;