#annuaire {
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
    background-color: white;
    caption-side: bottom;
    box-shadow: 0 0 20px white;

    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}


thead {
    background: salmon;
}

caption {

    font-variant: small-caps;
    color: gray;
}

th {
    font-size: 14px;
    color: white;
}

#annuaire>tbody>tr>td:first-child::first-letter {
    font-size: 22px;
    color: #B02121;
}

#annuaire>tbody>tr>td:first-child {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

#annuaire>tbody>tr>td:nth-child(2) {
    font-style: italic;
}

#annuaire>tbody>tr>td:nth-child(3) {
    text-align: center;
}

#annuaire>tbody>tr>td:last-child::before {
    margin-right: 5px;
    font-size: 24px;
    color: #DEB885;
    content: "✆";
}

#annuaire>tbody {
    background-color: #FFF8DC;
}

#annuaire>tbody>tr>td {
    font-size: 15px;
    border-right: solid 2px white;
    padding: 10px;
}

#annuaire>thead>tr>th {
    border-right: solid 2px white;
    padding: 10px;
}

td:last-child,
th:last-child {
    border-right: none;
}

#annuaire>tbody>tr {
    border-bottom: solid 2px white;
}

tr:last-child {
    border-bottom: none;
}

#fusion {
    width: 400px;
    height: 250px;
    border-collapse: collapse;
}

#blue {
    color: white;
    text-align: center;
    width: 300px;
    height: 50px;
    background-color: #0000FF;
}

#red {
    text-align: center;
    width: 100px;
    height: 200px;
    background-color: #FF0000;
}

#rose {
    text-align: center;
    width: 200px;
    height: 100px;
    color: black;
    background-color: #FFBFCA;
}

#yellow {
    text-align: center;
    width: 100px;
    height: 50px;
    background-color: #FFFF00;
}

#green {
    text-align: center;
    width: 100px;
    height: 30px;
    background-color: #007F00;
}

#orange {
    text-align: center;
    width: 100px;
    height: 100px;
    background-color: #FFA300;
}

#grey {
    text-align: center;
    width: 200px;
    height: 100px;
    background-color: #7F7F7F;
}

#violet {
    text-align: center;
    width: 100px;
    height: 50px;
    background-color: #7F007F;
}

fieldset {
    border: none;
}

label {
    color: #444949;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    display: block;
}

label::first-letter {
    font-size: 20px;
    color: #6495F0;
}

.obligatoire {
    color: #A9ABC1;
}

form {
    margin: auto;
    width: 350px;
    background-color: white;
    border: solid 1px grey;
    border-radius: 10px;
    box-shadow: 0 0 30px black;
}

input {
    border-color: #DDDDDD;
    background-color: #DDDDDD;
    border-radius: 6px;
    width: 100%;
}

textarea {
    background-color: #DDDDDD;
    border-radius: 5px;
    width: 100%;
}

#poster {
    padding: 6px;
    border-radius: 10px;
    border-color: white;
    color: white;
    background-color: #6495ED;
}