/* stickergouvernement.css */

/* StickerGouv */

#StickerGouv {
  margin-top: 10px;
}
#StickerGouv a {
  display: block;
  width: 200px;
  height: 277px;
  background: transparent url(http://www.diagnostic-expertise.com/images/partenaires/sticker-gouvernement.png) no-repeat;
}

/* SmallStickerGouv */

#SmallStickerGouv {
  margin-top: 10px;
}
#SmallStickerGouv  a {
  display: block;
  width: 180px;
  height: 292px;
  background: transparent url(http://www.diagnostic-expertise.com/images/partenaires/small-sticker-gouvernement.png) no-repeat;
}

/* SquareStickerGouv */

#SquareStickerGouv a {
  display: block;
  width: 300px;
  height: 250px;
  background: transparent url(http://www.diagnostic-expertise.com/images/partenaires/square-sticker-gouvernement.png) no-repeat;
}

/* IE6 and below hack */

* html #StickerGouv a {
  background: transparent url(http://www.diagnostic-expertise.com/images/partenaires/sticker-gouvernement.gif) no-repeat;
}
* html #SmallStickerGouv a {
  background: transparent url(http://www.diagnostic-expertise.com/images/partenaires/small-sticker-gouvernement.gif) no-repeat;
}
* html #SquareStickerGouv a {
  background: transparent url(http://www.diagnostic-expertise.com/images/partenaires/square-sticker-gouvernement.gif) no-repeat;
}