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


* {
font-family: Verdana;
font-size: 14px;
}

span.entete
{
font-family: Times;
font-size: 30px;
color: #7B0C00 ;
}

span.titre
{
font-size: 24px;
color: #7B0C00 ;
font-weight: bold;
}

span.white
{
color: white ;
}

p {
margin: 10 10 10 10 ;
}

a.topmenu {
color: white;
font-weight: normal;
}
a.awhite{
color: white;
font-weight: normal;
}
a {
color: black;
text-decoration: none;
font-weight: bold;
}
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;
}
