.liste_logement {
    width:              590px;
    height:             130px;
    padding:            10px 5px;
    margin:             1em auto;
    background-image:   url('images/cadre_600_150.jpg');
    background-repeat:  none;
    background-position:center;
    overflow:           hidden;
}

.liste_logement_header {
    width:              100%;
    height:             29px;
    border-bottom:      1px dotted grey;
}

.liste_logement_header_titre {
    float:              left;
    font-size:          1.3em;
    font-weight:        bold;
}

.liste_logement_header_lieu {
    float:              right;
    font-size:          1.0em;
}

.liste_logement_body {
    width:              100%;
    height:             100px;
}

.liste_logement_body p{
    margin:             0.2em;
}

.liste_logement_body_photo {
    float:              left;
    width:              60px;
}

.liste_logement_body_description {
    margin-left:        60px;
    width:              378px;
    height:             100px;
    border-left:        1px dotted grey;
    border-right:       1px dotted grey;
}

.liste_logement_body_infos {
    float:              right;
    width:              150px;
}