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

  E-TOURISME 

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

 @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: 956px;
background: #fff url("../img/fond_corps.png") repeat-y 0 0;
}



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

#corps #entete {
margin: 0 3px;
padding: 0;
width: 950px;
height: 206px;
background: transparent url("../img/fond_bandeau.jpg") no-repeat 0 0;
}

#corps #entete h1 {
margin: 0;
padding: 0;
width: 280px;
height: 30px;
}

#corps #entete h1 a {
display: block;
margin: 0;
padding: 0;
width: 280px;
height: 30px;
}

#corps #entete div#baseline {
position: absolute;
margin: 0;
padding: 0;
top: 17px;
left: 282px;
color: #a29d9d;
}

#corps #entete div#administration {
position: absolute;
margin: 0;
padding: 0;
top: 40px;
left: 730px;
color: #1b4674;
}

#corps #entete a#taoma {
position: absolute;
display: block;
margin: 0;
padding: 0;
top: 4px;
left: 821px;
width: 98px;
height: 66px;
color: #1b4674;
background: transparent url("../img/logo_taoma.png") no-repeat 0 0;
}

#corps #entete a#taoma:hover {
background-position:  0 -66px;
}

#corps #pied {
margin: 20px 3px 0 3px;
padding: 3px 10px 0 0;
width: 940px;
height: 17px;
color: #fff;
text-align: right;
background: #ff9900;
}

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

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



/**---------------
*  MENU PRINCIPAL 2
---------------------------------------------------------------------------------------------------------------------------*/

#menu-principal2 {
float: right;
margin: 5px 0 0 8px;
padding: 0;
width: 197px;
}



/**-------
*  MENU PRINCIPAL
---------------------------------------------------------------------------------------------------------------------------*/

#menu-principal {
position: absolute;
top: 212px;
left: 207px;
margin: 0;
padding: 0;
width: 743px;
height: 18px;
border-bottom: 1px solid #ccc;
}

#menu-principal h1 {
margin: 0;
padding: 0;
}
