#kwicks_container {
    height: 100px;
}

#kwicks {
    position: relative;
}

#kwicks .kwick {
    float: left;
    display: block;
    width: 150px;
    height: 150px;
}

#kwicks a span {
    cursor: pointer;
    display: block;
    height: 150px;
    width: auto;
}

#kwick_accueil {
    background-image: url( ../../img/accueil.png );
    background-repeat: no-repeat;
}

#kwick_constructions {
    background-image: url( ../../img/constructions.png );
    background-repeat: no-repeat;
}

#kwick_renovations {
    background-image: url( ../../img/renovations.png );
    background-repeat: no-repeat;
}

#kwick_contact {
    background-image: url( ../../img/contact.png );
    background-repeat: no-repeat;
}
