/* -------------------------------------------------------
 	2. MISE EN PAGE - BLOCS PRINCIPAUX
 ------------------------------------------------------- */

body {
	color: #444;
	font: 85%/1.0 "Trebuchet MS", "Lucida Grande", "Lucida Sans", Tahoma, Arial, 'Helvetica Neue', Helvetica, Geneva, Lucida, sans-serif;
	margin: 0;
	text-align: center;
	/* pour centrer horizontalement la boite #page dans IE/Win */
	/*background-color: #ddd;*/
	background-color: #ffffff;
	/* background-image - voir/see : 'alter.css' */
}


#entete			/* voir (../inc/inc-bandeau.html) */
{
	position: relative;
	height: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border-width: 0;
	text-align: right;
	/*background-color: #787878;*/
	background-color: #ffffff;
	overflow: hidden;
	z-index: 10;
	/* background-image - voir/see : 'alter.css' */
}

#megabanniere			/* voir (../inc/inc-bandeau.html) */
{
	position: absolute;
	/*height: 113px;*/
	height: 180px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border-width: 0;
	text-align: right;
	/*background-color: #787878;*/
	background-color: #ffffff;
	overflow: hidden;
	z-index: 10;
	/* background-image - voir/see : 'alter.css' */
}


#bloc-contenu
{
	position: static;
	width: 77%;
	border: solid 1px #DEDEDE;
	margin: 10px 155px 5px 155px;
	padding: 10px 10px 5px;
	background: white;
	z-index: 20;
}

#encart
{
	display: none;
	position: absolute;
	top: 190px;
	right: 0px;
	width: 150px;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
}


#entete .nom-site span 		/* position du nom du site - position of the site's name  */
{
	display: block;
	position: absolute;
	bottom: 48px;
	right: 0px;
}




/* ------------------------------------------------------------------
 	5. NAVIGATION et MENUS
 -------------------------------------------------------------------- */

#menu-principal-accueil {display:none}
#menu-principal-contact {display:none}
#menu-principal-plan {display:none}
#menu-principal-resume {display:none}
#menu-recherche {display:none}


/* COULEURS des menus */


/* text : color */


/* background */


/* TYPO et ESPACEMENT des menus */



/*  ANNONCE dans #encart */



/* -------------------------------------------------------
 	6. ARTICLE
 ------------------------------------------------------- */


/* -------------------------------------------------------
 	7. GENERAL
 ------------------------------------------------------- */


/* -------------------------------------------------------
 8. EDITO (sur page sommaire.html)
------------------------------------------------------- */




/* -------------------------------------------------------
 	14. FORMATS DE TEXTE
 ------------------------------------------------------- */



/* -------------------------------------------------------
 	17. FORMULAIRES
 ------------------------------------------------------- */



/* -------------------------------------------------------
 	18. AUTRES ELEMENTS PRODUITS PAR SPIP
 ------------------------------------------------------- */



/*------------------------------------------------
	19. AGENDA
 ------------------------------------------------*/

 
/*------------------------------------------------
	20. PAGINATION
 ------------------------------------------------*/
 

/*------------------------------------------------
	21. SOMMAIRE ARTICLE - PLAN
		MODELES (voir : /alternatives/modeles)
 ------------------------------------------------*/



/* ALTER */
body {
	background-image: none;
	/* background-repeat: repeat;*/
}
#entete
{
	background-image: url(img/gouttes.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
}
#entete a.nom-site, 
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
}

