/*************************************************
SECTION CSS POUR LE CALENDRIER
*************************************************/
#CALxContentUk{
	margin: 0;
	padding: 0;
	font-size: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
	margin-left: 1em;
	text-align: center;
	color: White;
	border-color:white;
	background-color: Black;
}
/***********
CSS POUR LES LIENS ET LE MOIS ANNEE
DE NAVIGATION
************/
#CALxContentUk .navPeriod{
	text-align: center;
	margin:0;
	padding:0;
	margin-bottom:1em;
	text-decoration: none;
	color:white;
}
#CALxContentUk .navPeriod a{
	text-decoration: none;
	color:white;
}
#CALxContentUk .previousYear img,a,span{
	margin-right: 2%;
	text-decoration: none;
	border: none;
}
#CALxContentUk .previousMonth img,a,span{
	margin-right: 2%;
	text-decoration: none;
	border: none;
}
#CALxContentUk .nextMonth img,a,span{
	margin-right: 2%;
	text-decoration: none;
	border: none;
}
#CALxContentUk .nextYear img,a,span{
	margin-right: 2%;
	text-decoration: none;
	border: none;
}

#CALxContentUk .month{
	margin-right: 0%;
}

#CALxContentUk .year{
	margin-right: 0%;
}

#CALxContentUk .CALxTabOfYearContent{
	border-style: solid solid solid solid;
	color: White;
	width: 100%; 
	border: thin solid White;
}

#CALxContentUk .CALxTable{
	border-style: solid solid solid solid;
	color: White;
	width: 100%;
	border: thin solid White;
	text-align:center;
	font-size: 1em;
}

#CALxContentUk .CALxTable td, #CALxContentUk .CALxTable th{
	border-style: solid solid solid solid;
	color: White;
	border: thin solid White;
	width:14%;
}

#CALxContentUk td.emptyDay{
	background-color: black;
	font-weight: bold;
	color:black;
	border: thin solid Black;
}

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

/*************************************************
SECTION CSS POUR LES INFOBULLES
*************************************************/
.popperlink{
	z-index: 2; 
	visibility: hidden; 
	width: 200px; 
	position: absolute;
	}
	
.linkDetailPopup[<-chunkID->]{
	color:white;
}
.textfontClass[<-chunkID->] {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	color: Black;
}
.textfontClass[<-chunkID->] a{
	color:rgb(111,147,72);
	font-size: 1em;
}
.textfontClass[<-chunkID->] a:hover{
	font-weight: bold;
}
.capfontClass[<-chunkID->] {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
  	color:  #ffffff;
	text-align:left;
}
.closefontClass[<-chunkID->]{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
  color:  #ffffff;
  text-align:right;
}
.capfontClass[<-chunkID->],.closefontClass[<-chunkID->] a {
	color: #ffffff; 
	font-size: 1em;
}
.fgClass[<-chunkID->] {
	background-color:rgb(212,227,186);
}
.bgClass[<-chunkID->] {
	background-color:rgb(111,147,72);
}
