
/*#entete
{
	background-image: url(img/globe.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-image: url(img/paris.jpg);*/
        background-repeat: no-repeat;
        background-position: right top;
}
/*.menu ul li a, 
.menu ul li b,
.edito h3,
.signatures td 
{	
	background-image: url(img/titre-coin.gif);
	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);
}


.formulaire_recherche input.forml {
        background-image: url(img/rechercher.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-color:#DFD5C3;
}
.formulaire_recherche input.text {
        background:#BFB29B url(img/rechercher.png) no-repeat left center;
        text-align:left;
}
#bloc-contenu .formulaire_recherche { text-align:right; font-size:1.3em; }
#bloc-contenu .formulaire_recherche input.text { background:#DFD5C3 url(img/rechercher_texte.png) no-repeat left center; margin-bottom:.5em; }
.formulaire_recherche input.text:focus {
        background-color:#DFD5C3;
}


.formulaire_recherche input.submit { background:#DFD5C3; border-color:#999081; border-width:1px; cursor:pointer; font-weight:700; }




