
#liste_evenements_table {
	margin-top: 53px;
	margin-bottom: 150px;
}

.titre-annee {
	color: white;
	font-weight: bold;
	font-size: 1.6em;
	background-color: orange;
	text-align: center;
	cursor: pointer;
}
.titre-mois {
	color: #eee;
	font-weight: bold;
	font-size: 1.4em;
	background-color: #555;
}

.jour {
	color: #000;
}

.nom {
	font-weight: bold;
}

.separateur {
	height: 30px;
}

.commentaire {
	color: darkgrey;
	font-size: 0.9em;
}

table tr td {
	font-size: 1.3em;
}

.nb-jours {
	display: none;
	font-style: italic;
	font-size: 0.9em;
}
