#entete .nom-site span 		/* position du nom du site - position of the site's name  */
{
	display: block;
	position: absolute;
	bottom: 80px;
	right: 80px;
}
#entete
{
	background-image: url(img/Logo2008.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(img/autre-monde.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}