/*Pour toutes les pages du site
/////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body
{
 
   margin: auto;  /*a ne pas changer, c'est pour une meilleur disposition */
   background-image: url("/img/fond.gif");
   background-repeat: repeat;
   padding-top: 100px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 80%;
   background-color:#FFFFFF;
}

table 
{ 
border: none; 
}

a  /* les liens */
{ 
   color:#000000; 
   font-weight: bold;
   text-decoration: none;
}

a:hover 
{
  color:#FF33FF; 
}

#content
{
background-color:#FFFFFF;
}
/*//////////////////////////////////////////////////////////////////////*/
/* Pour les images
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

img /*image*/
{
border: none;
}