.popperlink {
	z-index: 2; 
	visibility: hidden; 
	width: 200px; 
	position: absolute;
}

/*************************************************
SECTION CSS POUR LE CALENDRIER
*************************************************/
.CALxContent{
	margin: 0;
	padding: 0;
	font-size: 1em;
	margin-bottom: 1em;
	margin-right : 1em;
	margin-left : 1em;
	text-align: center;
}
/***********
CSS POUR LES LIENS ET LE MOIS ANNEE
DE NAVIGATION
************/
.navPeriod{
	text-align: center;
	margin:0;
	padding:0;
	margin-bottom:1em;
	text-decoration: none;
}
.navPeriod a{
	text-decoration: none;
}
.previousYear img,a,span{
	margin-right: 0px;
	text-decoration: none;
	border: none;

}
.previousMonth img,a,span{
	margin-right: 1%;
	text-decoration: none;
	border: none;
}
.nextMonth img,a,span{
	margin-right: 1%;
	text-decoration: none;
	border: none;
}
.nextYear img,a,span{
	margin-right: 0px;
	text-decoration: none;
	border: none;

}

.month{
	margin-left: 1%;
font-weight: bold;
}

.year{
	margin-right: 1%;
font-weight: bold;
}

.CALxTabOfYearContent{
	border-style: solid solid solid solid;
	color: Black; 
	border: none;
}

.CALxTable{
	border-style: solid solid solid solid;
	color: Black;
	border: thin solid #6685A3;
}

.CALxTable td{
	border: none;
text-align:center;
background-color: #CFD8E0;
}

td.emptyDay{
	background-color: #e5e5e5;
	font-weight: bold;
	color:white;
}

td.today{
	background-color: #FFFF66;
	font-weight: bold;
}
td.inactDay{
	background-color:none;
}
td.event{
	background-color: #336699;
text-align:center;
}
td.multiple{
	background-color:#000033;
}
.titleMulti{
	color:rgb(111,147,72);
}
td.event a{
	text-decoration:none;
	color:black;
text-align:center;
}
td.event a:hover{
	background-color:#4B97CF;
}
td.multiple a{
	text-decoration:none;
	color:black;
}
td.multiple a:hover{
	background-color:#4B97CF;
}
td.dayPreviousMonth{
	background-color: #cccccc;
}
td.dayNextMonth{
	background-color: #cccccc;
}


/*************************************************
SECTION CSS POUR LES INFOBULLES
*************************************************/
.linkDetailPopup{
	color:white;
}
.textfontClass {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
}
.textfontClass a{
	color:rgb(111,147,72);
	font-size: 1em;
}
.textfontClass a:hover{
	font-weight: bold;
}
.capfontClass {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
  	color:  #ffffff;
	text-align:left;
}
.closefontClass{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
  color:  #ffffff;
  text-align:right;
}
.capfontClass,.closefontClass a {
	color: #ffffff; 
	font-size: 1em;
}
.fgClass {
	background-color:rgb(212,227,186);
}
.bgClass {
	background-color:rgb(111,147,72);
}