    .conteneurPhotos
            {
                max-height:600px;
                width:90%;
                margin-left:auto;
                margin-right:auto; 
                overflow:hidden;
                position:relative;            
            }
            
            .cycle-slideshow
            {
                width:70%;
                margin-left:auto;
                margin-right:auto;
            }
            
            .conteneurPhotos img
            {width:100%}

            .prevControl,
            .nextControl
            {
                width:100px;
                height:50px;
                border-radius: 25px;
                background-color: #FE7E00;
                text-align: center;
                padding-top: 10px;
                cursor:pointer;
            }

            .photosMiniatures
            {
                margin-top:10px;
                width:90%;
                height:80px;
                overflow:hidden;
                margin-left:auto;
                margin-right:auto;
            }
        
            .photosMiniatures div,
            .photosMiniatures img
            {
                height:100%;
            }
