/* calendrier */
#calendrier {
	margin: 5px 5px 5px 15px;
	width: 173px;
	text-align: center;
	background-color: #649ab2;
}
.cadreCalendrier, .dateChoisi  {
	/*border: 1px solid #8C9294;*/
	background-color: #e9e4d2;
	font-size: 10px;
	padding: 2px 0 2px 0;
}
.cadreJour {
	font-size: 10px;
	font-weight: bold;
	/*border: 1px solid #8C9294;*/
	background-color: #e9e4d2;
	padding: 2px 0 2px 0;
}
a.calLien:link{
	color: #649ab2;
	text-decoration: none;
}

a.calLien:visited{
	color: #649ab2;
	text-decoration: none;
}

a.calLien:visited:hover{
	color: #649ab2;
	text-decoration: underline;
}

a.calLien:hover{
	color: #649ab2;
	text-decoration: underline;
}
a.calLien{
	font-weight: bold;
}
.note {
	font-size: 10px;
	color: #e9e4d2;
	/*line-height: 16px;*/
	padding: 2px;
}

.calMois{font-size: 10px;
	font-weight: bold;}				


