diff --git a/src/views/home.pug b/src/views/home.pug
index ecf13fedf6636a61dca465b52cdd07c5ef4dbafc..23b7f1633f1b7f4f99994577dd5d46310a64fbb6 100644
--- a/src/views/home.pug
+++ b/src/views/home.pug
@@ -12,14 +12,16 @@ block content
         div.form-group
             label(for="columns") Columns
             input.form-control(type="search", name="columns")
-        button.form-control(type="submit") Recherche/<em>Search</em>
+        button.form-control(type="submit",class="button") Recherche/<em>Search</em>
     |
     h2 GraphiQL
-    p 
-        | GraphiQL is an interactive environment to make GraphQL
+    p GraphiQL is an interactive environment to make GraphQL
         | requests to the database.
-    a(href="/graphiql") Check it out.
+    div(class="button")
+        a(href="/graphiql") Check it out.
+    div(class="button")
+        a(href="/voyager") Check it out.
     |
     p Currently logged in as: #{userName}.
     form(action="/logout", method="post")
-        button.form-control(type="submit") Déconnexion/<em>Logout</em>
+        button.form-control(type="submit",class="button") Déconnexion/<em>Logout</em>
diff --git a/src/views/login.pug b/src/views/login.pug
index a67303600b2456f4ea4d18df80e5d7e9931dcfae..f0594a3f816faeec7e79d415611d396ff06493fb 100644
--- a/src/views/login.pug
+++ b/src/views/login.pug
@@ -13,5 +13,5 @@ block content
         div.form-group
             label(for="password") Password
             input.form-control(type="password", placeholder="Password", name="password")
-        button.form-control(type="submit") Connexion/<em>Log in</em>
+        button.form-control(type="submit",class="button") Connexion/<em>Log in</em>
         
\ No newline at end of file