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

#news #categories-list
{
	margin-top: 30px;
	text-align: center;
}

#news #categories-list ul
{
	display: inline-block;
	text-align: left;
}

#news #categories-list ul li
{
	list-style-type: none;
	text-align: left;
	margin: 0px;
	margin-bottom: 10px;
}

#news #categories-list ul li .arrow
{
	color: rgb(250, 250, 250);
	margin-right: 5px;
}

#news #categories-list ul li a
{
	font-size: 1.2em;
}

#news .news-entry
{
	max-width: 800px;
	margin: auto;
	margin-bottom: 20px;
}

#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 .no-deco
{
	border-radius: 0px;
	border: none;
	box-shadow: none;
}

#news .news-preview .news-body
{
	max-height: 400px;
	overflow: hidden;
	mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 30%);
	-webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, black 30%);
}

#news .news-body img
{
	max-width: 500px;
	width: 90%;
}

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

#news .news-entry ul
{
	margin-left: 50px;
}

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

#news .news-date
{
	font-weight: bold;
	font-style: italic;
}

#news .table-border
{
	padding: 4px;
	border-radius: 4px;
}

#news .table-border table
{
	width: 100%;
	border-collapse: collapse;
}

#news .table-border th, #news .table-border td { padding: 10px; }
#news .table-border th { text-aligne: center; }

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

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

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

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