.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;
	color: #555555;
}
/***********
CSS POUR LES LIENS ET LE MOIS ANNEE
DE NAVIGATION
************/
.navPeriod{
	font: bold 1.2em 'lucida grande',tahoma,sans-serif;
	text-align: center;
	margin:0;
	padding:0;
	margin-bottom:1em;
	text-decoration: none;
}
.navPeriod a{
	text-decoration: none;
}
.previousYear img a span{
	margin-right: 2%;
	text-decoration: none;
	border: none;
}
.previousMonth img a span{
	margin-right: 2%;
	text-decoration: none;
	border: none;
}
.nextMonth img a span{
	margin-right: 2%;
	text-decoration: none;
	border: none;
}
.nextYear img a span{
	margin-right: 2%;
	text-decoration: none;
	border: none;
}

.month{
	margin-right: 0%;
}

.year{
	margin-right: 0%;
}

.CALxTabOfYearContent{
	color: #555555;
	width: 100%; 
	border: thin solid Black;
}

.CALxTable{
	color: #555555;
	width: 100%;
	border: 5px solid #EAE7D2;
	background: #FFDD33;
}

.CALxTable td{
	font: normal 1.1em 'lucida grande',tahoma,sans-serif;
	height: 90px;
	width: 90px;
	text-align: left;
	padding: 3px;
	vertical-align: top;
	border: 1px solid #FFDD33;
	background: white;
}

tr.firstRow td {font-weight: bold; text-align: center; border: none; height: 25px; vertical-align: middle}

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

td.today{
	background-color: #ffffff;
	font-weight: bold;
}
td.inactDay{
	background-color:#EAE7D2;
}
td.event{
	background-color: #69191F;
	color: white;
	
}
td.multiple{
	background-color: #7EC2CF;
}
.titleMulti{
	color:rgb(111,147,72);
}
#coreInfo td.event a, td.event a:link {
	text-decoration: none;
	color: white;
}
#coreInfo td.event a:hover{
	background-color:#69191F;
}
td.multiple a, td.multiple a:visited {
	text-decoration:none;
	color: white;
}
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 {
	font: bold 1.0em 'lucida grande',tahoma,sans-serif;
	text-align: left;
	background: #EAE7D2;
	padding: 30px; 
}
.textfontClass a{
	color: #69191f;
	font-size: 1em;
}
.textfontClass a:hover{
	font-weight: bold;
}
.capfontClass {
	font: bold 1.0em 'lucida grande',tahoma,sans-serif;
	font-size: 1em;
	font-weight: bold;
  	color:  #ffffff;
	text-align:left;
}
.closefontClass{
	font: bold 1.0em 'lucida grande',tahoma,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:#EAE7D2);
}

