diff --git a/www/aeens3.png b/www/aeens3.png
new file mode 100644
index 0000000..a2ae5f2
Binary files /dev/null and b/www/aeens3.png differ
diff --git a/www/en/index.html b/www/en/index.html
index bfa1afe..1c7a747 100644
--- a/www/en/index.html
+++ b/www/en/index.html
@@ -134,8 +134,7 @@
Room
reservation •
- GPS : indicating courses
+ Pegasus : indicating courses
taken •
Merle •
Students' wiki
diff --git a/www/favicon.ico b/www/favicon.ico
new file mode 100644
index 0000000..0464baf
Binary files /dev/null and b/www/favicon.ico differ
diff --git a/www/fr/index.html b/www/fr/index.html
index f7846b0..605e3ee 100644
--- a/www/fr/index.html
+++ b/www/fr/index.html
@@ -100,7 +100,7 @@
Prise de rendez-vous •
Réservation de
salles •
- GPS : saisie des cours
+ Pegasus : saisie des cours
suivis •
Merle : serveur de
discussion •
diff --git a/www/style.css b/www/style.css
new file mode 100644
index 0000000..dec8738
--- /dev/null
+++ b/www/style.css
@@ -0,0 +1,73 @@
+body {
+ margin-left: 2em
+}
+
+h1 {
+ /* color: red; */
+ text-align: center
+}
+
+h1:before, h1:after {
+ vertical-align:middle ;
+ display: inline ;
+ content:url(aeens3.png) ;
+ padding: 10px;
+}
+
+h2 {
+ background-color: #E0E0FF;
+ /* color: green; */
+ font-family: sans-serif;
+ margin-top: 19px;
+ padding: 5px;
+ margin-bottom: 1px;
+ /* border-bottom: solid thin */
+}
+
+h4 {
+ font-size: medium;
+ padding: 0cm;
+ margin: 0cm
+}
+
+.colophon {
+ font-size: small;
+ font-style: italic;
+}
+
+div.links {
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+
+ul {
+ list-style: square;
+ padding-left: 2em;
+}
+
+ul li {
+ margin-bottom: .4em;
+}
+
+.links ul {
+}
+
+.index_onglet {
+ background-color: #E0E0FF;
+}
+
+.index_head_navbar {
+ padding-top: .2em;
+ padding-bottom: .2em;
+ border-top: solid thick #E0E0FF;
+ border-bottom: solid thick #E0E0FF;
+}
+
+.index_renvois {
+ text-align: center;
+}
+
+.mail-antispam {
+ unicode-bidi: bidi-override;
+ direction: rtl;
+}