body {
	background-image: url(img/body_bg.png);
	background-repeat: repeat;
}
#entete
{
	background-image: url(img/globe.jpg);
	/* background-color: #1f78cf */
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
}

#bloc-contenu
{
	/* background-image: url(img/bg_post_top.png); */
	background-image: url(img/bg_post_btm.png); 
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}

 #encart
{
	background-image: url(img/bg_base_repeat.png); 
	/* background-color: #4890d7 ; */
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
}

#bas
{
	background-image: url(img/bg_footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
}

/* #entete a.nom-site, 
#entete a.nom-site:link,  
#entete a.nom-site:visited */
.edito h3,
.signatures td 
{	
	background-image: url(img/bg_sb_pin1.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.menu ul li a, 
{	
	background-image: url(img/titre-coin.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.menu ul li b,
{	
	background-image: url(img/bg_menu2.png); 
	background-repeat: repeat-y;
	background-position: top left;
}

.menu li.annonce a,
{	
	background-image: url(img/bg_menu2.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/* a deplacer dans styles.html */
.separateur
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/puce.gif);
}
.edito .bandeau
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/bg_post_top.png);
}
.edito .suite
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/bg_post_btm.png);
}

#entete .nom-site span { right: 200px; }

#menu-lang,
#formulaire-lang
{
	right: 0;
	text-align: right;
}
.formulaire_recherche input.forml {
	background-image: url(img/loupe.png);
	background-repeat: no-repeat;
	background-position: right center;
}







