/* CSS Document
   CALENDRIER   */
.ds_box {
	background-color: #FFF;
	border: 1px solid #999999;
	position: absolute;
	z-index: 32767;
	margin: -15px 0px 0px -35px;
	padding: 0px;
	-moz-opacity:0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

.ds_tbl {
	background-color: #FFF;
}

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

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

.ds_cell {
	background-color: #EEE;
	text-align: center;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */
/***************************************************************************/
/*                        PARTIE RAJOUTE                                   */
/***************************************************************************/
.ds_cell a {
	color: #666666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
	text-decoration: none;
}
.ds_cell a:hover {
	color: #000000;
}
.ds_cell a.Date_jour {
	color: #FF0000;
}
.ds_cell a.Date_passe {
	color: #CCCCCC;
}