/* -----------------------------------------------------------------------------
          Cascading Style Sheet ou feuille de style - Prociel by jrz 
----------------------------------------------------------------------------- */

*{
 padding: 0;
 margin: 0;
}

body{
background : #FCBD05;
}

#flash, #footer{
 width:800px;
 margin: auto auto;
}

#flash{
 height: 650px;
}

#footer{
 height:30px;
 color:#fff;
 font-size:80%;
}

#footer p{
 text-align:center;
}

#footer a{
 text-decoration: none;
 color: #fff;
}
