#abcalendrier{
	text-align:center;
	/*width: 100%;*/
	margin: 0 0 0 0px;

}

/* Les liens sur les mois */
#abcalendrier p.liensmois{
	font-size: 0.8em;
	font-weight: bold;
	color: #696969;
	word-wrap: break-word;
	line-height: 18px;
	margin-top: 6px;
	text-transform: capitalize;
}
#abcalendrier p.liensmois a:link, #abcalendrier p.liensmois a:visited {
	font-size: 0.8em;
	color: #696969;
	text-decoration: none;
	margin: 0 10px;
}
#abcalendrier p.liensmois a:link:hover, #abcalendrier p.liensmois a:visited:hover, #abcalendrier p.liensmois a:active, #abcalendrier p.liensmois a:focus {
	text-decoration: underline;
}

/* Mise en forme du tableau */
#abcalendrier table {
	font-size: 0.8em;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 9px;
	color: #ffffff;
	width: 99%;
	
}
#abcalendrier table thead{
	
	line-height: 1.6em;
}
#abcalendrier table thead th:first-child{
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	display: block;

}
#abcalendrier table thead th + th + th +th + th + th + th{
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	display: block;

}
#abcalendrier table thead th{
	background-color: #7e7e7e;
}
#abcalendrier caption {
	display: none;
}

@-moz-document url-prefix() { 
	#abcalendrier table tbody{
		border-left: 4px solid #FFFFFF;
	}
	#abcalendrier table tr td:first-child a:link, #abcalendrier table tr td:first-child a:visited {
		margin-left: -1px;
		padding-left: 1px;
	}
}
#abcalendrier table tbody tr:first-child{
	border-top: 3px solid #FFF;
}
#abcalendrier table tr.separator{
	height: 4px;
}
#abcalendrier table tr.separator td{
	display: none;
}
#abcalendrier table td{
	height:18px;
	vertical-align:top;
	border: 2px solid white;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
#abcalendrier table td, #abcalendrier table th{
	max-width: 25px;
	word-wrap: break-word;

}
#abcalendrier table td.mois_courant {
	background-color: #7e7e7e;
}

/* classe del numero del giorno odierno*/
#abcalendrier table td.today{
	text-decoration:underline;
	font-weight: bold;
	background-color: #ff8800;
}
#abcalendrier table td.today ul.multievent > li >  a:link, #abcalendrier table td.today ul.multievent > li >  a:visited  { /* mise en avant du jour actuel même si il y a un evenement */
	background-color: #01a04c;
}
table#events{
	width:90%;
	}
table#events td.date{
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
	font-style:italic;
	font-size:100%;
	}
table#events td.eventtitle{
	text-align:left;
	vertical-align:top;
	}

#abcalendrier a:link, #abcalendrier a:visited {
	margin:0;
	padding:0;
	font-weight:bold;
}

#abcalendrier table ul > li > ul a:link, #abcalendrier table ul > li > ul a:visited {
	padding-left: 5px;
}

#abcalendrier table a:link, #abcalendrier table a:visited {
	text-decoration:underline;
	color:#c9ebd9;
	background: #01a04c;
	font-size: 0.9em;
	display: block;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;

	min-height: 18px;
}

#abcalendrier table a:link:hover, #abcalendrier table a:visited:hover, #abcalendrier table a:active,  #abcalendrier table a:focus {
	text-decoration: none;
	color: #FFF;
}

/*********************************************/

/*rimuoviamo le rientranze ed i punti elenco
e definiamo la larghezza delle  voci di menu.
*/

#abcalendrier ul.multievent {
	position: relative;
	zoom: 1; /* Debug pour ie 6, ne pas enlever !! */
}
#abcalendrier ul {

}

/*
posizionamento voci elenco.
impostare la posizione come relative
per poi posizionare i sotto menu in modo assoluto.
*/
#abcalendrier ul li {

}

/*
sotto menu.
*/
#abcalendrier li ul  {
	position: absolute;
	/*right: 0;  remplacer par un left: 0; pour aligner le survol à gauche*/
	left: 0; /*remplacer par un left: 0; pour aligner le survol à droite*/
	top: 11px;
	display: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	list-style: none;
	float: right;
	z-index: 99;
	}
/* comparsa su mouse over*/
#abcalendrier li:hover ul, #abcalendrier li.over ul {
	display: block;
	background-color: #FFFFFF;
}

/*
collegamenti ipertestuali:
impostare display "block" in modo che ciascuno occupi una riga

Per uno strano bug in IE6, Bisongna impostare un sfondo a li a, altrimenti quando un sotto menu è più lungo del menu stesso, i collegamenti iniziano a sparire prima che abbiate il tempo di cliccarci sopra.

*/
/*primo livello*/
#abcalendrier ul.multievent li ul li a{
	background: none;
	color: #01a04c;
}
#abcalendrier ul.multievent li ul li a:hover{
	background: none;
	color: #01a04c;
}
/*secondo livello*/
#abcalendrier ul.multievent ul li {
	/*text-decoration: none;*/
	color: #777;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	background-image: none;
	text-align: left;
	/*height: 17px;*/
	/*white-space:nowrap;*/
}

#abcalendrier ul.multievent ul li a { /* Stylage des lien sur les survol multi evenement :  */
	font-weight: normal;
	font-size: 0.9em;
	/*background: ;*/
	/*color: ;*/
}
/*
IE per Windows interpreta le interruzioni di riga presenti nel nostro codice HTML tra le voci dell'elenco come spazio bianco,
e di conseguenza in questo browser le voci non stanno correttamente una sotto l'altra. Ad ogni modo, c'è un modo per aggirare questo bug di IE:

Holly Hack: http://www.positioniseverything.net/
*/

/* Fix IE. Hide from IE Mac \*/
* html #abcalendrier ul li { float: left; height: 1%; }
* html #abcalendrier ul li a { height: 1%}
/* End */