/* ButtonShow.css  */

.ButtonShow a {
  background: transparent url(/images/content/btn-etude-offerte.gif) no-repeat top;
  display: block;
  height: 58px;
  width: 190px;
  margin: 10px auto;
}

.ButtonShow a:hover {
  background: transparent url(/images/content/btn-etude-offerte.gif) no-repeat bottom;
}

.ButtonShow .etude a {
  background: transparent url(/images/content/btn-etude.gif) no-repeat top;
  display: block;
  height: 39px;
  width: 180px;
  margin: 20px auto 0 auto;
}

.ButtonShow .etude a:hover {
  background: transparent url(/images/content/btn-etude.gif) no-repeat bottom;
}

