.editorial_block { 
	position:relative;
	margin-bottom:10px;
	background-image: url('background-bleu.jpg');
	background-size:cover;
	padding:10px;
	color:#fff !important;
	min-height: 377px;
}
.editorial_block .rte {
	float:left;
	width:399px;
}
.editorial_block h3 {
	padding:0 0 10px 0;
	font-size: 30px;
	line-height: 1.2em;
	text-transform: none;
	background: none;
}
#editorial_block_center p { padding-left: 0 }
#editorial_block_center .rte p {}
#editorial_block_center .rte ul{list-style:none;}
#editorial_block_center .rte ul li{
	
	background-image: url('../../../../img/arrow-list.png');
	background-repeat:no-repeat;
	background-position:left center;
	line-height:17px;
	padding-left:20px;
	padding-bottom:5px;}
	

#editorial_block_center p#editorial_image_legend {
   margin: 0 0 10px;
   padding:0;
   font-size: 10px;
}

