/* Calendrier javascript */

body {
	behavior:url("csshover.htc");
}

.ds_box {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl { background-color: #FFFFFF; }

.ds_head {
	background-color: #CC0000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

.ds_subhead {
	background-color: #CCCCCC;
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 30px;
}

.ds_cell {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}
.ds_cell:hover { background-color: #F3F3F3; }

.ds_cell_disabled {
	background-color: #EEEEEE;
	color: #999999;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: auto;
}
/* Fin calendrier javascript */
