.lien_bulle {
cursor: default;
color: gray;
border-bottom: 1px dotted gray;
}
.infos_bulle {
z-index: 500;
position: absolute;
top: -999px;
visibility: hidden;
font-size:10px;
color: black;
padding: 3px;
border: 1px solid #ccc;
background-color:#ffd6bb;
width:180px;
/* opacity: 0.9;
-moz-opacity: 0.9;
filter: alpha(opacity=90); 
 */}


.calendar {
	/** configure the width **/
	width:180px;
	background-color: #ffd6bb;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	text-align:center;
}
.calendar th {
	background-color: #e7b570;
	border-bottom:1px solid #992e11;
	font-weight: bold;
	height: 20px;
}
.calendar .header {
	background-color: #992e11;
	font-weight: bold;
	height: 20px;
	color: #FFFFFF;
}
.calendar .footer {
	background-color: #992e11;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	width:100%;
}

.calendar .footer a{
	color: #FFFFFF;
}

.calendar .footer a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

.calendar td {
	width: 22px;
	height: 15px;
	text-align: center;
	font-size:0.9em;
	padding: 2px;
	color:#000;
}

.calendar td.desactive {
	color: #888888;
	text-decoration:line-through;
}
.calendar .today {
	width: 18px;
	height: 16px;
	background-color: #d7dffa;
	padding: 2px;
	border: 1px solid #000000;
	font-weight:bold;
}

.calendar .link {
	width: 18px;
	height: 16px;
	background-color: #D4C9EF;
	padding: 2px;
	border: 1px solid #000000;
}

.calendar a, .calendar a:link, .calendar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;

}
.calendar a.headerNav, .calendar a:link.headerNav, .calendar a:hover.headerNav {
	background-color: #992e11;
	color: #ffffff;
}

.calendar a.footerNav, .calendar a:link.footerNav, .calendar a:hover.footerNav {
	width: 100%;
	background-color: #992e11;
	color: #ffffff;
}



/* ancien calendrier moisi
	.cpYearNavigation,
	.cpMonthNavigation
			{
			background-color:#FFAA3B;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.cpDayColumnHeader,
	.cpYearNavigation,
	.cpMonthNavigation,
	.cpCurrentMonthDate,
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDate,
	.cpOtherMonthDateDisabled,
	.cpCurrentDate,
	.cpCurrentDateDisabled,
	.cpTodayText,
	.cpTodayTextDisabled,
	.cpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.cpDayColumnHeader
			{
			text-align:center;
			border:solid thin #FFAA3B;
			border-width:0 0 1 0;
			}
	.cpCurrentMonthDate,
	.cpOtherMonthDate,
	.cpCurrentDate
			{
			text-align:center;
			text-decoration:none;
			}
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDateDisabled,
	.cpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:center;
			text-decoration:line-through;
			}
	.cpCurrentMonthDate
			{
			color:#9F5800;
			font-weight:bold;
			}
	.cpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.cpOtherMonthDate
			{
			color:#808080;
			}
	TD.cpCurrentDate
			{
			color:#FFFFFF;
			background-color: #FFAA3B;
			border-width:1;
			border:solid thin #000000;
			}
	TD.cpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.cpTodayText,
	TD.cpTodayTextDisabled
			{
			border:solid thin #FFAA3B;
			border-width:1 0 0 0;
			}
	A.cpTodayText,
	SPAN.cpTodayTextDisabled
			{
			height:20px;
			}
	A.cpTodayText
			{
			color:#A45601;
			font-weight:bold;
			}
	SPAN.cpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.cpBorder
			{
			border:solid thin #A45601;
			}
 */
