/* -------------------------------------------------------
  Ces styles s'ajoutent ou modifient base.css
  These styles add or modify styles in base.css
------------------------------------------------------- */

body {
	
	background-image: none;
	}

#page
{
	position: relative;
	width: 780;
	}


#entete       /* background banner */
{
	margin: 0px 0px 0px 0px;
	background-image: url("img/logo.jpg");
	border: 0px;
	height: 120px;
	overflow: hidden;
}

/*  second background image in the banner */
#entete a.nom-site,
#entete a.nom-site:link,
#entete a.nom-site:visited
{
	background-image: url("img/drapeau.jpg");
	background-position: right top;
	background-color: transparent;
	background-repeat: no-repeat;
}


/* we hide the site's name  */
#entete .nom-site span
{
	height: 1px;
	width: 1px;
	overflow: hidden;
}

#menu-lang { top: 4px }

/* -------------------------------------------------------
   MENU PRINCIPAL HORIZONTAL au dessus du bandeau
   Horizontal menu over banner
 ------------------------------------------------------- */


#encart, #menu-rubriques { top: 128px; }
