diff --git a/src/common/templates/common/base.html b/src/common/templates/common/base.html
index 57cf432..506118e 100644
--- a/src/common/templates/common/base.html
+++ b/src/common/templates/common/base.html
@@ -18,10 +18,8 @@
+ {% include "common/navbar.html" %}
- {% if user.is_authenticated %}
-
Déconnexion
- {% endif %}
{% block content %}
{% endblock %}
diff --git a/src/common/templates/common/navbar.html b/src/common/templates/common/navbar.html
new file mode 100644
index 0000000..75608d8
--- /dev/null
+++ b/src/common/templates/common/navbar.html
@@ -0,0 +1,22 @@
+