/* Calendrier */
#cal_ajout
{
	clear:both;
}
#cal_detail
{
	float:left;
}

#calendrier
{
	margin:0px;
	margin-top:0px;
	font-size:10.5pt;
	float:left;
}
#calendrier div
{
	padding:10px 30px 10px 30px !important;
	padding:10px 0px 10px 30px;
	margin:-12px 0 0 0 !important;
	margin:0px 0 0 0;
	height:auto !important;
	height:1px;
	float:left;
}
#calendrier table {
	margin:0;
}
#calendrier table tbody th,
#calendrier table tbody td {
	width:20px;
	height:20px;
	text-align:center;
	font:8pt/1.5 Georgia, Times New Roman, Times, serif;
}
#calendrier table tbody th a,
#calendrier table tbody td a,
#calendrier table tbody td a.event {
	display:block;
	border-width:1px;
	width:20px;
	height:20px;
	text-decoration:none;
}
#calendrier table tbody td a.event {
	color:#Cf0f0f;
	background:url(img/arriere_calendar.png) top left no-repeat;
}
#calendrier table tbody th a:hover,
#calendrier table tbody td a:hover {
	cursor: pointer;
	font-weight:bold;
}
#calendrier table thead tr, #calendrier table thead th {
	text-transform:capitalize;
	font-size:10.5pt;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
}
a.infobulle{position:relative; z-index:24;background:url(img/arriere_calendar.gif) top left no-repeat;}
a.infobulle:hover{z-index:25;}
a.infobulle span{display: none;}
a.infobulle:hover span{display:block;font-size: 11px; position:absolute; top:2em; left:2em; border:1px solid #aaa; background-color:#fff; color:#999; text-align: justify; padding:5px; white-space:nowrap;}