/* --------------------------------------------------------------PAGES---------------------------------------------------------------------------------------------------------- */
.page_actu
{
	/* width: 58.95% !important;
	float: left;
	margin-left: 20.525%;
	background-image: url(../images/BG-page.png)!important;
	background-repeat: repeat;
	box-sizing: border-box;
	padding: 20px 85px 20px 85px; */
	background-image: url("../images/BG-page.png") !important;
	box-sizing: border-box;
	float: left;
	left: 50%;
	margin: 20px 0 0 -462.5px;
	position: relative;
	right: 0;
	width: 925px !important;
}
.content_left
{
padding: 0px 18px 0px 36px;
width: 58%;
float: left;
box-sizing: border-box;
}
.content_right
{
width: 42%; 
float: right;
box-sizing: border-box;
padding: 70px 36px 36px 36px;
}
li.actu{
	margin-top: 30px;
}
/* --------------------------------------------------------------POLICE---------------------------------------------------------------------------------------------------------- */
.page_actu h1
{
	background-image: url("../images/titre.png");
	background-repeat: no-repeat;
	color: #e5edd8;
	font-size: 23px;
	font-weight: 500;
	height: 55px;
	line-height: 40px;
	margin: 35px 0;
	text-align: center;
	width: 511px;
}
.page_actu h2
{
	color: black;
	margin: 8px 0px 8px 0px;
}
.page_actu h3.date
{
	position: absolute;
	text-align: center;
	color: white;
	bottom: 0px;
	left: -2px;
	background-color: #1c73b6;
	width: 221px;
	font-style: italic;
	font-size: 15px;
	height: 25px;
	line-height: 25px;
}
.page_actu a
{
	text-decoration: none;
}
ul#list_actus{
	WIDTH: 100%;
	LIST-STYLE: NONE;
	PADDING: 0PX;
}
/* --------------------------------------------------------------IMAGE---------------------------------------------------------------------------------------------------------- */
.thumbnail img{
	border: 1px solid #cdcdcd;
	height: auto;
	max-height: 300px;
	position: relative;
	width: 100%;
}
.thumbnail{
	position: relative;
}
.thumbnail_single_actus {
	position: relative;
	width: 100%;
	text-align: center;
	display: inline-table;
	margin: 0 0 10px;
}
.thumbnail_single_actus img{
	border: 1px solid #cdcdcd;
	height: auto;
	max-height: 400px;
	position: relative;
}
.thumbnail_single_actus h3{
	background-color: #dddddd;
	color: #444444;
	padding: 5px 0;
}
.thumbnail_single_actus p{
	text-align: justify;
}

.retour-actus {
	background: none repeat scroll 0 0 #ddd;
	color: #444;
	display: block;
	left: 0;
	margin: 10px auto;
	padding: 10px;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in 0s;
	width: 30%;
}
.retour-actus:hover {
	background: none repeat scroll 0 0 #9d9d9d;
	color: #000;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
