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

#entete a.nom-site, 
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	background-image: url("img/bandeau-titre.jpg");
	background-position: right top;
	background-color: transparent;
	background-repeat: no-repeat;
}

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

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

