@charset "iso-8859-1";
/* CSS Document */
.lien {
 color: #660033;
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
 text-indent:5px;
 font-size: 10px;
 }
.deroul {
 color: #990000;
 font-family: Arial, Helvetica, sans-serif;
 text-indent:5px;
 font-size: 11px;
 }
.ds_box {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

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

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
 
.text {
 	color: #000080;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	
}
.msg_wait {
	background-color: #EFF;
	color: #000;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
	cursor:default;
}
}
a#ds_cell, td#ds_cell{
	background-color: #EFF;
	color: #000;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	text-decoration:none;
	cursor: pointer;
}

a#ds_cell:hover, td#ds_cell:hover {
	background-color: #F3F3F3;
	color: #F60;
} /* This hover code won't work for IE */

/* HP001 -07- ajout css pour affichage jour du mois posterieur a date du jour */
a#ds_cell_nolink, td#ds_cell_nolink {
	background-color: #EEE;
	color: #000;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	text-decoration:none;
	cursor:default;
}
 
/* HP001 -07-fin ajout */


