#calendrier table{
	border-collapse:	collapse;
	cursor:				default;
	font-size:			11px;
	margin-left:		auto;
	margin-right:		auto;
	text-align:			center;
}
#calendrier td{
	width:				25px;
}
#calendrier #cal_titre{
	height:				2em;
}
#calendrier #cal_mois_precedent, #calendrier #cal_mois_suivant{
	cursor:				pointer;
}

#calendrier #cal_entete th{
	border:				1px solid silver;
	border-left:		none;
	border-right:		none;
	overflow:			hidden;
}
#calendrier tbody td{
	border:				1px solid silver;
	color:				silver;
	height:				25px;
}
#calendrier tbody td a{
	display:			block;
	height:				100%;
	line-height:		25px;
}
#calendrier tbody td a:hover{
	color:				silver;
}

#calendrier .cal_evenement{
	background-color:	gray;
	color:				silver;
	cursor:				pointer;
	font-weight:		bold;
}
#calendrier .cal_evenement:hover{
	background-color:	silver;
	color:				#3C3C3C;
}

#calendrier .cal_concerne{
	background-color:	#850000;
}
#calendrier .cal_concerne:hover{
	background-color:	silver;
	color:				#850000;
}

#calendrier .cal_aujourdhui{
	color:				#b10000;
	font-weight:		bold;
}
#calendrier .cal_aujourdhui:hover{
	color:				#df0000;
}

#calendrier tfoot{
	cursor:				pointer;
	height:				2em;
}

/* ********** PREVIEW POPUP ********** */
#cal_preview{
	background-color:	silver;
	border:				solid 1px silver;
	color:				#3C3C3C;
	opacity:			0;
	padding:			5px;
	position:			absolute;
	visibility:			hidden;
	width:				200px;
	z-index:			999;
}
#cal_preview #cal_preview_content .titre_evenement{
	border-bottom:		solid 1px gray;
	font-weight:		bold;
	margin-bottom:		10px;
	padding-bottom:		5px;
}
#cal_preview #cal_preview_content .informations_evenements{
	font-size:			10px;
	padding-left:		10px;
}
/* ********** FIN PREVIEW POPUP ********** */

