body {
  background-color: #eee;
  background-image: url(img/sidebar.png), url(img/bg.png);
  background-repeat: repeat-y, repeat;
}

#recette .semange b,
#recette h3,
header h2,
#newsletter {
  background: #C30027;
}
header h1,
#sidebar .recherche input[type="search"] {
  border-color: #C30027;
}
#sidebar,
#newsletter input[type="submit"]  {
  background-color: #FF2C32;
  background-image: url(img/pois.png)
}
#sidebar .title,
.recette-cuisine.article .nom-recette a {
  color: #E10016;
}
#sidebar .profil, #sidebar .categories, #sidebar .recherche {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
}