
/* -------------------------------------------------------
   STYLE ALTERNATIF - 2
   Semi-fluide :
   	- largeur du bandeau et colonne centrale s'etirent avec la fenetre
   	- mais la largeur totale est maintenue au minimum de 700px (sauf dans IE/WIN)
   	- la largeur des menus reste fixe
   Menu general en haut a droite
   Bandeau : pleine largeur de la fenetre 
 ------------------------------------------------------- */

#page
{
	margin: 0px auto;
	padding: 0;
	width:100%;
}

#entete			/* (inc/inc-bandeau.html) */
{
	margin: 0px 0px 5px 0px;
	background-position: left bottom;
	background-image: url("img/ordi-bleu-gris-gfond-l.jpg");
	border: 0px;
	padding: 0;
	background-repeat: no-repeat;
}

#entete a.nom-site, #entete a.nom-site:link,  #entete a.nom-site:visited
{
	color: #666;
	background-position: right bottom;
	background-image: url("img/ordi-bleu-gris-pfond-r.jpg");
	background-repeat: no-repeat;
}

#entete a.nom-site:hover
{
	color: #999;
	font-style: italic;
}
#entete .nom-site span
{
	bottom: 12px;
	right: 55%;
}

#bloc-contenu
{
	margin: 0px 25% 5px 25%;
}


#menu-lang		/* voir (../inc/inc-bandeau.html) */
{
	top: 32px;
	right: 25%;
}

/* -------------------------------------------------------
   Navigation :
   	- débuter navigation de droite en haut
   	- afficher 2 niveaux de navigation seulement
  
 ------------------------------------------------------- */
#navigation, #encart	{ margin: 0 2% 0 2%; width: 20%; }

ul ul .menu-hierarchie {
	display: none; /* pour n'afficher que 2 niveaux */
}

#menu-principal ul li { width: 100%; }
#menu-recherche { clear:both; width:100%;}
