/* fond du bandeau - banner's background */
#entete
{
	background-image: url(img/bandeau1bisold.jpg);
	height: 180px; 
}

/* 	- on cache la 2e image de gauche du bandeau 
	- we hide the second left image in the banner */
#entete a.nom-site,
#entete a.nom-site:link,  
#entete a.nom-site:visited,
#entete a.nom-site:hover
{
	background-image: none;
}

/* 	- on cache le texte du nom du site  (nous presumons qu'il est integre au bandeau)
	- we hide the text of the website's title (we presume that the title is part of the image)  */
#entete .nom-site span  
{
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* 	- on ajuste en consequence la position des menus de gauche et droite
	- so, we modify the position of navigation menus, from top  */

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