#calendrier {	color: #000000;	text-align: center;	padding: 3px;	font-family: Verdana,Arial, Helvetica, sans-serif;	font-size: 10px;}#calendrier a {	color: #60618F;	text-decoration: none;}#calendrier a:hover {	color: #000066;	text-decoration: none;}/* la case comportant le mois tout en haut */.calendrier-mois {
	font-size: 12px;
	font-weight: bold;
	color:FFFFFF;	border-top-width: 1px;	border-right-width: 1px;	border-bottom-width: 1px;	border-left-width: 1px;	border-top-style: solid;	border-right-style: solid;	border-bottom-style: solid;	border-left-style: solid;	border-top-color: #111111;	border-bottom-color: #111111;
	background-color: #FFFFFF;}/* les cases L M M J V S D */.calendrier-semaine { 	color: #000000;	background-color: #FFFFFF;}/* la case d'aujourd'hui */.today {
	border-top-width: 1px;	border-right-width: 1px;	border-bottom-width: 1px;	border-left-width: 1px;	border-top-style: solid;	border-right-style: solid;	border-bottom-style: solid;	border-left-style: solid;
	border-top-color: #000000;	border-bottom-color: #000000;
	border-left-color: #000000;	border-right-color: #000000;		background-color: #FFFFFF;
	color: #CCCCCC;}/* case d'un jour de la semaine */.weekday  {	background-color: #FFFFFF;}// /* case de week-end */.weekendday { 	background-color: #CCCCCC;}/* case active en semaine */.activeday {
	background-color: #EEEEEE;}/* case active en week-end */.activeweekendday {	background-color: #CCCCCC;}/* case des jours des autres mois */.outday {	color: #FFFFFF;}
