body {
	background-color: #FFFFE0;
	background-image: none;
}

#entete       /* bandeau - banner */
{
	background-image: url(img/site.gif);
	height: 182px; 
    
}


#entete a.nom-site,
#entete a.nom-site:link,  
#entete a.nom-site:visited,
#entete a.nom-site:hover
{
	background-image: url(img/bandeau.jpg);
	
}

#entete .nom-site span  /* on cache le nom du site  */
{
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

#page
{
	width: 94%;
	min-width: 600px;
	max-width: 76em;
}
#menu-principal { width: 780px; max-width: 60em;}

