/* mainpage.css */

.SiteLeft {
  width: 33%;
}
 
.SiteContent {
  
  padding-top: -20px;
  width: 100%;
}

#Content {
  margin: auto;
  border: 3px solid white;
  border-bottom: none;
  width: 919px;
  background: white url(/images/bottom/background.gif) repeat-x bottom;
}

* html #Content {
  border: 2px solid white;
  border-bottom: none;
}

.SiteRight {
  width: 33%;
  padding-right:10px;
}

#StructureTable {
  clear: both;
  margin: auto;
  width: 919px;
}

#StructureTable td {
  vertical-align: top;
}

#AdBanner {
  width: 120px;
}

#MainContent {
  width: 100%;
  
}

#MainContent h1 {
  margin: 3px 15px;
  font-size: 18px;
  color: #E73800;
  font-weight: bold;
}

#MainContent h2 {
  margin: 15px;
  font-size: 14px;
  padding-left: 20px;
  border-bottom: 1px solid #C3CED4;
  color: #3B3B39;
  background: transparent url(/images/blue-title2-arrow.gif) no-repeat left;
}

#MainContent p {
  color: black;
  font-size: 12px;
  padding: 0px 20px 0px 20px;
  margin: 10px 0;
  text-align: justify;
}

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

#MainContent a {
  color: #0060B6;
  text-decoration: none;
}

#MainContent a:hover{
  text-decoration: underline;
}


#MainContent .form {
  margin-left: 20px;
  display: block;
  margin-top: 100px;
  width: 290px;
}

#MainContent #flash_credit_travaux{
  display: block;
  margin: 0 auto;
}

#CampainBox {
  margin: 0 10px;
}

#CampainBox h2 {
  margin: 10px 0;
}
