table.agenda {
	width:100%;
}
table.agenda, table.agenda tr, table.agenda th, table.agenda td {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
}
table.agenda th form {
	display: inline;
}
table.agenda td img {
	float:left;
}
table.agenda th, table.agenda td {
	padding:2px;
	width:14%;
}	
table.agenda td {
	height:50px;
	vertical-align: top;
}	
.agendaNav {
	font-family:Arial, Helvetica, sans-serif;

	background-color: #003366;
	border:2px solid /*bordures*/ #666666 ;
	text-align: center;
	-moz-border-radius: 8px;
}
.agendaHead {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #006699;

	border:1px solid /*bordures*/ #666666 ;
	text-align: center;
	-moz-border-radius: 5px;
}
.agendaThisDay {
	border:1px solid /*liens_on*/#666666 ;
	-moz-border-radius: 5px;
	background-color:#0000FF;/*#00bbee;*/
}
.agendaThisMonth {
	border:1px solid /*bordures*/ #666666 ;
	-moz-border-radius: 5px;
	background-color: #0099cc;
}

.agendaNotThisMonth, .agendaNotThisDay {
	background: /*fond_menu*/ #ffe095 ;
	border:1px solid /*texte_clair*/#666666 ;
	-moz-border-radius: 5px;
	background		: #006699;
}

table.agenda select, table.agenda input {
	font-size: 10px;
}
table.agenda option.on {
	background: /*fond_menu*/ #ffe095 ;
}	
.agendatexte{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#3399FF;
	
}

.agendatexte:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:underline;
	color: #ffffff;
	
}

table.agenda a, table.agenda a:link, table.agenda a:visited, table.agenda a:active
{
	color: #ffffff;
	background-color: none;
	font-weight: normal;
	text-decoration: none;
}
