/*
Design d'exemple du Site du Z�r0
R�alis� par zaz, venom et mateo21
http://www.siteduzero.com
*/

/* Le corps de la page */

body
{
   background-color: #000000;
   margin-left: 5px;
   margin-bottom: 20px;
   padding: 5px;
   color: #FFFFFF;
   background-repeat: repeat-x;
   border: 2px solid black;
   background-image: url("images/logo.jpg");
}

h1
{
   color: #FFD700;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   }

h6
{
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

br
{
     text-align: justify;
}

p
{
     text-align: justify;
}

table {
    margin-left:auto;
    margin-right:auto;
    text-align: left
    }

tbody
{
   align: center;
}

td
{
   text-align: left;
}



