body {
  background: url("../img/bg-halloween.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#8E3302;
  color: #737373;
}
main #content {
  background: #FCE3A6;
  border-color: #E05206;
}
.bloc .bloc_titre {
  background: #8E3302;
  background: -moz-linear-gradient(top,#ae4005 0%,#E05206 100%);
  background: -webkit-linear-gradient(top,#ae4005 0%,#E05206 100%);
  background: linear-gradient(to bottom,#ae4005 0%,#E05206 100%);
}
.bloc .bloc_titre h1,
.bloc .bloc_titre h2 {
  background: url("../img/h_puce_blanc.png") no-repeat 10px 12px;
}
.bloc .bloc_cont {
  border-color: #E05206;
}
header .barre_1 .bloc_gauche div,
header .barre_1 .bloc_droite div {
  background: #FCE3A6;
  border-color: #E05206;
}
header .barre_1 .bloc_gauche div p,
header .barre_1 .bloc_droite div p {
  background: #E05206;
  color: #fff;
}
header .barre_1 .bloc_gauche div a,
header .barre_1 .bloc_droite div a {
  color: #E05206 !important;
}
footer #bottom {
  border-color: #e55406;
  background: #5c2101;
}
footer #bottom ul li a {
  color: #ffffff !important;
}
footer #bottom ul li a .fa {
  color: #ffffff;
}
form,
.bloc_gris {
  border-color: #d9d9d9;
  background: #fafafa;
}
.btn1,
.btn2,
.btn3,
.btn4,
.btn_tab_hon,
.btn_jouer,
.btn_defier,
a {
  color: #E05206 !important;
}
a:hover {
  color: orange !important;
}
.btn,
.btn .fa,
.btn:hover,
.btn .fa:hover {
  color: #683D16 !important;
}
a .fa {
  color: #E05206;
}
nav ul li a {
  color: #ffffff !important;
}
.bloc .bloc_titre .link a {
  color: #ffffff !important;
}
.box_join .join_btn a {
  color: #ffffff !important;
}
th a,
th .fa {
  color: #ffffff !important;
}
.txt_bleu {
  color: #E05206;
}
.copyright {
  color: rgba(255,255,255,0.75);
}
.tab_jaune th,
.tab_bleu th {
  background: #8E3302;
  background: -moz-linear-gradient(top,#8E3302 0%,#431801 100%);
  background: -webkit-linear-gradient(top,#8E3302 0%,#431801 100%);
  background: linear-gradient(to bottom,#8E3302 0%,#431801 100%);
  color: #ffffff;
}
.tab_jaune th {
  border-color: #431801 !important;
}
.tab_jaune tbody tr:nth-child(n),
.tab_jaune tbody tr:nth-child(2n),
.tab_bleu tbody tr:nth-child(n),
.tab_bleu tbody tr:nth-child(2n) {
  border-color: #8E3302;
}
.tab_yams_points tbody tr.tr_total {
  background: #FCE3A6;
}
.tab_yams_points tbody tr.tr_total th {
  color: #8E3302;
}
.box_focus,
.box_focus2,
.box_focus3,
.box_succes {
  background: #f6f2f0;
  color: #6e5446;
  border-color: #baa193;
}
a.a_bloc_facebook {
  color: #38589F !important;
}
a.a_bloc_twitter {
  color: #30ABCA !important;
}