#BackgroundGallery{
    float:left;
    width: 100%;
    background: url("/public/images/wood-bg.jpg");
    color:#fff;
    font-size: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
}

#Modal form .thumbnail .Div_UploadImage span{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    font-size: 30px;
    text-align: center;
}
#Modal form .thumbnail .Div_UploadImage {
    float: left;
    width: 100%;
    height: 125px;
    border: 2px solid #5bc0de;
    overflow: hidden;
    z-index: 99;
    position: relative;
    color: #5bc0de;
}

#Modal form .thumbnail .Div_UploadImage .inpt_UploadImages {
    float: left;
    display: block;
    width: 100%;
    height: 125px;
    -ms-filter: "progid:DXImageTrans#Modal form.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 1000px;
    z-index: 10000;
    margin-left: 0px;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}

#Modal form .thumbnail .progress {
    float: left;
    width: 100%;
    height: 125px;
    margin:0px;
}


#Modal form .thumbnail .Div_Image {
    float: left;
    width: 100%;
    height: 125px;
    overflow: hidden;
    text-align: center;
}

#Modal form .thumbnail .Div_Image img {
    float: left;
    max-width: 100%;
    max-height: 125px;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
#Gallery .slide .callToAction{
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    text-align: center;
}

#Gallery a.Admin{
    float: right;
    position: absolute;
    text-align: center;
    background: #2c3e50;
    border: solid 3px #2c3e50;
    font-size: 15px;
    font-weight: bold;
    margin-top: -95px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    text-decoration: none;
    margin-left: 800px;
    width: 200px;
}
#Gallery a.Admin:hover{
    -moz-animation: rubberBand 0.5s;
    -webkit-animation: rubberBand 0.5s;
    -o-animation: rubberBand 0.5s;
    -ms-animation: rubberBand 0.5s;
    animation: rubberBand 0.5s;
}
#Gallery #ListeAlbum .album .callToAction .btn,
#Gallery .slide .callToAction .btn{
    border-radius: 0px;
    margin:0px;
    border: none;
}
#Gallery .slide{
    float: left;
    width: 100%;
    height: 500px;
    margin-bottom: 25px;
}
#Gallery .slide .slide{
     box-shadow: 0px 0px 15px #000;
 }
#Gallery .slide .slide .item{
    height: 500px;
    overflow: hidden;
 }
#Gallery #ListeAlbum .album .callToAction .btn-danger,
#Gallery .slide .callToAction .btn-danger{
    background: #ff0000;
    color: #ffffff;
}
#Gallery .slide .carousel-caption{
    background: url("/public/images/bg-transparent.png") repeat;
    padding-left: 30px;
    padding-right: 30px;
    right: 20%;
    left: 20%;
}
#Gallery .slide .carousel-caption h3{
    font-size: 15px;
}
#Gallery .slide .carousel-caption:hover{
    color:#ffffff;
}
#Gallery .slide .carousel-caption p{
    font-size: 12px;
}
#Gallery .slide img{
    width: 100%;
    min-height: 500px;
    float: left;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

#Gallery #ListeAlbum{
    text-align: center;
}
#Gallery #ListeAlbum .album{
    width: 250px;
    height: 200px;
    padding: 25px;
    background: url("/public/images/album.png");
    display: inline-block;
    position: relative;
}
#Gallery #ListeAlbum .album .callToAction{
    position: absolute;
    top: 30px;
    right: 10px;
    left: 10px;
    text-align: center;
}
#Gallery #ListeAlbum .album img{
    width: 200px;
    height: 150px;
}
