﻿/* Vous pouvez créer vos styles ici */
img{
    width: 400px;
    height: 200px;
}

.text{
    font-family: 'Time New Roman';
}

body{
    background-color: #ff0526;
}

#imgindex{
    display:block;
    margin: auto;
}

#tableau_attaques{
    border: 1px solid black;
    margin: auto;
}

.color{
    color:white;
}

td{
    border: 1px solid black;
}