body {
	background-image: url(img/body_bg_quotidien.png);
	background-repeat: repeat;
}
#entete
{
   background-image: url(img/bg_quotidien.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: right;
     border:3px;
    border-color:#FF0000;
    border-style: solid;
}
#logo{
  float: left;
  margin-left:20px;
  margin-right:150px;
  margin-top:14px;
  height: 125px;
  width: 140px;
  background-image: url(img/logo_sidwaya.gif);
}

#imgentete{
  float: left;
  margin: 10px 10px 10px;
  height : 130px;
  width : 355px;
  background-image: url(img/imgentetequotidien.gif);
  background-repeat: no-repeat;
}


#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;
}
.menu ul li a, 
.menu ul li b,
.edito h3,
.signatures td 
{	
	/*background-image: url(img/titre-coin.gif);*/
    background-image: url(img/menu_quotidien.png);
    background-repeat: repeat-y;
	/*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);
}

#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;
}






