body {
background: url("../img/bg-automne.png") fixed repeat-x #bbb82f;
color: #737373;
}
main #content {
  background: #f4c261;
  border-color: #6d4638;
}
.bloc .bloc_titre {
  background: #7d7611;
}
.bloc .bloc_cont {
  border-color: #7d7611;
}

.bloc .bloc_titre h1,
.bloc .bloc_titre h2 {
  background: url("../img/h_puce_blanc.png") no-repeat 10px 12px;
}

header .barre_1 .bloc_gauche div,
header .barre_1 .bloc_droite div {
  background: #bbb82f;
  border-color: #6d4638;
}
header .barre_1 .bloc_gauche div p,
header .barre_1 .bloc_droite div p {
  background: #6d4638;
  color: #f7d078;
}
header .barre_1 .bloc_gauche div a,
header .barre_1 .bloc_droite div a {
  color: #fff !important;
}
header .barre_1 .bloc_gauche div a:hover,
header .barre_1 .bloc_droite div a:hover {
  color: #f7d078 !important;
}

footer #bottom {
  border-color: #6d4638;
  background: #7b7511;
}

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: #aa7e27 !important;
}
a:hover {
  color: orange !important;
}
.btn,
.btn .fa,
.btn:hover,
.btn .fa:hover {
  color: #683D16 !important;
}
a .fa {
  color: #aa7e27;
}
nav ul li a {
  color: #ffffff !important;
}
nav ul li a:hover {
  color: #c2d6eb !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: #aa7e27;
}
.copyright {
  color: rgba(255,255,255,0.75);
}
.tab_jaune th,
.tab_bleu th {
  background: #bbb82f;
  color: #ffffff;
}

.tab_jaune th {
  border-color: #bbb82f !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: #bbb82f;
}


.tab_yams_points tbody tr.tr_total {
  background: #f7cf76;
}
.tab_yams_points tbody tr.tr_total th {
  color: #b75200;
}




.box_focus,
.box_focus2,
.box_focus3,
.box_succes {
  background: #fbf4b6;
  color: #796d06;
  border-color: #f3de25;
}
a.a_bloc_facebook {
  color: #38589F !important;
}
a.a_bloc_twitter {
  color: #30ABCA !important;
}

.back_to_top {
	background:#623201;
}