/*************************************************
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: Grey;
}
#CALxContent a {
color: Grey;
}
#CALxContent a:hover {
color: Grey;
text-decoration: none;
}
/*************************************************
SECTION CSS POUR LES INFOBULLES
*************************************************/
.popperlink {
	z-index: 2; 
	visibility: hidden; 
	width: 350px; 
	position: absolute;
}

.linkDetailPopup{
	color:white;
}
.textfontClass {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	padding: 15px;
}
.textfontClass b {
	line-height: 1.6em;
}
.textfontClass a{
	clear: both;
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	color: #191919;
	font-size: 1em;
	line-height: 1.6em;
}
.textfontClass a:hover{
	background-color: #191919;
	font-style: normal;
	color: #999999;
	font-weight: normal;
}
.capfontClass {
	margin-bottom: 5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align:left;
	padding:5px 0 0 10px;
}
.closefontClass{
	padding:0 10px 0 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
  color:  #ffffff;
  text-align:right;
}
.capfontClass,.closefontClass a {
	padding-bottom: 5px;
	color: white; 
	font-size: 1em;
}

.fgClass {
	color: black;
	background-color: #fff;
	width: 330px;
	padding: 0px;
	margin: 10px auto 10px auto;
	-webkit-border-radius: 1em;
    -moz-border-radius: 1em;
}

h1.cat_one {
	font-size: 1.0em;
	font-weight: bold;
	color: #C61B8E;
}
h1.cat_two {
	font-size: 1.0em;
	font-weight: bold;
	color: #BDCB21;
}

h1.cat_three {
	font-size: 1.0em;
	font-weight: bold;
	color: #060709;
}

h1.cat_four {
	font-size: 1.0em;
	font-weight: bold;
	color: #1D89CA;
}

h1.cat_five {
	font-size: 1.0em;
	font-weight: bold;
	color: #BBB1A5;
}

h1.cat_six {
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
}

.bgClass, .bgClass_cat_one, .bgClass_cat_two,.bgClass_cat_three, .bgClass_cat_four, .bgClass_cat_five , .bgClass_cat_six, .bgClass_multiple {
	padding: 5px 10px 10px 10px;
	color: white;
	background-color: #b3b3b3;
    opacity:0.8;  
    filter:alpha(opacity=80);  
    -moz-opacity:0.8;  
    background-color:#000000; 
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;

}
.fgClass a {
	margin-bottom: 5px;
}

/***********
CSS POUR LES LIENS ET LE MOIS ANNEE
DE NAVIGATION
************/
#CALxContent .navPeriod{
	text-align: center;
	margin:0;
	padding:0;
	margin-bottom:1em;
	text-decoration: none;
}
#CALxContent .navPeriod a{
	text-decoration: none;
	color: black;
}
#CALxContent .navPeriod a:hover {
	color:grey;
}
#CALxContent .previousYear img, #CALxContent .previousYear a, #CALxContent .previousYear span{
	margin-right: 1%;
	text-decoration: none;
	border: none;
}
#CALxContent .previousMonth img, #CALxContent .previousMonth a, #CALxContent .previousMonth span{
	margin-right: 1%;
	text-decoration: none;
	border: none;
}
#CALxContent .nextMonth img, #CALxContent .nextMonth a, #CALxContent .nextMonth span{
	margin-left: 1%;
	text-decoration: none;
	border: none;
}
#CALxContent .nextYear img, #CALxContent .nextYear a, #CALxContent .nextYear span{
	margin-left: 1%;
	text-decoration: none;
	border: none;
}

#CALxContent .month{
	margin-left: 1%;
}

#CALxContent .year{
	margin-right: 1%;
}

#CALxContent .CALxTabOfYearContent{
	border-style: solid solid solid solid;
	color: Black;
	width: 100%; 
}

#CALxContent .CALxTable{
	color: Grey;
	width: 100%;
	font-size: 1em;
	text-align:center;
}

#CALxContent .CALxTable td, #CALxContent .CALxTable th{
margin:0em;
padding:0em;
width:25px;
height:30px;
text-align:center;
	font-size: 1em;
}

#CALxContent .CALxTable td {
	border: 1px #999 solid;
	background: #f9f9f9;
}

#CALxContent td.today{
	background-color: #fff;
	color: #000;
	font-weight: bold;
}
#CALxContent td.inactDay{
	background-color:#D6E7F4;
}

#CALxContent td.cat_one, .bgClass_cat_one {
	background-color: #C61B8E;
	color: #000;
}
#CALxContent td.cat_two, .bgClass_cat_two {
	background-color: #BDCB21;
	color: #000;
}
#CALxContent td.cat_three, .bgClass_cat_three{
	background-color: #333;
	color: #000;
}
#CALxContent td.cat_three a{
	color: #fff;
}
#CALxContent td.cat_four, .bgClass_cat_four {
	background-color: #1D89CA;
	color: #000;
}
#CALxContent td.cat_five, .bgClass_cat_five {
	background-color: #BBB1A5;
	color: #000;
}
#CALxContent td.cat_six, .bgClass_cat_six {
	background-color: #fff;
	color: #000;
}
#CALxContent td.multiple, .bgClass_multiple {
	background-color: #FBF271;
	color: #000;
}
#CALxContent .titleMulti{
	color:rgb(111,147,72);
}
#CALxContent td.event a{
	text-decoration:none;
	color:black;
}
#CALxContent td.event a:hover{
	background-color:rgb(212,227,186);
}
#CALxContent td.multiple a{
	color:black;
}
#CALxContent td.multiple a:hover{
	text-decoration:none;
}

#CALxContent td.dayPreviousMonth{
	background-color: Gray;
}
#CALxContent td.dayNextMonth{
	background-color: Gray;
}
