table.calendrier {
	background-color: white; 
	border: 1px navy solid
}

table.calendrier th {
	background-color: navy;
	color: white
}

table.calendrier td {
	text-align: right;
}

table.calendrier td.sans_lien {
	color: gray;
}

table.calendrier td.avec_lien {
	background-color: PaleGoldenRod;
}
