diff --git a/www/css/style.css b/www/css/style.css
index a799a2397e348f73127f75c8b4574c7d35ef2073..6a771190abc81f9ae733825eb31d73f04b43817e 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -264,5 +264,8 @@
   top:16px !important;
 }
 
+#settings .item-divider {
+    background-color: #f5f5f5;
+}
 
 
diff --git a/www/i18n/locale-en.json b/www/i18n/locale-en.json
index b110395dddc40c24533b7e0039047c288b4bb279..8a94c1cfcce6551eca7d04759729d4ad6a10b459 100644
--- a/www/i18n/locale-en.json
+++ b/www/i18n/locale-en.json
@@ -54,6 +54,7 @@
   },
   "SETTINGS": {
     "TITLE": "Setting",
+    "TECHNICAL_SETTINGS": "Technical settings",
     "NODE": "Duniter Node",
     "NODE_HELP": "server.domain.com:port",
     "POPUP_NODE": {
diff --git a/www/i18n/locale-fr-FR.json b/www/i18n/locale-fr-FR.json
index 2e4e95c82c8b49b8d658b7c8b17f7974d092b0cd..2b906a5ff506b00c45401db651f508f429ec33a6 100644
--- a/www/i18n/locale-fr-FR.json
+++ b/www/i18n/locale-fr-FR.json
@@ -54,6 +54,7 @@
   },
   "SETTINGS": {
     "TITLE": "Paramètres",
+    "TECHNICAL_SETTINGS": "Paramètres techniques",
     "NODE": "Noeud",
     "NODE_HELP": "server.domain.com:port",
     "POPUP_NODE": {
diff --git a/www/js/config.js b/www/js/config.js
index bd25f67175176fa5b1eb3d5e300159f137db9e1a..ef0cf356a74744a59fda9eb8070df201206f5335 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -15,7 +15,7 @@ angular.module("cesium.config", [])
 	"DEBUG": false,
 	"NATIVE_TRANSITION": false,
 	"VERSION": "0.0.3",
-	"BUILD_DATE": "2016-05-26T13:50:17.773Z"
+	"BUILD_DATE": "2016-05-26T17:36:25.682Z"
 })
 
 ;
\ No newline at end of file
diff --git a/www/templates/settings/settings.html b/www/templates/settings/settings.html
index 975fb3f31cca8708470b75937275541e0d77fc38..6d851eb050b4c699085f1dc20b4237df72802a3d 100644
--- a/www/templates/settings/settings.html
+++ b/www/templates/settings/settings.html
@@ -1,5 +1,6 @@
 <ion-view left-buttons="leftButtons"
-          view-title="{{'SETTINGS.TITLE' | translate}}">
+          view-title="{{'SETTINGS.TITLE' | translate}}"
+          id="settings">
 
     <ion-content >
         <div class="item item-toggle dark">
@@ -22,6 +23,10 @@
         </select>
       </label>
 
+      <span class="item item-divider">
+        {{'SETTINGS.TECHNICAL_SETTINGS' | translate}}
+      </span>
+
       <div class="item" ng-click="changeNode()">
         {{'SETTINGS.NODE' | translate}}
         <span class="item-note">{{formData.node}}</span>