/* mainpage.css */

#MainPage {
  margin: 60px auto 0 auto;
  width: 966px;
  border: 1px solid #CECECD;
  background: #302f31 url(/images/background-mainpage.jpg) no-repeat top;
}
#MainPage .adresse {
  clear:both;  
  float: left;
  margin: 20px 0 0 105px;
  color: white;
  font-weight: bold;
  font-size: 12px;
}
#DiaporamaBox {
  width: 318px; 
  margin: 17px 0 0 30px;
  float: left;
}
#MainContent {
  width: 559px;
  min-height: 350px;
  margin: 17px 0 0 380px;
  padding: 5px 10px;
  background: transparent url(/images/background_content.png);
  display: block;
}
#MainContent h1 {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: left;
  color: white;
  line-height: 25px;
  height: 25px;
  display: block;
  text-transform: uppercase;
}

#MainContent p {
  color: white;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
}

#MainContent .italic {
  font-style: italic;
}

/* Hack IE 6 and below */

* html #MainPage .adresse {
  /*clear:both;*/  
  float: left;
  margin: 20px 0 0 15px;
  color: white;
  font-weight: bold;
  font-size: 12px;
}
* html #MainPage .adresse2 { 
  clear:both; 
  float: left;
  margin-top: -45px;
  margin-left: 100px;
  color: white;
  font-weight: bold;
  font-size: 12px;
}