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

.ButtonShow a {
  height: 52px;
  width: 179px;
  display: block;
  margin: auto;
}


/* remplir un dossier */

.ButtonShow .credit_travaux a  {
  background: url(/images/boutonsPub/credit-travaux.gif) no-repeat top;
}
.ButtonShow .credit_travaux a:hover{
  background: url(/images/boutonsPub/credit-travaux.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;
}

.ButtonShow .factory_design a,
.ButtonShow .table_d_arc a,
.ButtonShow .univers_maison a,
.ButtonShow .bain_spa a,
.ButtonShow .e_vingroom a,
.ButtonShow .c_tendance a  {
  background: url(/images/boutonsPub/acheterenligne.gif) no-repeat top;
}
.ButtonShow .factory_design a:hover,
.ButtonShow .table_d_arc a:hover,
.ButtonShow .univers_maison a:hover,
.ButtonShow .bain_spa a:hover,
.ButtonShow .e_vingroom a:hover,
.ButtonShow .c_tendance a:hover {
  background: url(/images/boutonsPub/acheterenligne.gif) no-repeat bottom;
}