@charset "utf-8";
/* CSS Document */
img {
	border:none;
}
body {
	background-color:#FFFFFF;
	color:#000000;
}

.liste {
	width:42px;
}

.coordonnees {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}

.date_maj {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}

.titre {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

.tableau_legende {
	width:60%;
	border : "0"; 
	text-align : left;
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
}

.tableau_calendrier {
	background-color:#feff99; /* Fond mois/année */
	color:#000000;
	border-collapse: collapse;
	border: 1px groove grey; /* Bordures */
	width: 211px;
	margin:10px;
}

.tableau_calendrier .td_cal {
	background-color:#ffffff; /* Fond des calendrier */
	border-collapse:collapse;
   	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:3px;
	padding-top:3px;
	font-size:12px;
   	text-align: center;
	border: 1px groove grey; /* Burdures */
}

.td_cal_jour {
	background-color:#ffffcb; /* Fond jours */
	border-collapse:collapse;
   	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:3px;
	padding-top:3px;
	font-size:12px;
   	text-align: center;
	border: 1px groove grey; /* Bordures */
}
