diff --git a/illustrations/koala.php b/illustrations/koala.php
index 1180cd7..53befc3 100644
--- a/illustrations/koala.php
+++ b/illustrations/koala.php
@@ -448,7 +448,7 @@
diff --git a/style/style.css b/style/style.css
index 1c7c0ea..4bfb08d 100644
--- a/style/style.css
+++ b/style/style.css
@@ -522,6 +522,12 @@ section{
left: 340px;
transform: rotate(70deg);
}
+
+#koala .txt a{
+ position: absolute;
+ top: 340px;
+ left: 150px;
+}
/* ////////chevalier//////// */
#chevalier{
top: 2410px;
@@ -585,12 +591,20 @@ section{
margin-top: 55px;
}
-#sy_mettre a{
+#sy_mettre a:nth-of-type(1){
position: absolute;
top: 10px;
left: 200px;
transform: rotate(-10deg);
}
+
+#sy_mettre a:nth-of-type(2){
+ position: absolute;
+ top: -90px;
+ left: 110px;
+ transform: rotate(10deg);
+}
+
#sy_mettre #next{
left: 130px;
top: 240px;