/* ButtonAdvertising */
.ButtonShow {
  text-align: center;
  width: 100%;
  display: block;
}

.ButtonShow a {
  height: 39px;
  width: 180px;
  display: block;
  margin: 5px auto;
}

/* Votre etude */
.ButtonShow .defiscalisation a {
  background: white url(/images/button.gif) no-repeat top;
}
.ButtonShow .defiscalisation a:hover {
  background: white url(/images/button.gif) no-repeat bottom;
}

/* Assurance credit */
.ButtonShow .assurance_magnolia a {
  background: #F6F6F6 url(http://www.diagnostic-expertise.com/images/boutonspub/assurance-credit-immobilier.gif) no-repeat top;
  height: 47px;
  width: 198px;
}
.ButtonShow .assurance_magnolia a:hover {
  background: #F6F6F6 url(http://www.diagnostic-expertise.com/images/boutonspub/assurance-credit-immobilier.gif) no-repeat bottom;
}

/* comparez 100 banques */
.ButtonShow .empruntis a {
  background: #F6F6F6 url(http://www.diagnostic-expertise.com/images/boutonspub/comparer-100-banques.gif) no-repeat top;
  margin-left: 5px;
}
.ButtonShow .empruntis a:hover {
  background: #F6F6F6 url(http://www.diagnostic-expertise.com/images/boutonspub/comparer-100-banques.gif) no-repeat bottom;
}

/* remplir un dossier */

.ButtonShow .cetelem a,
.ButtonShow .credit_foncier a,
.ButtonShow .credit_immobilier a{
  background: #F6F6F6 url(http://www.diagnostic-expertise.com/images/boutonspub/credit-immobilier.gif) no-repeat top;
}
.ButtonShow .credit_dossier a:hover,
.ButtonShow .cetelem a:hover,
.ButtonShow .credit_foncier a:hover,
.ButtonShow .credit_immobilier a:hover {
  background: #F6F6F6 url(http://www.diagnostic-expertise.com/images/boutonspub/credit-immobilier.gif) no-repeat bottom;
}

.ButtonShow .credit_consulter a {
  background: #F6F6F6 url(http://www.diagnostic-expertise.com/images/boutonspub/consulter-dossier.gif) no-repeat top;
}
.ButtonShow .credit_consulter a:hover {
  background: #F6F6F6 url(http://www.diagnostic-expertise.com/images/boutonspub/consulter-dossier.gif) no-repeat bottom;
}


