
/* Noms des jours */
.tdnomjours {
	text-align: center;
	font-weight: bold;
}

/* Jours du mois précédent */
.tdjoursmoinsun {
	text-align: center;
	font-weight: bold;
	color: grey;
}

/* Jours du mois sans évènement */
.tdjours {
	text-align: center;
	color: black;
}

/* Caractère généraux des liens du pavé calendrier */
.rubriques-cal a {
	color: #006600;
	font-weight: bold;
}

/* Jours porteurs d'un évènement */
.tdevnt a {
	color: #006600;
	font-weight: bold;
}
.tdevnt:hover {
	color: red;
	font-weight: bold;
	text-decoration: underline;
	background: #ffffe6;
}

