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

#entete
{
	background-image: url(img/bandeau.jpg);
}

#entete a.nom-site, 
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	background-image: none;
}

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

#bas			/* (inc/inc-bas.html) */
{
	background-image: url(img/logo-bas.jpg);
}


