/* CSS Document */

/*Styles généraux de la page*/

Body
{
width: auto;
margin-left: auto;
margin-right: auto;
background-color: #000000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #FFFFFF;
text-align: justify
}
a
{
color: #CCCC33;
}

a:hover
{
color: #FF0033;
text-decoration: underline;
}
h1, h2, h3
{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #3399FF;
}
#corps
{
padding: 10px
}


