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

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

#conteneur div#calendar table caption{
	margin: 0 auto;
}

#conteneur div#calendar table th {
	color: #FFF;
	background: transparent;
	padding: 4px 0;	
}

#conteneur div#calendar table td {
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
	border-right: 0px;
	text-align:center;
	height: 21px;
}

#conteneur div#calendar table td.nodate {
	background: #C00;
}

#conteneur div#calendar table td a {
	display: block;
	background: #F33;
	border: none;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	height: 21px;
}

#conteneur div#calendar table td.today a {
	background: #FFF !important;
	text-decoration: none;
}

#conteneur div#calendar table td a:hover {
	display: block;
	background: #FFF;
	border: none;
	color: #666;
	text-decoration: none;
}

#conteneur div#calendar table td.today a:hover {
	/*border: 1px solid #636;*/
} 

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

