/* csshacks */

/* IE 7 */

*:first-child+html #MainPage .MainPageTable,
*:first-child+html #MainContent .HomeBoxes {
  border-spacing: expression(cellSpacing = 5);
}

*:first-child+html #MainContent {
  width: 560px;
}

*:first-child+html .WithoutSectionMenu {
  width: 700px !important;
}

*:first-child+html #MainContent .HomeBox {
  overflow: auto;
  padding-bottom: 0;
}


/* IE 6 and below */

* html #MainPage .MainPageTable tr td,
* html #MainContent .HomeBoxes tr td {
}

* html #MainContent {
  width: 560px;
  height: 600px;
  display: table;
}

* html .WithoutSectionMenu {
  width: 700px !important;
}

* html #MainContent .HomeBox {
  height: 1%;
  padding-bottom: 0;
}


* html .SectionMenu .bt_etude a {
  background: transparent url(/images/sectionmenu/bt_etude.gif) no-repeat;
}
