@charset "iso-8859-1";
div.calendar {
	font-size:smaller;
	color:#3e3e3e;
}
div.calendar table {
	height:114px;
	margin:0pt auto;
	width:168px;
}
div.calendar thead {
}
div.calendar table td {
	vertical-align:middle;
	text-align:center;
}
div.calendar td.spacer2 {
	height:3px;
}

div.calendar td, div.calendar th {
	text-align:center;
	vertical-align:middle;
}
div.calendar td.title {
	background:transparent url(../imgs/bg_calendrier_titre.png) repeat-y scroll 0pt 50%;
	color:#000000;
	font-family:Trebuchet MS,Helvetica,Arial,sans-serif;
	font-size:9pt;
	font-weight:bold;
	height:17px;
	line-height:12pt;
	margin:2px 0pt 0pt;
	padding:1px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
}
div.calendar th {
	height:21px;
	width:22px;
	font-weight:normal;
}
div.calendar tr.days td {
	text-align:center;
	border:0 none;
}
div.calendar thead tr.days td:hover, div.calendar thead td.button:hover {
	border-color:#e8a800;
	cursor:pointer;
}
div.calendar tr.days td:hover {
	cursor:default;
}
div.calendar tr.days td:active div.calendar td.button:active {
	/*background-color:#cde;*/
}
div.calendar tr.days td.selected {
	background-color:#E89681;
	border:1px solid #B42409;
	color:#B42409;
	height:14px;
	width:22px;
}
div.calendar tr.days td.unEvenement {
	background:#dcccbc;
}
div.calendar tr.days td.today {
	font-weight:bold;
	border-color:#B42409;
}
div.calendar tr.days td.otherDay {
	background:#cfbf9f;
	color:#330000;
}


