body {
overflow-x: auto;
overflow-y: auto;
margin: 0px;
padding: 0; 
text-align: center;
background-color: #EEFFEB;
}

* {
font-family: tahoma,arial,sans-serif;
font-size: 10pt;
color: black;
}

table {
border-collapse: collapse;
}

td.titre
{
color: #29880C;
font-size: 13pt;
font-weight: bold;
}

span.sstitre
{
font-size: 11pt;
font-weight: bold;
}

span.bottom
{
color: white;
}

p{
margin: 10pt 0pt 10pt 10pt ;
}

a {
text-decoration: none;
}
a:active {
text-decoration: none;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:visited:hover{
text-decoration: underline;
}
a:hover {
text-decoration: underline;
}
