div.calendrier {
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
	width: 180px;
}

div.calendrier table {
	width: 100%;
}

div.calendrier table tr td {
	font-size: 10px;
}

div.calendrier table caption {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
}

div.calendrier table caption a:link,
div.calendrier table caption a:visited,
div.calendrier table caption a:active {
	font-weight: bold;
	text-decoration: none;
}
div.calendrier table caption a:hover {
	color: #c0c0c0;
}

div.calendrier table tr th {
	border: 1px solid #c0c0c0;
	background-color: #EEEEEE;
	font-weight: normal;
	text-align: center;
}


div.calendrier table tr td.horsperiode {visibility: hidden;}

div.calendrier table tr td.libre,
div.calendrier table tr td.occupe {
	border: 1px solid #EEEEEE;
	padding: 2px;
	text-align: center;
}

div.calendrier table tr td.today {border: 1px solid #c0c0c0;}

div.calendrier table tr td.occupe a.case:link,
div.calendrier table tr td.occupe a.case:visited,
div.calendrier table tr td.occupe a.case:active {
	display: block;
	text-decoration: none;
	background-color: #e8e8e8;
	color: #000000;
	cursor: help;
}
div.calendrier table tr td.occupe a.case:hover {
	background-color: #c0c0c0;
	color: #ffffff;
}

div.calendrier table tr td.occupe div.infobulle {
	position: absolute;
	width: 150px;
	z-index: 99;
	border: 1px solid #c0c0c0;
	padding: 10px;
	background-color: #e8e8e8;
	filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
	text-align: left;
}