/* CSS Document */
#bestiaire {
  
}
#bestiaire h1 {
  padding-top: 52px;
  height: 0;
  overflow: hidden;
  
  background-image: url(/faune-sauvage/images/fonds/titre-bestiaire.jpg);
  background-repeat: no-repeat;
  background-position: top;
  
  margin-top: 40px;
  margin-bottom: 15px;
}
#bestiaire ul.rubans li {
  float: left;
  width: 50%;
  list-style: none;
}
#bestiaire ul.rubans a {
  display: block;
  width: 224px;
  height: 64px;
  font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 27px;
	line-height: 55px;
	color: #ffffff;
  text-transform: uppercase;
  text-shadow: -0.7px -0.7px 2px rgba(0, 0, 0, 0.47);
  outline: none;
  text-decoration: none;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  
  -webkit-transition: all 0.2s ease-in-out;  
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out;  
  transition: all 0.2s ease-in-out;
}
#bestiaire ul.rubans li.m a {
  background-image: url(/faune-sauvage/images/fonds/ruban-vert.jpg);
  float: right;
  margin-right: 30px;
}
#bestiaire ul.rubans li.o a {
  margin-left: 30px;
  background-image: url(/faune-sauvage/images/fonds/ruban-marron.jpg);
}
#bestiaire ul.rubans a:hover,
#bestiaire ul.rubans a:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#bestiaire ul.lettres li {
  list-style: none;
  display: block;
  float: left;
}
#bestiaire ul.lettres a {
  display: block;
  width: 44px; height: 42px;
  background-color: #7ba122;
  -webkit-border-radius: 10px 0 10px 0;
  -moz-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
  margin-right: 15px;
  margin-bottom: 10px;
  text-decoration: none;
  outline: none;
  -moz-box-shadow: inset -0.7px -0.7px 35px rgba(117, 144, 43, 0.75);
  -webkit-box-shadow: inset -0.7px -0.7px 35px rgba(117, 144, 43, 0.75);
  box-shadow: inset -0.7px -0.7px 35px rgba(117, 144, 43, 0.75);
  
  color: #FFF;
  font-family: "Open Sans";
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  text-shadow: -0.7px -0.7px 2px rgba(0, 0, 0, 0.22);
  text-transform: uppercase;
  text-align: center;
  
  
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  
}
#bestiaire ul.oiseaux a {
  background-color: #B77F01;
  -moz-box-shadow: inset -0.7px -0.7px 35px rgba(132, 90, 0, 0.75);
  -webkit-box-shadow: inset -0.7px -0.7px 35px rgba(132, 90, 0, 0.75);
  box-shadow: inset -0.7px -0.7px 35px rgba(132, 90, 0, 0.75);
}
#bestiaire ul.lettres a:hover,
#bestiaire ul.lettres a:focus {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
#bestiaire ul.lettres a.rappel {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#bestiaire table {
  width: 100%;
  margin-top: 25px;
}
#bestiaire tr {
  height: 170px;
  border-bottom: 1px solid #bcb7ad;
}
#bestiaire td {
  width: 25%;
}
#bestiaire td.c {
  height: 170px; line-height: 170px;
  text-align: center;
}
#bestiaire table figure {
  height: 170px;
  line-height: 170px;
  text-align: center;
}
#bestiaire table figcaption {
  display: none;
}
#bestiaire table img {
  max-width: 100%;
  max-height: 98%;
  vertical-align: middle;
  display: inline-block;
}
#bestiaire table h2 {
  color: #3C3C3C;
  font-family: "Open Sans";
  font-size: 18px; line-height: 18px;
  font-weight: 400;
}
#bestiaire table a.chant {
  display: inline-block;
  vertical-align: middle;
  width: 102px; height: 91px;
  
  background-image: url(/faune-sauvage/images/fonds/player-b.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
#bestiaire table a.playing {
  background-image: url(/faune-sauvage/images/fonds/player-b-p.jpg);
}
#bestiaire table a.fiche {
  display: inline-block;
  vertical-align: middle;
  width: 108px; height: 76px;
  
  background-image: url(/faune-sauvage/images/fonds/fd-fiche.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 480px) {
  #bestiaire h1 {
    
    background-image: url(/faune-sauvage/images/fonds/titre-bestiaire-m.jpg);
    background-size: 96%;
  }
  #bestiaire h2 {
    padding-top: 15px;
  }
  #bestiaire ul.rubans li {
    float: none;
    width: auto;
  }
  #bestiaire ul.rubans a,
  #bestiaire ul.rubans li.m a,
  #bestiaire ul.rubans li.o a {
    float: none;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  #bestiaire ul.lettres {
    padding-left: 5px; padding-right: 5px;
    margin-top: 20px;
  }
  #bestiaire tr {
    height: auto;
    display: block;
  }
  #bestiaire td {
    display: block;
    float: left;
    width: 100%;
  }
  #bestiaire td.c {
    width: 32%;
  }
  #bestiaire td.c a {
    max-width: 100%;
    background-size: 90%;
  }
}

p.financeurs {
  margin-top: 100px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #3c3c3c;
}
p.financeurs strong {
  font-weight: 600;
}