body {
  background: url(img/bg.png);
}

header {
  background-color: rgba(163,243,243,0.8);
  background-image: url(img/toque.png);
}
header h1 a {
  text-shadow: 4px 4px 0px #00CAE1;
}

#recette {
  border-color: rgba(0,202,225,0.6);
}

#index .recette-cuisine:nth-child(1n+1) {
  border-color: #00E1D6;
  color: #00E1D6;
}
#index .recette-cuisine:nth-child(2n+1) {
   border-color: #00AFC3;
   color: #00AFC3;
}
#index .recette-cuisine:nth-child(3n+1) {
   border-color: #00E5FF;
   color: #00E5FF;
}
#index .recette-cuisine:nth-child(4n+1) {
  border-color: #A8F6F6;
  color: #0066FF;
}
#index .recette-cuisine:nth-child(5n+1) {
  border-color: #1AE2E2;
  color: #1AE2E2;
}
#index .recette-cuisine:nth-child(6n+1) {
  border-color: #00B4E1;
  color: #00B4E1;
}

#recette .info-recette,
ul.menu li:hover,
ul.menu li ul li:hover {
  background: #00CAE1;
}
#recette .title,
#recette .semange b {
  color: #00CAE1;
}