/*page acceuil CSS*/

body
{
text-align: center;
background-color: #000000;
text-transform: none;
/* couleur de fond de la page */
}
p
{color: #aebece;
font-size: medium;
font-family: Birdman, Verdana, Arial, "Bookman Old Style";
}
h1
{

color : #aebece;
font-size: large;
font-style: italic;
font-family: Birdman, Verdana, Arial, "Bookman Old Style";
}
h2
{

color : #aebece;
font-size: small;
font-family: Birdman, Verdana, Arial, "Bookman Old Style";
}
a img
{
border: none;
}
table
{
border-style: solid;
border-width: 1px;
border-color :#aebece;
margin-left :auto;
margin-right :auto;
}
td
{
text-align: center;

padding: 8px;
border-style : dotted;
border-width : 1px;
border-color :#aebece;
color: #aebece;

font-family: Birdman, Verdana, Arial, "Bookman Old Style";
 }
th
{
color : #a698bb;
border-style : solid;
border-width : 1 px;
border-color :#aebece;
font-size: medium;
text-align : center;
font-family: Birdman, Verdana, Arial, "Bookman Old Style";
}







