.ds_box { /* La boite */
	background-color: #E1E1FF;
	border: 1px solid #DDC77B;
	position: absolute;
	z-index: 32767;
}

.ds_tbl { /* Couleur des espaces vides */
	background-color: #FFF;
}

.ds_head { /* Entête */
	background-color: #F2D9E8;
	color: #999999;
	font-family: "Vivaldi",Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead { /* Sous-titre */
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell { /* les Cellules */
	background-color: #F1E8C7;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #ECC6DD;
} /* This hover code won't work for IE */
