body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    width:100%;
}
.gauche {
    float:left;
}
.droite {
    float:right;
}

.largeur{
    width:100%;
}

.initGauche{
    clear:left;
    float:left;
}

.info {
    clear:left;
    float:left;
    width:600px;
    background-color: #FFFAFA;
    border: thin dashed #6495ED;
    font-style : italic;
    font-size: small;
    font-weight: normal;
}

.gaucheLst
{
    clear:left;
    float:left;
    width:640px;
}

a:link {
   color:#834807;
   text-decoration: none;
   font-weight: bolder;
}
a:active {
    color: #834807;
    text-decoration: none;
    font-weight: bolder;
}
a:visited {
   color: #834807;
   text-decoration: none;
   font-weight: bolder;
}
a:hover{
    color: red;
    text-decoration: none;
    font-weight: bolder;
}

h1 {
    clear:left;

    margin-top:20px;
    font-family: Arial;
    font-size: larger;
    font-weight: bolder;
    font-style: oblique;

    color: Teal;
}

h2 {
    clear:left;
    font-family: Arial;
    font-size: larger;
    font-weight: bolder;
    color: Teal;
    }
