/* Clear de flottant */

#econtact.roundedBlock li,
.focus h4,
#footer,
.clearer { zoom:1; /* IE seulement */ }

/* Pour clear les flottants */
.clearer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
