a.menu:link
{
    color: blue;
    text-decoration: none
}
a.menu:visited
{
    color: blue;
    text-decoration: none
}
a.menu:active
{
    color: blue;
    text-decoration: none
}
a.menu:hover
{
    color: blue;
    text-decoration: underline overline
}
body
{
    backgroud-color: white;
}
div.centrer
{
    text-align: center;
}
div.ecrivez-moi
{
    color: black;
    font-size: 10pt;
    text-decoration: underline;
}
div.nom
{
    color: black;
    font-size: 27pt;
    text-decoration: underline;
    text-align: center;
}
div.titre
{
    color: black;
    font-size: 14pt;
    text-align: center;
}
img.image
{
    border: 0;
}
img.lettre
{
    padding-left: 5px;
    padding-right: 2px;
}