/* ///////////////////////////////////////////////////////////////////////////////////// */
/*                                      Actu Top                                                             */
/* ///////////////////////////////////////////////////////////////////////////////////// */

.actu_top_cartouche {
	position: relative;
	width: 1000px;
	cursor: pointer;
}

.actu_top_image {
	position: relative;
	width: 1000px;
	height: 370px;
	background-size: 100% auto;
	background-position: center center;
}

.actu_top_degrade_top {
	position: absolute;
	width: 1000px;
	height: 15px;
	background-image:url(./images/degrade_top.png);
}

.actu_top_degrade_bottom {
	position: absolute;
	width: 1000px;
	height: 15px;
	top: 355px;
	background-image:url(./images/degrade_bottom.png);
}

.actu_top_fade {
	position: absolute;
	width: 1000px;
	height: 50px;
	top: 320px;
	background-image:url(./images/bandeau-noir.png);
}

.actu_top_titre {
	position: absolute;
	color: #FFFFFF;
	font-family: menphis;
	font-size: 38px;
	left: 10px;
	width: 900px;
	text-decoration: none;
}

.actu_top_date {
	position: absolute;
	color: #FFFFFF;
	font-size: 13px;
	bottom: 8px;
	left: 900px;
}

.actu_top_resume_conteneur {
	position: relative;
	width: 100%;
}

.actu_top_resume_text {
	color: #000000;
	font-size: 15px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
}

.actu_top_video {
	position: absolute;
	top: 161px;
	left: 476px;
	width: 49px;
	height: 49px;
	background-image:url(./images/icon_video.png);
}







/* ///////////////////////////////////////////////////////////////////////////////////// */
/*                                      Liste Actus                                                         */
/* ///////////////////////////////////////////////////////////////////////////////////// */

.actu_list_conteneur {
	position: relative;
}

.actu_list_orange_line {
	position: relative;
	height: 3px;
	background-color: #FF8C00;
}

.actu_list_row {
	position: relative;
	height: 395px;
	background-color: #E8EAEA;
}

.actu_list_actu_conteneur {
	position: absolute;
	width: 310px;
	height: 180px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

.actu_list_actu_titre {
	position: absolute;
	bottom: 25px;
	width: 305px;
	color: #FF8C00;
	font-family: menphis;
	font-size: 20px;
	text-align: left;
	background-image:url(./images/bandeau-noir.png);
	padding-left: 5px;
}

.actu_list_actu_info {
	position: absolute;
	bottom: 0px;
	height: 25px;
	width: 100%;
	background-color: #FF8C00;
}

.actu_list_actu_continent {
	position: absolute;
	bottom: 2px;
	left: 5px;
	color: #FFFFFF;
}

.actu_list_actu_date {
	position: absolute;
	color: #FFFFFF;
	bottom: 3px;
	right: 5px;
	font-size: 12px;
}

.actu_list_actu_video {
	position: absolute;
	top: 45px;
	left: 131px;
	width: 49px;
	height: 49px;
	background-image:url(./images/icon_video.png);
}

.actu_list_prev {
	position: absolute;
	left: -20px;
	top: 180px;
}

.actu_list_next {
	position: absolute;
	right: -20px;
	top: 180px;
}




/* ///////////////////////////////////////////////////////////////////////////////////// */
/*                                      Actu Détail                                                        */
/* ///////////////////////////////////////////////////////////////////////////////////// */

.actu_detail_titre_conteneur {
	position: relative;
	width: 920px;
	margin: auto;
	text-align: justify;
}

.actu_detail_titre {
	position: relative;
	color: #FF8C00;
	font-family: menphis;
	font-size: 50px;
}

.actu_detail_line {
	position: relative;
	background-color: #FF8C00;
	height: 1px;
	width: 100%;
}

.actu_detail_date {
	position: relative;
	font-size: 12px;
	line-height: 2;
}

.actu_detail_contenu {
	position: relative;
	width: 920px;
	margin: auto;
	text-align: justify;
}

.actu_detail_contenu_titre {
	text-align: justify;
	font-size: 24px;
	color: #FF8C00;
}

.actu_detail_contenu_text {
	text-align: justify;
	font-size: 18px;
	text-align: justify;
}

.actu_detail_image_split_conteneur {
	position: relative;
	width: 920px;
	height: 366px;
}

.actu_detail_image_split_left {
	position: absolute;
	height: 366px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

.actu_detail_image_split_right {
	position: absolute;
	height: 366px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

.actu_detail_image_split_separateur {
	position: absolute;
	width: 5px;
}

.actu_detail_image_split_nbimage {
	position: absolute;
	background: rgba(44, 44, 44, .5);
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 30px;
	visibility: hidden;
}