table.agenda {
text-align:right;
background-color:#eeeeee;
}

table.agenda, table.agenda tr, table.agenda th, table.agenda td {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

.agendaNav {
	background-color: #003366;
	color:#FFFFFF;
	text-align: center;
}
.agendaNav a{
color:#FFFFFF;
text-decoration: underline;
}
.agendaHead {
	background-color:#0099CC;
	color:#FFFFFF;
	text-align: center;
}

.agendaThisDay {
	font-weight:bold;
	color:#000000;
	background-color:#FFFFFF;
}

.agendaThisMonth {
	color:#999999;
	background-color:#FFFFFF;
}

.agendaNotThisMonth {
	color:#cccccc;
	background-color:#eeeeee;
}

#agendaEvent  {
 font-weight:bolder;
	color:#990000;
}

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

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

table.agenda select {
	font-size: 10px;
	background-color: #FFFFFF;
	color:#003366;
}

table.agenda input {
color:#FFFFFF;
font-size:100%;
background-color:#003366;
border:1px solid #FFFFFF;
}

.agendaThisMonth ul a.lien {
color:#003366;
text-decoration:none;
text-align:left;
}
.agendaNotThisMonth ul a.lien {
color:#999999;
text-decoration:none;
text-align:left;
}
.agendaThisDay ul a.lien {
color:#003366;
text-decoration:none;
text-align:left;
font-weight:bold;
}
.agendaThisMonth ul a.lienAsso {
color:#990000;
text-decoration:none;
text-align:left;
}
.agendaNotThisMonth ul a.lienAsso {
color:#999999;
text-decoration:none;
text-align:left;
}
.agendaThisDay ul a.lienAsso {
color:#990000;
text-decoration:none;
text-align:left;
font-weight:bold;
}

.ul_ag{
font-size: 11px;
text-align:left;
list-style-type:none;
padding: 0;
margin: 0;
}

.agendaThisMonth li.li_agb, .agendaThisDay li.li_agb{
background-image: url(img2/puce_b.gif);
background-repeat: no-repeat;
background-position: 0px 4px;
padding: 0 0 0px 7px; 
}
.agendaThisMonth li.li_agbAsso, .agendaThisDay li.li_agbAsso{
background-image: url(img2/puce_r.gif);
background-repeat: no-repeat;
background-position: 0px 4px;
padding: 0 0 0px 7px; 
}
.agendaNotThisMonth li.li_agb, .agendaNotThisMonth li.li_agbAsso{
background-image: url(img2/puce_g.gif);
background-repeat: no-repeat;
background-position: 0px 4px;
padding: 0 0 0px 7px; 
}