diff --git a/content/carte.html b/content/carte.html
index 987c900..706e8fb 100644
--- a/content/carte.html
+++ b/content/carte.html
@@ -42,6 +42,9 @@ h2 > a:hover { color: black; text-decoration:underline }
Carte
2020
+ - Semaine 47 (du 22 au 28 novembre)
+ - Semaine 46 (du 15 au 21 novembre)
+ - Semaine 45 (du 8 au 14 novembre)
- Semaine 44 (du 1er au 7 novembre)
- Semaine 43 (du 25 au 31 octobre)
- Semaine 42 (du 18 au 24 octobre)
diff --git a/content/carte.md b/content/carte.md
index 6fd31c6..d8c1497 100644
--- a/content/carte.md
+++ b/content/carte.md
@@ -4,6 +4,9 @@ title: Carte
## 2020
+* [Semaine 47 (du 22 au 28 novembre)](2020/47/)
+* [Semaine 46 (du 15 au 21 novembre)](2020/46/)
+* [Semaine 45 (du 8 au 14 novembre)](2020/45/)
* [Semaine 44 (du 1er au 7 novembre)](2020/44/)
* [Semaine 43 (du 25 au 31 octobre)](2020/43/)
* [Semaine 42 (du 18 au 24 octobre)](2020/42/)
diff --git a/content/index.html b/content/index.html
index ec41c92..e839eb5 100644
--- a/content/index.html
+++ b/content/index.html
@@ -25,7 +25,9 @@ body {
color: black;
background: white;
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
+ text-align:right;
}
+li { list-style: none; }
a { color: darkred; }
a:hover { background: gold; }
a:visited, a:active { color: dimgrey; }