

.label-red {
	color: #fff;
	background: #c92020;
	padding: 0 7px;
	border-radius: 4px;
}

h2.bg_gris_fonce {
	background : #404545;
	color: #fff;	
	padding: 10px;
	 font-size: 1.8em;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 0em;
	font-family : sans-serif;
    text-transform: uppercase;
	text-align : center;
}

.grande_image_desc {
	display : block;
}

.bloc_image_desc {
	position : relative;
}


.bloc_image_desc .grande_image_desc img, .desc_float img{
	width : auto;
	max-width: 100%; 
	line-height : 1;
}

.bloc_image_desc .desc {
	position : absolute; 
	left : 20px;
	top : 20px; 
	color : #fff;
	width : 100%;
	max-width : 400px;
}

.redactor_editor .bg_taupe_clair {
    background: #c2bfb8 none repeat scroll 0 0;
    color: #3f4545;
}

.img_float_desc {
	float : left;
	width : 75%;
}

.desc_float {
	float : right; 
	width : 25%;
	padding : 10px 20px;
	box-sizing : border-box;
}

.desc_float li{
	list-style-type : disc;
	margin-left : 15px;
}

div.clear {
    font-size: 0;
    height: 0;
    line-height: 0;
}
.clear {
    clear: both;
}
