diff --git a/Pedre_Gabriel/index.html b/Pedre_Gabriel/index.html
index eb96d87..2f04ee0 100644
--- a/Pedre_Gabriel/index.html
+++ b/Pedre_Gabriel/index.html
@@ -1,22 +1,33 @@
-
-
Coucou
-
-
-
+
+
+
Connexion - CDA8
+
+
-
-
Yooooo
-
Hello!
-
+
+
-
-
-
-
\ No newline at end of file
+
+
+
diff --git a/Pedre_Gabriel/liste.html b/Pedre_Gabriel/liste.html
new file mode 100644
index 0000000..377c016
--- /dev/null
+++ b/Pedre_Gabriel/liste.html
@@ -0,0 +1,151 @@
+
+
+
+
+
+
Liste des étudiants CDA8
+
+
+
+
+
+
+
+
+
+
Liste des étudiants de la classe CDA8
+
+
+
+ | # |
+ Prénom |
+ Email |
+
+
+
+
+ | 1 |
+ AHOVEYSaintGeorge |
+ 1@exemple.com |
+
+
+ | 2 |
+ AHYONG_Emjy |
+ 2@exemple.com |
+
+
+ | 3 |
+ BToma |
+ 3@exemple.com |
+
+
+ | 4 |
+ CELEMANITheo |
+ 4@exemple.com |
+
+
+ | 5 |
+ Cheun RAMASSY |
+ 5@exemple.com |
+
+
+ | 6 |
+ Demontis matisse |
+ 6@exemple.com |
+
+
+ | 7 |
+ GRONDINClarel |
+ 7@exemple.com |
+
+
+ | 8 |
+ Jeremy_Hoarau |
+ 8@exemple.com |
+
+
+ | 9 |
+ MUNIERJerome |
+ 9@exemple.com |
+
+
+ | 10 |
+ SebastienM |
+ 10@exemple.com |
+
+
+ | 11 |
+ Thomy Noel |
+ 11@exemple.com |
+
+
+ | 12 |
+ dorian |
+ 12@exemple.com |
+
+
+ | 13 |
+ Pedre Gabriel |
+ 13@exemple.com |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Pedre_Gabriel/style.css b/Pedre_Gabriel/style.css
new file mode 100644
index 0000000..b8fd6d2
--- /dev/null
+++ b/Pedre_Gabriel/style.css
@@ -0,0 +1,32 @@
+body {
+ font-family: 'Arial', sans-serif;
+ background-color: #faf8f8;
+}
+
+.navbar {
+ border-bottom: 2px solid #0056b3;
+}
+
+.table {
+ border-collapse: separate;
+ border-spacing: 0 10px;
+}
+
+.table-primary {
+ background-color: #0056b3;
+ color: white;
+}
+
+.btn-warning {
+ background-color: #ffcc00;
+ border: none;
+}
+
+.footer {
+ background-color: #f1f1f1;
+ padding: 20px 0;
+}
+
+.text-primary {
+ color: #0056b3 !important;
+}