#galeries_content{
    position:relative;
    left: 0;
    position: absolute;
    top: 57px;
    bottom: 50;
    width: 100%;
}
#galeries_content table{
    border-collapse: separate;
    border-spacing: 0px 0px; 
    height: 100%;
    width:100%;
    position: absolute;
}
#galeries tr td{
    cursor: pointer;
    width: 400px !important;
    height: 100px;
    padding: 0;
    border: 0;
}
#pagination{
    height:45px;  
    line-height: 45px;  
    background-color: rgba(4,4,4,0.82);
    border-top: 5px solid #185fbd;
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;
    text-align: center;
}
#pagination a{
    display: inline-block;
    height:30px;
    text-decoration: none;
    color:#fff;
    background-color:#185fbd;
    padding:0px 8px;
    margin: 0px 2px;
    line-height: 30px;
}
#pagination a.disable{
    opacity:0.5;
}
#galeries_content table tr td a{
    display:block;
    height: 100%;
    width: 100%;
    background-size:cover;
    background-position: 50% 50%;
}
.detail-photo{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}
.detail-photo .image{
    position: absolute;
    overflow: hidden;
    color:#fff;
}
.detail-photo .image img{
    margin-bottom: 10px;
}
.detail-photo .image .titre{
    text-transform: uppercase;
    text-align: center;
}
