/* -------------------
LISTE DES ACTUALITÉS
--------------------*/

#newsList{
	width: 30%;
	float: left;
	margin: 20px 0 0 20px;
}

.news_event{
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.news_event img{
	float: left;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
}

.news_event .date{
	font-size: 10px;
}

.news_event h3{
	font-size: 14px !important;
	color: #e35c7a !important;
}

.news_event .description{
	font-size: 11px;
	margin: 0 0 5px 0;
}

.news_event .linksmore a{
	font-size: 11px;
	text-transform: uppercase;
}

/* -------------------
DETAIL D'UNE ACTUALITÉ
--------------------*/
#content-actu{
	width: 60%;
	float: right;
	border-left: 1px solid #ccc;
	min-height: 300px;
	padding: 0 0 0 40px;
}
	

/* ----------
PLAN DU SITE
----------*/
#sitemap{
}


/* ----
PAGER
-------*/
.pager{
	margin:20px 0;
	text-align:center;
	clear: both;
}
	.pager a, .pager a:visited{
		background:#eee;
		border:1px solid #cccccc;
		margin:0 2px;
		padding:3px;
	}
	.pager a:hover{
		background:#ccc;
		border:1px solid #666666;
		margin:0 2px;
		padding:3px;
		text-decoration:none;
	}
	.pager a.pager_current_page,
	.pager a.pager_current_page:hover,
	.pager a.pager_current_page:visited{
		font-size:1.4em;
		font-weight:bold;
	}
	.pager a.pagerCurrentPage,
	.pager a.pagerCurrentPage:hover,
	.pager a.pagerCurrentPage:visited{
		font-size:1.4em;
		font-weight:bold;
	}
