/* -----------------------------------------------------------------------------
          Cascading Style Sheet ou feuille de style - Prociel by jrz 
----------------------------------------------------------------------------- */
*{
 padding: 0;
 margin: 0;
}


body{
 background: #000;
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
}

#flash{
 margin: 0 auto;
 width:940px;
 height:940px;
}

#footer{
  margin: 0 auto;
  width:940px;
  height: 15px;
  overflow: hidden;
}


#footer a{
 font-size:80%;
 text-decoration:none;
 color:#ccc;
}
