/****************************************************************************************************************************

  FESTIVAL EMERGENCES

 ****************************************************************************************************************************

 @fichier  : structure.css
 @chemin   : /_template/css/
 @auteur   : David COUMANS (http://www.ginko-web.com) et Jérémy SAMOYEAU (http://www.autodidacte.net)
 @creation : 26/09/2006

 ****************************************************************************************************************************

 Utilité : feuille de style pour la structure du site

 ***************************************************************************************************************************/



/**-----------------
*  Corps de la page
---------------------------------------------------------------------------------------------------------------------------*/

div#corps {
margin: 0;
padding: 0;
width: 650px;
background: #fff url(../img/bkg.jpg) no-repeat 0 0;
}



/**------------------
*  Entête de la page
---------------------------------------------------------------------------------------------------------------------------*/

div#entete {
position: absolute;
margin: 60px 0 0 0;
padding: 0;
top: 0;
left: 0;
width: 164px;
height: 50px;
}

div#entete h1 {
display: none;
}





/**----------------
*  Pied de la page
---------------------------------------------------------------------------------------------------------------------------*/

div#pied {
margin: 0;
padding: 0;
height: 30px;
}

