/* variation aux couleurs de Cuisine.land */
body {
  background-color: #F6F4DF;
  background-image: url(img/sidebar.png), url(img/bg.png);
  background-repeat: repeat-y, repeat;
}

#recette .semange b,
#recette h3,
header h2,
#newsletter {
  background: #F56572;
}
header h1,
#sidebar .recherche input[type="search"]  {
  border-color: #F56572;
}
#sidebar .title,
.recette-cuisine.article .nom-recette a {
  color: #F56572;
}
