/* mainpage.css */

#MainPage {
  margin: 20px auto;
  width: 955px;
  background: white;
  border: 1px solid black;
}

#MainPage .TableStructure {
  height: 400px;
  width: 100%;
  background: white url(/images/fond.gif) repeat-x top;
}

#MainPage .MenuCell {
  width: 168px;
  background: white url(/images/gauche.jpg) no-repeat 0 142px; 
  _background: white url(/images/fromage.jpg) no-repeat 0 145px; 
}


#MainPage .RightCell {
  width: 167px;
  background: white url(/images/droite.jpg) no-repeat bottom;
}

.AdsTitle,
.AgencyTitle,
.ContactTitle {
  padding-top: 12px;
  font-size: 18px;
  margin: 0 10px 10px 10px;
  font-weight: bold;
  padding-left: 20px;
  border-bottom: 1px solid #828282;
  color: black;
  text-transform: uppercase;
  background: url(/images/adstitle.gif) no-repeat left 15px;
}