/* CSS du calendrier cliquable */
.ds_box {
	background-color: #ffffff;
	/*border: 1px solid #000;*/
	position: absolute;
	z-index: 32767;
	border: none;
}

.ds_tbl {
	background-color: #ffffff;
}

.ds_head {
	background-color: #b61dc3;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	border: none;
}

.ds_subhead {
	background-color: #ffe575;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
	border-color: #ffcc33;
}

.ds_cell {
	background-color: #f2fae0;
	color: #000000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #b61dc3;
	color: #ffffff;
	font-weight: bold;
} /* This hover code won't work for IE */
