/*
 * L'agenda
 */




.agenda ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.agenda li{
	margin-top : 0.5em;
	text-align : left;
}


table.agenda{
	/*border: 1px solid black;*/
	width: 100%;
	border-collapse: collapse;
	
}

table.agenda th{
	width : 14%;
}



table.agenda td, table.agenda th{
	border: thin solid black;
	text-align: center;	
	padding:2px;
}
table.agenda td{
	vertical-align: top;
}


table.agenda, table.agenda tr, table.agenda th, table.agenda td, table.agenda caption{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 0.95em;
}

table.agenda caption{
	padding : 0.5em;	
	caption-side: top; 
	width: auto;
	text-align: center;
	background-color: #cc4f4f;
	border: thin solid black;
	font-weight:bold;
	font-size: larger;
}

table.agenda p{
	text-align: center;
	background-color: #cc4f4f;
	border: 1px solid #d0d0d0;
	padding: 2px;
}

table.agenda a, table.agenda a:link, table.agenda a:visited, table.agenda a:active {
	color: #000000;
	/*background-color: none;*/
	font-weight: bold;
	text-decoration: underline;
}

table.agenda a:hover {
	color: #ff3300;
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

th.agendaNav {
	background-color: #cc4f4f;
	font-size: 14px;
}

th.agendaNav a, th.agendaNav a:link, th.agendaNav a:visited, th.agendaNav a:active {
	color: #ffffff;
	/*background-color: none;*/
	font-weight: bold;
	text-decoration: none;
}

th.agendaNav a:hover {
	color: #000000;
	/*background-color: none;*/
	font-weight: bold;
	text-decoration: none;
}

.agendaHead {
	color: #ffffff;
	background-color: #cc4f4f;
}
td.agendaHead {
	width:14%;
}


.agendaThisDay {
	background-color: #ffffb0;
	border: 2px solid #bab707;
	font-weight: bold;
}

.agendaThisMonth {
	background-color: #ffffe0;
}

.agendaNotThisMonth { background: #ffeaea; }

ul.agendaThemes {
	list-style: none;	
	margin: 0 0 0 20px;
	padding: 0;
}

ul.agendaThemes ul.agendaThemes {
	list-style: none;	
	margin: 5px 0px 0px 15px;
	padding: 0px;
}