/* csshacks */

/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#MainContent #AmountBox table {
	  margin: 0;
	  padding-top: 45px;
	}
	#MainContent #AmountBox table tr label {
	  margin: 0 10px 3px 280px;
	}	
}

/* IE 7 */
*:first-child+html #MainContent {
  margin: 0 !important;
}
*:first-child+html #MainContent .HomeBox {
  margin: 0 0 5px 0 !important;
}
*:first-child+html #MainContent .HomeBox h1 {
  margin: -10px -10px 8px -10px;
}
*:first-child+html #MainContent .HomeBox img {
  margin: -6px 0 0 -2px;
}
*:first-child+html #RightBox #NewsBox {
  margin-bottom: 5px !important;
}
*:first-child+html #RightBox #NewsBox li {
  padding: 4px 0;
}
*:first-child+html #RightBox .ProgramBox .program img {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
*:first-child+html #Network {
  padding-top: 0;
}

/* IE 6 and below */
* html #MainContent {
  margin-right: 0 !important;
}
* html #MainContent .HomeBox {
  margin: 0 0 5px -1px !important;
}
* html #MainContent .HomeBox h1 {
  margin: -10px -10px 8px -8px;
}
* html #MainContent .HomeBox img {
  width: 330px;
  margin: -8px 0 0 0;
}
* html #MainContent #AmountBox .button {
  background: transparent url(/images/home/amountbox/bouton-calculer.png) no-repeat;
}
* html #RightContainer #AmountBox .button {
  background: transparent url(/images/rightcontainer/btn-valider.gif) no-repeat;  
}
* html #MainContent #AmountBox #FormLink,
* html #RightContainer #AmountBox #FormLink {
  background: transparent url(/images/home/amountbox/bouton-recalculer.png) no-repeat;
}
* html #RightContainer .ProgramBox h1 {
  margin: -10px -10px 8px -10px;
}
* html #RightContainer .ProgramBox .program img {
  width: 130px;
}
* html #MainContent #beneficiaireBox {
  height: 257px;
}
* html #Footer .FooterLinks a.house {
  background: transparent url(/images/footer/homePicto.gif) no-repeat center; 
}
