body { background-color: #eee; }


#entete       /* bandeau - banner */
{
	margin: 0px 0px 0px 0px;
	background-image: url("img/globe.jpg");
	border: 0px;
	height: 180px;	/* hauteur du contenu (pour tous les navigateurs) */
	overflow: hidden;
}

/* police, style et couleur du nom du site, 2e image de fond 
   the site's name font, style and color + second background image */
#entete a.nom-site,
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	font-family: Verdana, 'Bitstream Vera Sans', Tahoma,  "Lucida Grande", "Lucida Sans", Arial, 'Helvetica Neue', Helvetica, Lucida, Geneva, sans-serif;
	color: #EDDF5C;
	background-image: url("img/autre-monde.jpg");
	background-position: right top;
	background-color: transparent;
	background-repeat: no-repeat;
	font-weight: bold;
}

#entete a.nom-site:hover
{
	color: #ddd;
	font-style: italic;
	
}

#entete .nom-site span 		/* position du nom du site - position of the site's name  */
{
	display: block;
	position: absolute;
	bottom: 48px;
	right: 200px;
}

#menu-lang { z-index: 10; }


/* -------------------------------------------------------
   MENU PRINCIPAL HORIZONTAL au dessus du bandeau
   Horizontal menu over banner
 ------------------------------------------------------- */


#navigation
{
	position: absolute;
	top: 0px;
	width: 150px;
}

#champ-recherche { width: 146px; }


#menu-principal
{
	position: absolute;
	top: -1.4em;
	margin-top: 0px;
	margin-left: 0px;
	width: 50em;
}


#menu-principal li a
{
	padding: .2em 1em .2em 1em;
	margin: 0 1px 0 0;
} 


#menu-principal ul li 
{ float: left; }

#menu-recherche { margin-top: 187px; }

#menu-rubriques { position: static;top: 0px; width:150px;}

#bloc-contenu
{
	margin-top: 10px;
}

#encart { top: 190px; }

/* -------------------------------------------------------
   Changement de couleur de fond pour les menus de navigation
 ------------------------------------------------------- */
 
.menu-item { font-size: 85%; }

/* COULEURS des menus et edito */

.menu-item,
.menu-titre-special, 
.menu-titre,
.menu ul li a, 
.menu ul li b,
.edito h3 { background-color: #313c72; } /* bleu fonce extrait de l'image du bandeau */
