/* csshacks.css */

/* modern browsers only (not IE7)  */

html>/**/body .NewsletterSubscriptionBox {
  margin: -44px 0 0 710px;
  position: absolute;
}

/* IE 7 */

*:first-child+html body {
  margin-top: -10px;
}

*:first-child+html .TitleOrangeArrow {
  margin-top: 0;
}

/* IE 6 and below */

* html body {
  margin-top: -10px;
}

* html #MainContent {
  height: 585px;
  display: table;
}

* html #privateSaleBox h1,
* html #DevisBox h1 {
  padding-top: 10px;
}

/* NewsletterSubscriptionBox  */
* html .NewsletterSubscriptionBox {
  margin: -23px 0 0 715px;
  position: absolute;
}

/* SectionMenu */
* html .SectionMenu .section li a {
  width: 195px;
  height: 30px;
}

* html .SectionMenu .rubric li a {
  height: 25px;
  width: 190px;
}

/* MiniProgramView */
* html .MiniProgramView {
 margin-top: 5px;
}

* html .MiniProgramView .header .FavoritePicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/coeur.gif) no-repeat;
}
* html .MiniProgramView .header .FlashPicto ,
* html .MiniProgramView .header .FavoritePicto,
* html .MiniProgramView .header .VideoPicto {
  margin: 0 5px 0 0;
}

/* DetailedProgram */
* html .DetailedProgram {
  margin-top: 0;
}

* html .DetailedProgram .header .FavoritePicto {
  background: transparent url(/images/pictos/coeur.gif) no-repeat;
}
* html .DetailedProgram .header .FlashPicto ,
* html .DetailedProgram .header .FavoritePicto,
* html .DetailedProgram .header .VideoPicto {
  margin: 0 5px 0 0;
}

/* privateSaleBox */
* html #privateSaleBox #AutoForm {
  background: url(http://www.diagnostic-expertise.com/images/defiscalisation/vente-privee/vente-privee.gif) no-repeat;
}

* html #privateSaleBox #AutoForm .DrWIButton {
background: url(http://www.diagnostic-expertise.com/images/newsletter/newsletter-button.gif) no-repeat;
}