body {
	background-color: black;
	color: white;
}
        
table {
     width: 50%;
     border-collapse: collapse;
 }
th, td {
     border: 1px solid white;
     padding: 0px;
     text-align: left;
     color: white;
 }
th {
     background-color: #888;
     padding: 8px;
 }
td.titre {
	padding: 8px;
	font-weight : bold;
}
td a {
	text-decoration: none; /* Pas de soulignement */
	color: white; /* Texte du lien en blanc */
	display: block; /* Permet au lien de remplir toute la cellule */
	width: 100%;
	height: 100%;
	padding: 8px; /* Ajoute un padding interne pour le texte */
	box-sizing: border-box; /* Inclut le padding dans la taille totale */
}
td a:hover {
	color: black; /* Texte du lien en noir au survol */
	background-color: white; /* Fond blanc au survol */
}

a.pasCetteAnnee {
  pointer-events: none;
  text-decoration: line-through;
}
td.vide {
border:none;
}
