
BODY
{
  font-family:verdana,arial;
  /* work around pour MSIE, propri�t� auto */
  text-align: center;  
  font-size:12px;
  background: #000000; 
}



/* DESCRIPTION DES TABLEAUX */
/***************************/

TABLE
{
  width:100%px;
  font-size:12px;
  color:#000000;  
}


/* DESCRIPTION DES TITRES */
/**************************/

H1
{
  font-size:18px;
  text-align:center;
  font-weight:normal;
  margin-top:15px;
  margin-bottom:10px;  
}

H2
{
  font-size:14px;
  text-align:center;
  color:#000066;
  margin-top:25px;
  margin-bottom:10px;
  margin-left:5%; 
}




/* DEFINITION DES LIENS */
/*******************************************************/


a:link 
{
  font-size:14px;
  font-weight: bold ; 
  color :#FFFFFF ;
  text-decoration: none ; 
}

a:visited 
{
  font-size:14px;
  font-weight: bold ; 
  color :#FFFFFF;
  text-decoration: none ; 
}

a:hover 
{
  font-size:14px; 
  font-weight: bold ; 
  color:#FFFFFF ; 
  text-decoration: none ; 
}
