﻿*
{
    margin: 0;
    padding: 0;
}

#SliderBackground
{
    position: fixed;
    /* width: 100%; */
    /*height: 500px;*/
    top: 0;
    background-color: rgba(0,0,0,0.85);
    left: 0;
    right: 0;
    bottom: 0;
}

#SliderContainer
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
    width: 600px;
        /*width: 800px;*/
    height: 500px;
    /*background-color: black;*/
    background-color:transparent;
    /*background-image:url(/imgThumbnail.ashx?FileName=7-001.jpg&Size=Large);
    background-repeat:no-repeat;*/
}

    #SliderContainer *
    {
        position: absolute;
    }

#imgclose
{
    /*float: right;
    margin-top: 7px;
    margin-right: 22px;
    position: relative;*/
    position: fixed;
    right: 20px;
    top: 20px;
    cursor:pointer;
}

#imgprec, #imgsuiv
{
    /*position: relative;
    margin-top: 215px;*/
        position: fixed;
    top: 444px;
    cursor:pointer;
    /*top: 80px;*/
}

#imgcycle
{
    position: absolute;
    top: 450px;
    left: 750px;
    width: 38px;
    cursor:pointer;
}

#imgdownload
{
    position: absolute;
    top: 402px;
    left: 750px;
    width: 38px;
    display: none;
    cursor:pointer;
}

#imgprec
{
    /*margin-left: 0px;*/
    left:20px;
}

#imgsuiv
{
    /*float: right;
    margin-right: -98px;*/
    right:20px;
}

.popup
{
    display: block;
    z-index: 1000;
}

.nopopup
{
    display: none;
}

#divcurrentimage
{
    /*background-color: black;*/
    background-color:transparent;
    width: 600px;
    height: 400px;
    top: 30px;
    /*left: 100px;*/
    overflow: hidden;
}

#divcontainerimages
{
    /*background-color: black;*/
    background-color:transparent;
    height: 400px;
    width: 1800px;
    display: flexbox;
    display: -webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
}
#divcontainerimages div
 {
    /*cursor:pointer;*/

}

#currentimage, #nextimage, #tempoimage, #previmage
{
    position: relative;
    width: 600px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}


#previmage
{
    margin-left: -600px;
}

#libelleImage
{
    font-family: helvetica neue,helvetica,arial,sans-serif;
    position: absolute;
    color: white;
    font-size: 15px;
    /* margin-top: 392px; */
    bottom: 40px;
    /*left: 100px;*/
    right: auto;
    display: block;
    width: 600px;
    text-align: center;
}

.imgtoclick {
    cursor:pointer;
}