@charset "utf-8";
/* CSS Document */

/********************/
/*****CALENDRIER*****/
/********************/


.calendrier table{
	width: 100% !important;
}

.calendrier_ligne1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color:#bfe6f3;	
	text-decoration: none;
	width:100%;
	cursor: pointer;
	position: relative;
}

.calendrier_ligne2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color:#bfe6f3;	
	text-decoration: none;
	width:100%;
	cursor: pointer;	
	position: relative;
}

#calendriertitre{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.calendardate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#datetop{
	color: #0099cb;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.calendrier_infobulle{
	top: 0px;
	left: 0px;
	border: 1px solid #0099cb;
	background-color: #FFFFFF;
	position: absolute;
	visibility: hidden;
	display: block;
	padding: 3px;
	width: 200px;
	overflow: hidden;
}


.calendrier_infobulle_date{margin: 2px 0; font-size: 10px;}
.calendrier_infobulle_titre{font-weight: bold; margin: 2px 0;}
.calendrier_infobulle_description{margin: 2px 0;}
