.page_banner.catalogue {
    background: url(/Files/App_002/Images/banner_produits.jpg) no-repeat center top;
    background-size: cover;
}
.download_pdf {
    float: right;
    width: auto;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    text-align: center;
    background: #30abca;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    font-family: "Trebuchet MS";
    text-transform: uppercase;
    text-decoration: none;
    outline: 0;
    margin-top: 30px;
}
.download_pdf:hover {
    color: #FFF;
    text-decoration: none;
}
.download_pdf:focus {
    color: #FFF;
    text-decoration: none;
}

.download_pdf:hover {background: #e57816;}
