diff --git a/gestion/entete.php b/gestion/entete.php
index 1d40a40..ac5fa3f 100644
--- a/gestion/entete.php
+++ b/gestion/entete.php
@@ -12,7 +12,7 @@
Lyon Association Libre Informatique Solidaire
-
+
-
+
diff --git a/session_init.php b/session_init.php
index 869aec3..f790449 100644
--- a/session_init.php
+++ b/session_init.php
@@ -14,9 +14,6 @@ error_reporting(E_ALL);
date_default_timezone_set("Europe/Paris");
$base_path = "/var/www/html";
set_include_path(get_include_path() . ':' .$base_path . '/vote/include');
-set_include_path(get_include_path() . ':' .$base_path . '/css');
-set_include_path(get_include_path() . ':' .$base_path . '/font-awesome');
-set_include_path(get_include_path() . ':' .$base_path . '/img');
set_include_path(get_include_path() . ':' .$base_path . '/js');
?>