body 
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

a img
{
    border:none;
}

p.mars
{
    font-size: 12px;
    font-family: Arial,sans-serif;
    text-decoration: none;
    text-align: justify;
    /*text-indent : 12px;*/
}

p.marsdroite
{
    font-size: 12px;
    font-family: Arial,sans-serif;
    text-decoration: none;
    text-align: right;
}

p.marsitalique
{
    font-size: 12px;
    font-family: Arial,sans-serif;
    text-decoration: none;
    text-align: justify;
    font-style:italic;
}

p.marscentre
{
    font-size: 12px;
    font-family: Arial,sans-serif;
    text-decoration: none;
    text-align: center;
}

p.marssoustitre
{
    font-size: 12px;
    font-family: Arial,sans-serif;
    text-decoration: none;
    text-align: center;
    font-weight:bold;
    text-transform:uppercase;
    color:#405080;
}

p.marslegende
{
    font-size: 10px;
    font-family: Arial,sans-serif;
    text-decoration: none;
    text-align: center;
    font-style:oblique;
}

ul.marslist
{
    list-style-type:square;
    font-size: 12px;
    font-family: Arial,sans-serif;
    text-decoration: none;
    text-align: justify;
}


table, th, td
{
    font-size: 12px;
    font-family: Arial,sans-serif;
    text-decoration: none;
    text-align: justify;
    border-collapse:collapse;
}