@import url("general.css");

table{
    border-spacing: 0;
    margin: 0 auto;
    width: 69%;
    margin-bottom: 12em;
}

th, td{
    border: 2px solid rgb(1, 183, 255);
    padding: 30px;
    text-align: center;
    width: 33.333333333333%;
}

caption{
    margin-top: 20px;
    font-size: 24px;
    background-color: rgba(255, 255, 255, .2);
    padding-bottom: 10px;
    padding-top: 7px;
}

.tab-title{
    background-color: rgba(1, 183, 255, .6);
}

.tab{
    background-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .4);
}

.bordure-haut{
    border-top-left-radius: 15em;
    border-top-right-radius: 15em;
}

.bordure-bas-gauche{
    border-bottom-left-radius: 10px;
}

.bordure-bas-droit{
    border-bottom-right-radius: 10px;
}