.CalFormLayer{
	position:absolute;
	z-index:10000;
}
.smallCalendar{
	padding: 3px;
	margin:0px;
}
.smallCalendar .calMoveDate{
	position:relative;
}
.smallCalendar .weekLegende{
	font-size:10px;
}
/*------ Formulaires ---------*/
.smallCalendar .day{
	height:18px;
	font-size:9px;
}
.smallCalendar .activeDay .noJour, .smallCalendar .focused .noJour{
	text-align: center;
	background-color:transparent;
}
.smallCalendar .focused:hover, .smallCalendar .focused{
	background-color:#FFCC33;
	font-weight: bold;
	color: #000000;
}
.focusable .activeDay{
	cursor:pointer; !important
}
.Calendar .today .noJour{
	font-weight: bold;!important
	color: #000000;!important
	background-color: #C3D9FF;
}
