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

#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: 13px;
	
}

#navigation div#calendar table caption a {
font-weight: normal;
 color: #7D0D16;
        font-size: 16px;
}

#navigation div#calendar table th{
	background: transparent;
	font-weight: normal;
}

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

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

#navigation div#calendar table td.today a{
	border: 1px solid #7D0D16;
}

#navigation div#calendar table td a:hover{
	background: #7D0D16;
	color: #fff;
}

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

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

h2.menu-titre {
margin-left: 0;

padding-left: 0;
}


.menu.articles b p {
margin-bottom: 0px;
}
