/* mainpage.css */
 
.SiteContent {
  width: 100%;
}

#Content {
  margin: auto;
  border: 1px solid #092968;
  border-bottom: none;
  border-top: 1px solid transparent;
  width: 924px;
  background: white url(/images/bottom/background.gif) repeat-x bottom;
}

/* Hack ie7 */
*:first-child+html #Content {
  border-top: none;
}

/* hack ie6 and below */
* html #Content {
  border-top: none;
}

.SiteRight {
  width: 33%;
}

#StructureTable {
  clear: both;
}

#StructureTable td {
  vertical-align: top;
}

#AdBanner {
  width: 120px;
}

#MainContent {
  width: 100%;
  
}

#MainContent h1 {
  margin: 3px 0;
  font-size: 22px;
  color: #F96F2B;
  font-weight: bold;
}

#MainContent h2 {
  margin: 10px 0;
  font-size: 16px;
  padding-left: 25px;
  color: #102B68;
  font-weight: bold;
  background: transparent url(/images/static/fleche-h2.gif) no-repeat;
}

#MainContent h3 {
  margin: 10px 0;
  font-size: 13px;
  padding-left: 25px;
  color: #1A171B;
  font-weight: bold;
  background: transparent url(/images/static/puce-h3.gif) no-repeat 3px;
}

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

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

#MainContent a {
  color: #1040AD;  
  text-decoration: none;
}

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

#MainContent ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

#MainContent li {
  font-size: 12px;
  list-style-image: url(/images/static/puce.gif);
  margin-bottom: 15px;
}

#MainContent table {
  margin: 10px;
  font-size: 13px;
  text-align: center;
  color: black;
}

#MainContent table td {
  padding: 5px;
}

#MainContent table .header {
  background: #6195c7 url(http://www.bati-depot.fr/images/table/header.gif) repeat-x top; 
  font-weight: bold;
  color: white;
}

#MainContent .even{
  background: #cfe0f0;
}

#MainContent .odd{
  background: #b4d0e6;
}