.calendar-table{
	width:100%;
	padding:0em;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table td.bottomMonthLink {
        padding:5px 0 0 0;
}
.calendar-table td.bottomMonthLink a{
	color:#FF6600;
	font-weight:bold;
	text-decoration:none;

}
.calendar-table td.bottomMonthLink a:hover{
	color:#FF8855;
	text-decoration:underline;
}
.calendar-table TD, 
.calendar-table TH {
	padding:1px;
	text-align:center;
}
.calendar-table TH{
	color:#333333;
	border-top:1px solid #7e7e7e;
	border-bottom:1px solid #7e7e7e;
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	padding:2px;
	color:#ffffff;
	font-weight:bold;
	background-color:#ff6611;
	cursor:pointer;
	text-decoration:underline;
	border:none;
}
.linked_today_nolink{
	padding:1px;
	color:#ffffff;
	font-weight:bold;
	background-color:#ff6611;
}
.linked_day{
	padding:2px;
	color:#FFFFFF;
	background-color:#B2B2B2;
	cursor:pointer;
	text-decoration:underline;
	border:none;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#ff6611;
	color:#ffffff;
	border:1px solid #7e7e7e;
	padding:0.5em;
}
.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
	font-size:1em;
	padding-left:1em;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}
p.news-single-author a {
	color:#FF7700;
	font-size:1.1em;
}
.bloc_adress_news {
	margin:35px 0 15px 0;
}
.bloc_adress_news .news-agenda-nomlieu {
	margin:0 0 5px 0;
	font-weight:bold;
}
.bloc_organisateur_news .news-agenda-nomorganisateur {
	margin:0 0 5px 0;
	font-weight:bold;
}
.news-single-img {
	margin:20px 0 0 0;
}