.logo span {
  color: #C14941;
  text-shadow: 0px 0px 1px #666;
}
.logo a:hover span{
  text-shadow: 0px 0px 5px #999;
}

.rubrique_rubrique, .rubrique_menus {
  background: rgba(193,73,65,0.4);
}

.rubrique_rubrique:hover {
  background: rgba(193,73,65,0.9);
}

.num_page_titre {
  background: rgba(193,73,65,0.4);
}
.num_page_dernier {
  background: rgba(193,73,65,0.6);
}
.num_page_bouton {
  background: rgba(193,73,65,0.2);
}
.num_page_bouton:hover, .num_page_bouton_selected {
  background: rgba(193,73,65,0.7);
}

.figure {
  width: 250px;
  height: 215px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 0 20px 20px 0;
  padding: 10px;
  background: rgba(193,73,65,0.9);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 13px #999;
  -webkit-box-shadow: 1px 1px 13px #999;
  box-shadow: 1px 1px 13px #999;

}
.citation_box {
  height: 170px;
}
.figure h2 {
  padding: 0px;
  display: block;
  margin: 0;
  font-size: 1em;
  color:#fff;
  height: 13px;
}

.figure h2 a {
margin:0px;
padding: 0px;
 background: none;
}

.figure h2 a:hover, .figure h2 a:focus {
  -moz-text-shadow: 1px 1px 13px #fff;
  -webkit-text-shadow: 1px 1px 13px #fff;
  text-shadow: 1px 1px 13px #fff;
}

.case_figure {
  text-align: right;
  padding-right: 2px;
}

.case_figure a {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.case_figure a:hover {
  text-decoration: none;
  -moz-box-shadow: 1px 1px 13px #fff;
  -webkit-box-shadow: 1px 1px 13px #fff;
  box-shadow: 1px 1px 13px #fff;
}

.case_figure .orange a  {
  margin-top: 2px;
  background: rgba(255,102,0,0.8);
}

.case_figure .rouge a  {
  margin-top: 0px;
  background: rgba(255,51,0,0.8);
}


.formulaire_top {
border-bottom: 1px solid #C14941;
}

.formulaire_top span {
  color: #C14941;
  text-shadow: 0px 0px 1px #666;
}

.formulaire_middle, .formulaire_middle2 {
border-bottom: 1px solid #C14941;
}

.input_citations_box1 {
  font-size: 22px;
  padding-left: 7px;
}
.input_citations_box2 {
  padding-left: 7px;
  padding-bottom: 7px;
}

.input_citations {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-family: "normal", "Lucida Grande",Tahoma, "Trebuchet MS", Arial, Helvetica, FreeSans, sans-serif;
  background: rgba(193,73,65,0.3);
  border:0;
  width: 304px;
}

.footer_haut {
  background: rgba(193,73,65,0.7);
}
