body{
    background-color: cadetblue;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:100;
}
a:link{
    color:black
}
a:hover{
    color:blue
}
a:visited{
    color:black
}
h1{
    text-align: center;
    font-size: 50px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight:bolder;
}
img{
    display: block;
    margin: 0 auto;
    height:70%;
    border-radius: 15px;
}
h4{
    padding-left: 2%;
    padding-right:2%
}
.intro{
    color:rgb(155, 0, 64);
}
.petit{
    font-weight: lighter;
}
th, td{
    border: 2px solid black;
    background-color: antiquewhite;
    padding: 10px;
}
th{
    background-color: rgb(79, 0, 170);
    color: white;
}