/* irsn_calendrier.css */
#calendar{
	text-align: center;
}
#calendar a{
	text-decoration: none;
	color: #000;
	font-weight: normal;
	color:#731A43;
	font-size: 10px;
}
.dateCal {
	font-weight: bold;
	font-size: 10px;
	color: #000;
}
.dayon {
	background: #FDBE25;
}
.calendriermonth {
	border-width: 0px;
	float: left;
	vertical-align: middle;
	width: 105px;
	position: relative;
	border-collapse: collapse;
	margin-left:40px;
	_margin-left:20px;
}
.calendriermonth th {
	border-width: 0px;
	font-weight: normal !important;
	text-align: center;
}
.calendriermonth td {
	border : #ccc 1px solid;
	padding: 0px;
	font-size: 8px !important;
	width: 15px;
	height: 15px;
	text-align: center;
	text-decoration: none;
}
.calendriermonth td.dayon {
	font-size: 8px !important;
	color:#731A43;
	font-weight:bold;
	cursor:default;
}
.calendriermonth td.dayon div.event_info {
	display: none;
}
.calendriermonth td.hover {
	font-size: 8px !important;
	background: #FEDC8A;
	color:#731A43;
	font-weight:bold;
	cursor:default;
}
.calendriermonth td.dayon:hover div.event_info {
	visibility: visible;
}

.dayoff {
	BACKGROUND-COLOR: #ddd;
}
.event_info {
	border: #FDCB7A 1px solid;
	padding: 5px;
    visibility:hidden;
	z-index: 150;
	background: #fff;
	width: 250px;
	cursor: default;
	color: #000;
	position: absolute;
	text-align: left ;
	font-size: 11px;
}
.event_info h3{
	text-align: center;
}

