@import url("a-general.css");

p{
    font-family:  Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    text-align: justify;
}



h1{
    text-align: center;
}

.role {
    background-color: none;
}

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

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

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

caption{
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 3px;
    padding-bottom: 5%;
    padding-top: 2%;
}

.impair{
    background-color: #808080;
}

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

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

.bordure-gauche1{
    border-top-left-radius: 10px;
}

.bordure-droite2{
    border-bottom-right-radius: 10px;
}
.bordure-left2{
    border-bottom-left-radius: 10px;
}
th p {
    text-transform: none;
    font-weight: normal;
    font-size: small;
    color: white;
}
.col1{
    font-weight: bold;
    text-transform: uppercase;
}

td ul{
    padding-left: 20%;
    padding-top: 20%;
    padding-bottom: 10%;
    line-height: 200%;
}

.soigneurs{
    color: lime;
}

.tanks{
    color: red;
}

.degats{
    color: cyan;
}
