/* CSS Agenda */

table#agenda {
	margin:auto;
	height: 35px;
	width: 180px;
	text-align: center;
	border-collapse: collapse; 
}
table#agenda caption{
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color:#0033CC;
}
table#agenda th{
	padding-top:10px;
	font-size:11px;
	color:#0033CC;
	background: transparent;
}
table#agenda td{
	font-size:11px;
	width: 14%;
	line-height: 20px;
	color:#666666;

}
table#agenda td span.today{
	color:#513C0B;
	font-weight:bolder;
	font-size:11px;
}
table#agenda td p.mois{
	text-align:center;
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color:#666666;
}
table#agenda td a{
	display: block;
	font-size:12px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}
table#agenda td a:hover{
	color:#666666;
}
table#agenda td a.next{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-left:5px;
	margin-top:3px;
	display: block;
	color:#333333;
	font-weight:bolder;
	font-size:12px;
	text-decoration: none;
	background:none;
}
table#agenda td a.next:hover{
	font-size:11px;
	color: #636;
}
table#agenda td a.prev{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-right:5px;
	margin-top:3px;
	display: block;
	color:#333333;
	font-weight:bolder;
	font-size:12px;
	text-decoration: none;
	background:none;
}
table#agenda td a.prev:hover{
	font-size:11px;
	color: #636;
}
