.listings ul.properties_list li {
    display: block;
    width: 240px;
    height: auto;
    position: relative;
    float: left;
	margin-right: 30px;
	margin-top: 30px;
}
.listings ul.properties_list li:last-child {
	margin-right: 0px;
}

.listings ul.properties_list li img.property_img {
    vertical-align: top;
}
.listings ul.properties_list li .price {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 15px 10px;
    background: #fa0202;
    color: #514d4d;
    font-size: 12px;
    color: #fff;
    -moz-border-radius: 2px;
    font-family: 'Segoe UI';
    font-weight: 100;
    -o-border-radius: 2px;
}

.listings ul li .property_details {
    background-color: #c02d2d;
    padding: 15px 15px;
}

.listings ul li .property_details h1 {
    color: #fff !important;
    font-size: 16px!important;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 28px;
    text-decoration: none !important;
    font-family: 'Segoe UI';
    margin: 0;
}
.listings ul li .property_details h2 {
    font-family: 'Segoe UI';
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-align: justify;
    margin: 0;
}
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.listings {
    width: 820px;
    height: 450px;
    background-color: #f43b3b;
    float: left;
}

ul.properties_list {
    width: 786px;
    height: 450px;
	margin: 0 auto;
}
.produits {
    color: #fff;
    font-size: 24px;
    top: 10px;
    position: relative;
    font-family: 'Segoe UI';
    font-weight: 100;
}
span.read_more {
    position: relative;
    top: -26px;
    padding: 3px 9px 5px 9px;
    background: #274ca3;
    color: #fff;
    float: right;
}
.property_details{color:#fff;text-decoration:none;}
.property_details h1 a{
color:#fff;text-decoration:none;
}
.actualites{
    float: right;
    height: 450px;
    width: 350px;
    background-color: #004f93;

}

.partenaire {
    float: left;
    margin-top: 25px;
}










