a.bt_mois {
	color: #004c64;
	text-decoration: none;
}
a:hover.bt_mois {
	color: #FFFFFF;
	text-decoration: none;
}
.mois {
	color: #004c64;
	text-align:center;
	padding-top: 23px;
	background-position:top left;
	background-image:url(/img/calendrier/n.gif);
	background-repeat:no-repeat;
}

a.aide {
	font-size:9px;
	color: #004c64;
	text-decoration: underline;
}
a:hover.aide {
	font-size:9px;
	color: #FFFFFF;
	text-decoration: none;
}

#calendrier table {
	width: 195px;
}

#calendrier th.jour {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#calendrier th.semaine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#calendrier td {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	text-align:center;
	font-size:9px;
	color:#004c64;
}

#calendrier td a {
	color:#004c64;
}
#calendrier td a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.samedi {
	background-color:#e68963;
}
.dimanche {
	background-color:#e68963;
}

#calendrier th a {
	white-space:nowrap;
	text-align:center;
	padding: 1px;
	font-size: 9px;
	color:#ffee98;
	text-decoration:none;
}
#calendrier th a:hover {
	color:#004c64;
	text-decoration:none;
	font-weight:bold;
}
