diff --git a/index.html b/index.html
index 0e6bd02..d9e90b7 100644
--- a/index.html
+++ b/index.html
@@ -1,159 +1,144 @@
+
-
-
-
+
+
- perdu.html
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Il faut que vous sélectionnez une salle.
-
-
-
-
-
-
-
- Il faut que vous fassiez une recherche.
-
-
-
+ );
+
+ document.lastSelectedSalleFColor = e.target.style.fill
+ document.lastSelectedSalleFOpacity = e.target.style.fill_opacity
+
+
+ e.target.style.fill = tinycolor(e.target.style.fill).saturate(100).brighten(50).toHexString();
+ }
+
+ for (var i = 0; i < salles.length; i++) {
+ salles[i].addEventListener('click', selectSalle);
+ }
+
+}
+
+
+
+
+
+
+
+
+
+ Il faut que vous sélectionnez une salle.
+
+
+
+
+
+
+
+ Il faut que vous fassiez une recherche.
+
+
+
diff --git a/resources/styles.css b/resources/styles.css
new file mode 100644
index 0000000..6bf2321
--- /dev/null
+++ b/resources/styles.css
@@ -0,0 +1,12 @@
+#searchResultInfos {
+ background-color: #BBBBBB;
+}
+
+#selectedSalleInfos {
+ background-color: #BBBBBB;
+ line-height: 150%;
+}
+
+#selectedSalleInfos h2 {
+ display: inline;
+}