.logo span {
  color: #09c;
  text-shadow: 0px 0px 1px #666;
}

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

.retour {
margin-top: 10px;
margin-bottom: 20px;
margin-left: 5px;
}
.retour a, .retour a:hover {
text-decoration: none;
}
.retour_bouton {
  display: inline-block;
  font-size: 18px;
  font-family: normal, "Lucida Grande",Tahoma, "Trebuchet MS", Arial, Helvetica, FreeSans, sans-serif;
  border: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  background: rgba(0,153,204,0.5);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 1px 1px 13px #000;
  -webkit-box-shadow: 1px 1px 13px #000;
  box-shadow: 1px 1px 13px #000;
  color: #000;
}

.retour_bouton:hover {
  background: rgba(0,153,204,0.9);
  -moz-box-shadow: 1px 1px 13px #fff;
  -webkit-box-shadow: 1px 1px 13px #fff;
  box-shadow: 1px 1px 13px #fff;
  color: #fff;
}

.largeur {
  width: 1215px;
  margin-top: 12px;
  margin-left: 4px;
}
#content .figure_styles, #content .figure_styles_selected {
  width: 260px;
  height: 195px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 0 20px 20px 0;
  padding: 0px;
  background: rgba(255,255,255,0.3);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 1px 1px 13px #000;
  -webkit-box-shadow: 1px 1px 13px #000;
  box-shadow: 1px 1px 13px #000;

}

#content .figure_styles h2, #content .figure_styles_selected h2 {
  display: block;
  margin:-38px 0 0 0;
  padding: 5px 10px 10px 10px;
  opacity: 0.7;
  font-size: 1.4em;
  color:#000;
  background-color:#fff;
  height: 20px;
}

#content .figure_styles:hover, #content .figure_style:focus,  #content .figure_styles_selected  {
  border: 10px solid rgba(0,153,204,0.9);
}

.footer_haut {
  background: rgba(0,153,204,0.5);
}

