.fiche-cedant .titre{
    background-color:#a82f2d;
    color:white;
    text-transform:uppercase;
    padding: 5px 10px;
    border-radius: 4px 4px 0 0;
}
.fiche-cedant .clearflow{
    margin-top:15px;
}
.fiche-cedant .block{
    background-color: #F3F3F3;
}
.fiche-cedant .block-comm{
    padding: 5px;
    background-color: #fff;
}
.fiche-cedant .block-offre{
    margin-top:40px;
}
.fiche-cedant .left {
    float: left;
    padding-top:5px;
}
.fiche-cedant .right {
    float: right;
    padding-top:5px;
}
.fiche-cedant .art {
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 18px;
    color: #646060;
}
.fiche-cedant .gallery-img{
    padding-top:10px;
}
.fiche-cedant .gallery-img img{
    float:left;
    padding:0 5px 0 5px;
}


.dernieres-offres {
	width: 100%;
}

.dernieres-offres .cv8d-object {
	clear: inherit;
	display: block;
	float: left;
    min-height: 400px;
    width: 31%;
	margin-left: 3.5%;
    border: 1px solid #009d6b;
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(top, #ffffff, #f2f2f2);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 6px #aaaaaa;
	-moz-box-shadow: 0 0 6px #aaaaaa;
	box-shadow: 0 0 6px #aaaaaa;
}

.dernieres-offres .cv8d-object:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

.dernieres-offres .cv8d-object .img {
	width: 100%;
	margin-bottom: 1em;
	text-align: left;
}

.dernieres-offres .cv8d-object .img img {
	height: auto;
	max-width: 100%;
}

.dernieres-offres .cv8d-object .img  a:after {
	display: none;
}

.dernieres-offres .cv8d-object .title {
	font-family: 'exomedium', helvetica, arial, verdana, sans-serif;
	font-size: 1.3em;
	line-height: 1em;
	margin-bottom: 0.5em;
    color:#009d6b;
}

.dernieres-offres .cv8d-object .more-about {
    display:block;
}


.dernieres-offres .cv8d-object .tarif:after {
    content:" euros";
	color: #009d6b;
}

.dernieres-offres .cv8d-object .tarif {
	font-weight: bold;
	color: #009d6b;
}

.dernieres-offres .cv8d-object dl {
	margin-bottom: 0.5em;
}

.dernieres-offres .cv8d-object a:after {
	color: #009d6b;
}

@media (max-width: 767px) {


	.dernieres-offres .cv8d-object {
		display: block;
		float: none;
		width: 100%;
		min-height: inherit;
		margin-left: 0;
	}
}