/* mainpage.css */
.SiteLeft {
  width: 33%;
}
 
.SiteContent {
  padding-top: -20px;
}

#Content {
  border: 1px solid white;
  width: 923px;
  border-bottom: none;
  background: white url(/images/contenue/background.gif) no-repeat bottom;
}

p {
  margin: 10px;
  size: 12px;
}

#MainContent p a {
  color: #127DC9;
}
  
.SiteMenuSection {

}

.SiteRight {
  width: 33%;
}

#StructureTable td {
  vertical-align: top;
}

#StructureTable {
  height: 600px;
  display: table-cell;
}

#AdBanner {
  width: 120px;
}

.download {
  text-align: center;
  margin: 10px 0;
}

iframe {
  border: 0;
  scroll: auto;
}

/* SlideBar */

.SlideBar a {
  color: #127DC9;
}
.SlideBar a:hover {
  color: #9e2a02;
}  

#MainContent .fieldError {
  background: #ECCAB8;
}
