/* CSS Document */
#agenda_block div#calendar{
	font-size:9px;
	margin:14px 0 0 4px;
}

#agenda_block_sommaire div#calendar {
font-size:9px;
margin:0 0 0 4px;
padding:14px 0 0;
}

#agenda_block div#calendar table, #agenda_block_sommaire div#calendar table{
	width: 168px;
	/*font-size: 0.8em;*/
	text-align: center;
	margin: 0em auto 0;
	border-collapse: collapse;
}

#agenda_block div#calendar table caption,
#agenda_block_sommaire div#calendar table caption {
	margin: 0 auto;
	color:#d85150;
	font-weight:bold;
}
#agenda_block_sommaire div#calendar table  {
margin:0em auto 0;
}

#agenda_block div#calendar table caption a,
#agenda_block_sommaire div#calendar table caption  a {
color:#d85150;
}

#agenda_block div#calendar table th,
#agenda_block_sommaire div#calendar table th {
	color: #333333;
	background: transparent;
}

#agenda_block div#calendar table td,
#agenda_block_sommaire div#calendar table td {
	width: 12%;
	line-height: 16px;
	border: 1px solid #EEE;/**/
	padding: 0;
	margin: 0;
}

#agenda_block div#calendar table td a,
#agenda_block_sommaire div#calendar table td a {
	display: block;
	background: #AEC4CE;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
 
}

#agenda_block div#calendar table td.today a,
#agenda_block_sommaire div#calendar table td.today a {
 
	background: #CCC616;
	
}

#agenda_block div#calendar table td.today,
#agenda_block_sommaire div#calendar table td.today {
 	font-weight: bold;
	background: #fff1e2;
	color: #D85150;
}

#agenda_block div#calendar table td a:hover,
#agenda_block_sommaire div#calendar table td a:hover {
	background:#ffc427 none repeat scroll 0 0;
	color:#FF2929;
}

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

#agenda_block div#calendar span,
#agenda_block_sommaire div#calendar span {
	display: none;
}
