/*!
 * Album style page
 */

html,body{
    margin: 0;
    padding: 0;
}

body{
    font-size: 15px;
    background: #555;
    font-family: 'Roboto Condensed', sans-serif;    
}

.zone-mediatheque{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    min-height: 500px;
}

.title-page{
    color: #fff !important;
    margin-top: 30px !important;
}

@media screen and (max-width: 960px){
    .title-page{
        padding: 10px !important;
    }
}

ul.list-unstyled{
    margin: 0;
    padding: 0;
}

ul.list-unstyled li{
    list-style-type: none;
    float: left;
}

ul.list-unstyled li > a{
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
}

span.roll {
    background:url(../img/mag.png) center center no-repeat #000;
    height: 160px;
    position: absolute;
    width: 260px;
    z-index: 10;    
    -webkit-box-shadow: 0px 0px 4px #000;
    -moz-box-shadow: 0px 0px 4px  #000;
    box-shadow: 0px 0px 4px  #000; 
}
