diff --git a/docs/sphinx/_static/layout.css b/docs/sphinx/_static/layout.css
index b6383d2ec494e97469a03f8ca259b7fbd480f2e3..edaac746775b919935695120396b89c31cc17921 100644
--- a/docs/sphinx/_static/layout.css
+++ b/docs/sphinx/_static/layout.css
@@ -2,14 +2,32 @@
     #sidebar { display: none; }
 }
 
+/* Background color for sidebar and navbar */
+:root {
+  --menu-bg-color: #f1f6d0;
+}
+
+
 #sidebar {
     padding-left: 10px;
+    background-color: var(--menu-bg-color);
+}
+
+/* body { */
+/*     padding-top: 120px */
+/* } */
+
+.navbar-default {
+    background-color: var(--menu-bg-color);
+    border-color: var(--menu-bg-color);
 }
 
-.navbar-header {
-    color: #df691a;
+/* To remove project name displayed under logo*/
+a.navbar-brand{
+    color: transparent!important;
 }
 
+/* index gallery scrolled or not ...*/
 .index-gallery {
     overflow-x: scroll;
     overflow-y: hidden;
diff --git a/docs/sphinx/_static/logo_hysop_couleur.png b/docs/sphinx/_static/logo_hysop_couleur.png
index 9de055b0f56d126bcdfd4f421db53f4cc7a80245..5eb92f5b101fb53cef8b622d931470368d5e9b12 100644
Binary files a/docs/sphinx/_static/logo_hysop_couleur.png and b/docs/sphinx/_static/logo_hysop_couleur.png differ
diff --git a/docs/sphinx/_static/logo_ljk_blanc2.png b/docs/sphinx/_static/logo_ljk_blanc2.png
index dbaa23ec3c9901ae65d5b6e34c6aae6ec67d16f8..944016af8a56acfaa537e86424fc6a55b3bc2b66 100644
Binary files a/docs/sphinx/_static/logo_ljk_blanc2.png and b/docs/sphinx/_static/logo_ljk_blanc2.png differ
diff --git a/docs/sphinx/_templates/menu.html b/docs/sphinx/_templates/menu.html
index 84cb866ec1a6e77a7ef81b0e9110a14403211281..aedcfc490910cfb8c2fdbee7404330e92fa3cea5 100644
--- a/docs/sphinx/_templates/menu.html
+++ b/docs/sphinx/_templates/menu.html
@@ -3,6 +3,6 @@
 
 <h3>Links</h3>
 <p><a class="reference external" href="https://gitlab.com/LJK/hysop" target="_top">HySoP on GitLab</a></p>
-<p><a class="reference external" href="http://my.cdash.org/index.php?project=HySoP" target="_top">CDash</a></p>
+<p><a class="reference external" href="http://my.cdash.org/index.php?project=HySoP" target="_top">HySoP dashboard</a></p>
 
 <p><a href="http://ljk.imag.fr/"><img src="{{ pathto('_static/logo_ljk_blanc2.png', 2) }}" " /></a></p>
diff --git a/docs/sphinx/conf.py.in b/docs/sphinx/conf.py.in
index 08c774ba47ca2aeb7d69af600eee60400ff4eb50..c6d9070893cec0f914d4809afb3758b7325d9e76 100644
--- a/docs/sphinx/conf.py.in
+++ b/docs/sphinx/conf.py.in
@@ -72,7 +72,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'HySoP'
-copyright = u'2016, HySoP development team, Laboratoire Jean Kuntzmann.'
+copyright = u'2016, HySoP development team, Laboratoire Jean Kuntzmann'
 author = u'HySoP development team'
 
 # The version info for the project you're documenting, acts as replacement for
@@ -175,7 +175,7 @@ html_logo = "_static/logo_hysop_couleur.png"
 # The name of an image file (within the static path) to use as favicon of the
 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
 # pixels large.
-html_favicon = "_static/logo_hysop_favicon.ico"
+#html_favicon = "_static/logo_hysop_favicon.ico"
 
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
diff --git a/docs/sphinx/index.rst.in b/docs/sphinx/index.rst.in
index 8019b69bb85769a31eb9c084c5e93e1a148b5ab2..1f86f101d59afb2a504e5898a9270a0cdbfc4127 100644
--- a/docs/sphinx/index.rst.in
+++ b/docs/sphinx/index.rst.in
@@ -9,7 +9,11 @@ HySoP software: hybrid simulation with particles
    :hidden:
    :maxdepth: 3
 
-   documentation_index
+   install_guide/index
+   getting_started/index
+   users_guide/index
+   examples/index
+
    license
    contacts