#accueil {

}
#accueilEdito {
	margin-bottom: 20px;
}
#accueilEdito h1 {
	font-size: 19px;
	padding: 0;
	border: 0;
	background: none;
}
#accueilActu {
	background: #F7EAB8 url(../img/t_actus.gif) top left no-repeat;
	float: left;
	width: 295px;
	margin-top: 30px;
	padding-top: 40px;
}
#accueilAgenda {
	background: #F7DAB7 url(../img/t_agenda.gif) top left no-repeat;
	float: right;
	width: 295px;
	margin-top: 30px;
	padding-top: 40px;
}
.encartAgenda{
	padding: 10px;
}
.encartActu .date{
	padding-bottom: 10px;
	color: #e3ba14;
	font-weight: bold;
}
.encartAgenda .date{
	padding-bottom: 10px;
	color: #E68411;
	font-weight: bold;
}
.encartAgenda .titre{
	font-weight: bold;
	margin-top: 5px;
	display: block;
}
.soustitre{
	display: block;
	margin-top: 3px;
}
.suite {
	margin-left: 5px;
}
.encartActu{
	padding: 10px;
}
.encartActu .titre{
	display: block;
	color:#000;
	font-weight:bold;
}
.titre a:link, .titre a:visited {
	color: #000;
} 