/* CSS Document */

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: fixed;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

/* haut : Fermer + mois annee */
.ds_head {
	background-color: #904C18;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* Dimanche - Samedi */
.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 20px;
}

/* cellule jour */
.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} 
