table{
    border-spacing: 0;
    margin:5px auto;
    width: 75%;
}



th, td{
    border:1px solid black;
    padding:10px;
    text-align: center;

}

th{
    background-color: #393939;
    color: #d0fc20;
    line-height: 1.4em;
    text-transform: uppercase;
}


caption{
    font-size: 2em;
    font-weight:bold;
    letter-spacing: 3px;
    background-color: rgb(43, 42, 42);
    position:relative;
    bottom:27px;
    padding:5px;
    box-shadow: 0px 10px 10px rgb(130, 118, 3);
    color: #fff;
    font-family: 'Metal', cursive;

}

.petite{
    font-size: 1em;
    
    letter-spacing: 3px;
}
.impair{
    background-color: #808080;
}

.pair{
    background-color: #222;
    color: #808080;
}

.bordure-droite1{
    border-top-right-radius: 10px;
}

.bordure-gauche1{
    border-top-left-radius: 10px;
}
.bordure-droite2{
    border-bottom-right-radius: 10px;
}
.bordure-gauche2{
    border-bottom-left-radius: 10px;
}

.image3{
    width: 1520px;
    height:500px;
    
}