/*----------------------------- HAMMAM --------------------------------*/

#hammam_salle
{
        position                        : absolute;
        left                            : 180px;
        top                             : 0px;
        background-image                : url("images/salle_hammam_400x300.jpg");
        width                           : 400px;
        height                          : 300px;
        z-order                         : 1;
}

#hammam_text
{
        position                        : absolute;
        left                            : 600px;
        top                             : 0px;
        width                           : 250px;
        height                          : 300px;
        z-order                         : 1;
}

#hammam_douche
{
        position                        : absolute;
        left                            : 180px;
        top                             : 320px;
        background-image                : url("images/douche_hammam_210x280.jpg");
        width                           : 210px;
        height                          : 280px;
        z-order                         : 1;
}

#hammam_argan
{
        position                        : absolute;
        left                            : 410px;
        top                             : 320px;
        background-image                : url("images/argan_hammam_210x280.jpg");
        width                           : 210px;
        height                          : 280px;
        z-order                         : 1;
}

#hammam_hammam
{
        position                        : absolute;
        left                            : 640px;
        top                             : 320px;
        background-image                : url("images/hammam_hammam_210x280.jpg");
        width                           : 210px;
        height                          : 280px;
}

/*----------------------------- TRIDYN --------------------------------*/

#produit_intro
{
        position                        : absolute;
        left                            : 0px;
        top                             : 0px;
        width                           : 400px;
        height                          : 300px;
}



