.popperlink {
	z-index: 2; 
	visibility: hidden; 
	width: 142px; 
	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;
	color: Black;
	margin-left: -1px;
}
/***********
CSS POUR LES LIENS ET LE MOIS ANNEE
DE NAVIGATION
************/
.navPeriod{
	text-align: center;
	margin:0;
	padding:0;
	margin-bottom:1em;
	text-decoration: none;
	font-size: 10px;
}
.navPeriod a{
	text-decoration: none;
}
.previousYear a{
	margin-right: 2px;
	text-decoration: none;
	font-size: 10px;
}
.previousMonth a{
	margin-right: 2px;
	text-decoration: none;
	border: none;
	font-size: 10px;
}
.nextMonth a{
	margin-right: 2px;
	text-decoration: none;
	font-size: 10px;
}
.nextYear a{
	margin-right: 2px;
	text-decoration: none;
	font-size: 10px;
}

.month{
	margin-right: 0%;
}

.year{
	margin-right: 0%;
}

.CALxTabOfYearContent{
	border-style: solid solid solid solid;
	color: Black;
	width: 100%; 
	font-size: 10px;
	border: thin solid Black;
}

.CALxTable{
	border-style: solid solid solid solid;
	color: Black;
	width: 130px;
	font-size: 10px;
	border: none;
}

.CALxTable td{
	font-size: 10px;
	border: none;
}

td.emptyDay{
	background-color: white;
	font-weight: bold;
	color:white;
	border: none;
}

td.today{
	font-weight: bold;
}
td.inactDay{
	background-color: none;
}
td.event{
	background-color:#cad0e8;
	color: #330099;
	font-weight: bold;
}
td.multiple{
	background-color:rgb(111,147,72);
}
.titleMulti{
	color:rgb(111,147,72);
}
td.event a{
	text-decoration:none;
	color:black;
}
td.event a:hover{
	background-color:rgb(212,227,186);
}
td.multiple a{
	text-decoration:none;
	color:black;
}
td.multiple a:hover{
	background-color:#D6E7F4;
}
td.dayPreviousMonth{
	background-color: Gray;
}
td.dayNextMonth{
	background-color: Gray;
}


/*************************************************
SECTION CSS POUR LES INFOBULLES
*************************************************/
.linkDetailPopup{
	color:white;
}
.textfontClass {
	text-align: left;
}
.textfontClass a{
	color: #333333;
}
.textfontClass a:hover{
	font-weight: bold;
}
.capfontClass {
	font-weight: bold;
  	color:  #ffffff;
	text-align:left;
}
.closefontClass{
  color:  #ffffff;
  text-align:right;
}
.capfontClass,.closefontClass a {
	color: #ffffff; 
	font-size: 1em;
}
.fgClass {
	background-color: #e9eaee;
}
.bgClass {
	background-color: #0d69c0;
}
