h2, #gauche, #droite
{                                                            
    font-family: Garamond;
    text-align: justify;
    color : gray; 
    font-size: 24px;
}

#gauche
{
    margin-top: 150px;
    float: left;
    margin-left: 190px;
}

#droite
{
    margin-top: 150px;
    float: right;
    margin-right: 70px;
}

h2
{
    color: rgb(170,4,9);
    margin-left: 320px;
}

a, a:visited
{
    color : gray;
    text-decoration: none;
}

#gauche a:hover, #droite a:hover
{
    background-color: rgb(249,189,204);
}
