a
{
text-decoration: none;
color: black;
}

a:hover
{
color: teal; 
}

h1
{
    text-indent: 10px;
    text-align: left;
    font-size: 16px;
    font-family: "Comic Sans MS";
}


p1
{
    color: navy;
}

p
{
    width: 90%;
    text-indent: 10px;
    margin: auto;
    font-size: 16px;
    text-align: justify;
    margin-top: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Georgia";
    font-size: 16px;
}

p1
{
    width: 100%;
    margin: auto;
    font-size: 16px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 32.5px;
}

body
{
    background: black;
    width: 650px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;    
}

#en_tête
{
   width: 650px;
   height: 100px;
   background-image: url("raton3.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;    
}

table
{
    width: 650px;
    margin: auto;
}

td
{
    text-align: center;
}

#menu
{
    background: black;
}

#corps
{
    background: white;
}

.purple
{
text-decoration: none;
color: purple;
}

.white
{
    text-decoration: none;
    color: white;
    font-family: "Comic Sans MS";
}

em
{   
    font-style: italic;
}

.element_header
{
    list-style-type: none;
}