table.programmes {
    border-collapse: separate;
    border-spacing: 0;
    width: 535px;
    z-index: 0;
}

table.programmes td:first-child {
    width: 49%;
}

table.programmes td:last-child {
    width: 49%;
}

table.programmes td {
    border: 2px solid rgb(75, 146, 216);
    font: bold 12px Arial;
    padding: 2ex;
    text-align: center;
}

table.pseudo-buttons td:not(:empty):hover,
table.pseudo-buttons td:not(:empty):hover * {
    background-color: rgb(75, 146, 216);
    color: white;
}

table.programmes tr td:empty { 
    border: none;
    cursor: default;
    padding: 0;
    width: 8px;
    height: 8px;
}

.hover {
    position: relative;
}

.tooltip {
    display: none;
    background-color: rgb(75, 146, 216);
    color: white;
    border-radius: 5px;
    padding: 1em;
    position: absolute;
    top: 60px;
    left: 60px;
    width: 64ch;
    text-align: justify;
}

.right {
    left: auto;
    right: 60px;
}

.top {
    top: auto;
    bottom: 60px;
}

table.programmes td:not(:empty):hover div.tooltip {
    display:block;
    opacity: 1;
    z-index: 100;
}

table.recruitment {
    border-collapse: collapse;
    width: 100%;
}

table.recruitment td {
    background-color: rgb(243, 243, 243);
    border: none;
    padding: 0 1em;
    vertical-align: top;
    width: 177 px;
    height: 93px;
}

table.recruitment button {
    background-color: none;
}

table.recruitment td:empty {
    background-color: white;
    padding: 0;
    width: 2px;
}

table.recruitment a {
    text-decoration: none;
}

table.recruitment a:active, 
table.recruitment a:focus {
    outline:none;
}

h2 img {
    vertical-align: middle;
}

p.collapsed {
    margin-left: 30px;
    padding-left: 2em;
}
