diff --git a/assets/css/page/clubs.css b/assets/css/page/clubs.css
index e69de29..5e491d4 100644
--- a/assets/css/page/clubs.css
+++ b/assets/css/page/clubs.css
@@ -0,0 +1,18 @@
+section {
+ display: block;
+}
+
+.iframe_amicale {
+ width: 60%;
+ aspect-ratio: 16/9;
+ margin: 50px auto 50px auto;
+}
+
+a.link_in_yellow_box {
+ text-decoration: none;
+ color: black;
+}
+
+a.link_in_yellow_box:hover {
+ color: white;
+}
\ No newline at end of file
diff --git a/assets/css/template.css b/assets/css/template.css
index 314d357..158b217 100644
--- a/assets/css/template.css
+++ b/assets/css/template.css
@@ -12,6 +12,7 @@ body {
main {
text-align: center;
+ height: 100%;
}
a.link {
diff --git a/clubs.php b/clubs.php
index 7a1c92f..d2e22f2 100644
--- a/clubs.php
+++ b/clubs.php
@@ -1,7 +1,22 @@
-Y'a déjà tout là dessus : amicale-insat.fr/clubs
+