#agenda .mod_calendar {
    color: #93c049;
	font-size: 80%;
    font-weight: bold;
	text-align: center;
	border: 1px solid #93c049;
	-webkit-border-radius: 5px;
	-moz-border-radius :5px;
	width: 480px;
}

.mod_calendar table {
    
    border-collapse: collapse;
	width: 480px;
	
}

.mod_calendar .head {
    border: none;
	color: #fff;    
}

.mod_calendar table thead th {
	border: 1px solid #fff;
    text-align: center;
    font-weight: bold;
	padding: 10px;
	color: #fff;
}

.mod_calendar table thead th.previous a, .mod_calendar table thead th.next a {
	color: #fff;	
}

.mod_calendar table thead {
    background-color: #93c049;
    color: #fff;
	border: 1px solid #93c049;
}

.mod_calendar .days {
    border: 1px solid #93c049;  
    padding: 10px;   
} 

.mod_calendar table tbody tr td.active div.event {
	padding-top: 5px;
	
}


/*
.mod_calendar table:last-child {
    border-bottom: 10px solid #93c049;
}
*/

.mod_calendar table tbody tr.last {
	 border-bottom: 10px solid #93c049;
}

.mod_calendar .red a {
    color: red;
}

.mod_eventreader div.event h1 {
	background: url(../images/puce_0.gif) center left no-repeat;
	padding-left: 10px;
	margin-right: 10px;
	float: left;
	
}

.mod_eventreader div.event p.info {
	font-size: 10px;
	font-style: italic;
	color: #b1b2b4;
	margin-top: 13px;
	
}

.mod_eventreader div.ce_text {
	clear: both;
}

#agenda {
	
}

#lienRSS {
	width: 220px;
	height: 33px;
	margin: 0 auto;
	clear: left;
	font-size: 9px;
	font-weight: bold;
	display: block;
}


#agenda #lienRSS a {
	background: url(../images/btn_rss.png) no-repeat center left;
	width: 203px;
	height: 23px;
	padding: 8px 30px 0 30px;
	color: #fff;
	text-decoration: none;
	display: block;

}
