
#entete {
	background-image: url(img/globe.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: url(none); }
/*#entete a.nom-site:visited {
	background-image: url(img/autre-monde.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}*/
#entete .nom-site span 		/* position du nom du site - position of the site's name  */
{
	display: block;
	position: absolute;
	bottom: 48px;
	right: 150px;
}
#page
{
	position: relative;
	text-align: left; /* pour annuler l'heritage de text-align:center de BODY */
	margin: 3em auto; /* auto pour centrer horizontalement la boite dans BODY 
						 pour le navigateurs autres que IE/WIN */
	padding: 0;
	/*width: 66em ;*/
	max-width: 99% ;
	min-width: 720px ;
	width: 99%; /* 780px ou 100% pour largeur fluide pleine largeur */
}
#menu-principal {
	position: absolute;
	top: -1.4em;
	margin-top: 0px;
	margin-left: 0px;
	width: 980px;
}
#menu-recherche { width: 100px; margin-top:-2px; }






