#cookiesinfo {
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
    background: #000;
    padding: 5px 0 3px;
    text-align: center;
    font-size: 13px;
    color: #FFF;
    height: 20px;
    position: relative;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #cccccc;
}
#cookiesinfo a,#cookiesinfo a:hover, #cookiesinfo a.accept-cookie{
    color: #FFF;
}
#cookiesinfo a.accept-cookie.orange {
    color: #FE6600;
    background: #ffffff;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #565656;
    font-size: 14px;
    margin: 0 5px;
}
#cookiesinfo a.accept-cookie.orange:hover {
    color: #f2f2f2;
    background: #ff5c00;
    border: 1px solid #0a0a0a;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
#cookiesinfo a.accept-cookie:hover {
    color: #ff5400;
}
#cookiesinfo .infos:hover {
    text-decoration: underline;
}
#cookiesinfo .close {
    cursor: pointer;
    margin-left: 10px;
    text-decoration: underline;
}