diff --git a/styles.css b/styles.css
index d94d20dfb5a91f97cf49c25f34e5960568ab9a4f..99b8a09b19bf9ae10cf0af3455a226523acbe755 100644
--- a/styles.css
+++ b/styles.css
@@ -737,7 +737,7 @@ span#days-text{
 /* Permet la rotation des entĂȘtes du tableau */
 th.th-rotate {
 	/* Something you can count on */
-	height: 185px;
+	height: 205px;
 	white-space: nowrap;
 	position: sticky;
 	top:0;
@@ -748,7 +748,7 @@ th.th-rotate > div {
 	transform: 
 	/* Magic Numbers */
 	/*translate(18px, 53px)*/
-    translate(18px, 74px)
+    translate(18px, 84px)
 	/* 45 is really 360 - 45 */
 	rotate(315deg);
 	width: 30px;