
#news 
{
	position: absolute; 
	left: 0px; 
	right: 0px; 
	top: 0px; 
	bottom: 0px; 
}

#news .content 
{ 
	top: 0px; 
	bottom: 38px; 
	padding-top: 20px; 
	padding-left: 20px; 
	padding-right: 20px; 
}

#news .news-entry
{
	max-width: 800px;
	margin: auto;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
}

#news .news-entry p { margin-bottom: 20px; }

#news .news-icon 
{ 
	float: left; 
	margin-right: 5px; 
}

#news .news-icon  img
{
	width : 120px; 
	height: 120px; 
}

#news .news-body, #news .news-date { margin-bottom: 20px; }

#news .news-body img, 
#news .news-entry .video, 
#news .news-entry iframe 
{
	border-radius: 10px;
	border: none;
	box-shadow: none;
}

#news .news-body .no-deco 
{
	border-radius: 0px; 
	border: none; 
	box-shadow: none; 
}

#news .news-entry .video 
{ 
	width: 560px; 
	margin: auto; 
}


#news .news-more 
{ 
	clear: both; 
	text-align: right; 
}

#news .news-date
{
	font-weight: bold; 
	font-style: italic; 
	color: rgb(77, 130, 195);
}

#news-nav 
{ 
	position: absolute; 
	bottom: 10px; 
	width: 100%; 
}

#news-next 
{ 
	float: left; 
	margin-left: 22px; 
}

#news-prev 
{ 
	float: right; 
	margin-right: 22px; 
}

#news-accueil { text-align: center; }
