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

  EV

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

 @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
---------------------------------------------------------------------------------------------------------------------------*/

#corps {
position: relative;
margin: 0 auto;
padding: 0;
width: 1000px;
}



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

h1 {
position: absolute;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 377px;
height: 128px;
z-index: 2;
background: transparent url(../img/logo.gif) no-repeat 0 0;
}

h1 a {
display: block;
margin: 0;
padding: 0;
width: 377px;
height: 128px;
}



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

#pied {
margin: 20px 0 0 0;
padding: 0;
height: 30px;
line-height: 30px;
background-color: #25221B;
border-top: 4px solid #fff; 
}

#pied p {
margin: 0 auto;
padding: 0;
width: 1000px;
color: #fff;
font-size: .95em;
text-align: center;
}

#pied a {
color: #fff;
text-decoration: underline;
}

#pied a:hover {
text-decoration: none;
}

