.ds_box {
	background-color: pink;	/*#FFECBF 		Le fond sous IE ?					*/	
	border: 1px solid #805900;	
	position: absolute;
	z-index: 9999; /*32767;*/
}

.ds_tbl {
	background-color: #990033;	/* #E9FFE6; #6B0022;	Le fond du tableau 					*/
}

.ds_head {
	background-color: #BF607E; /*#805900;	Les 2 rangées du haut				*/
	color: #E9FFE6;	/*#FFE6EE;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #FF80A8;	/*#FFD18B;	Les jours de la semaine				*/
	color: #990033;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #FFBFD4;	/*#FFE6BF; 	Les jours du mois					*/
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #E9FFE6;	/*#FFD18B;	Au passage de la souris				*/
} /* This hover code won't work for IE */
