/* CSS Document */
#navigation div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#navigation div#calendar h2.menu-titre{
	display:none;
}

#navigation div#calendar table{
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#navigation div#calendar table caption{
	margin: 0 auto;
	font-size: 1.2em;
}

#navigation div#calendar table th{
	color: #000000;
	background: transparent;
}

#navigation div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #FFF;
}

#navigation div#calendar table td a{
	display: block;
	background: #C4CE00;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#navigation div#calendar table td.today a{
	border: 0px solid #F27C25;
}

#navigation div#calendar table td a:hover{
	background: #F27C25;
	color: #FFF;
}

#navigation div#calendar table td.today a:hover{
	border: 0px solid #E01F26;
}

#navigation div#calendar span{
	display: none;
}