.liste-concerts {
    background-color: rgba(218, 56, 50, 0.4);
}

#concerts-header {
    padding: 8px 0px 3px 15px;
}
#concerts-header a {
    color: rgba(255,255, 255, 0.5);
}

#concerts-header a.selected {
    color: #fefae3
}

#past-concerts {
    margin-left: 10px;
}


#concerts-scroll {
    height: 620px;
    overflow: scroll;
}

.liste-concerts table {
    border-collapse:separate;
    border-spacing: 0 2px;
    width: 100%;
}

.liste-concerts tr {
    background-color: rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
}

.liste-concerts td {
    padding: 5px 5px;
}

.liste-concerts td a {
    color: #fefae3;
}

.date-concert {
    color: #ffbd31;
    text-align: right;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
}

.lieu-concert {
    color: #fefae3;
    font-size: 14px;
}

.billetterie-button {
    color: #fefae3;
    font-size: 14px;
    padding: 5px 15px;
    border: #fefae3 solid 1px;
    border-radius: 20px;
    height: 30px;
}

.billetterie-button:hover {
    color: #ffbd31;
    text-decoration: none;
    border-color: #ffbd31;
}

.billetterie-concert a:hover {
    text-decoration: none;
}