/* mainpage.css */

#MainPage {
  background: #003B78 url(/images/bandeaux/border.gif) repeat-y left;
  margin: 20px auto 5px auto;
  width: 900px;
}

#MainPage .Content {
  border: 6px solid white;
  border-top: none;
  border-right: none;
}

#MainContent {
  background: white;
  width: 673px;
  min-height: 485px;
  _height: 485px; /* ie6 hack */
  _display: table; /* ie6 hack */
  border-right: 6px solid white;
}

#Base-line {
  background: #E03127;
  line-height: 27px;
  border-top: 6px solid white;
  //border-top: 2px solid white;
  border-right: 6px solid white;
  padding-left: 24px;
}

#Base-line p {
  font-size: 16px;
  font-family: franklin gothic medium cond, arial;
  color: white;
  background: url(/images/bandeaux/base-line.gif) no-repeat 3px;
  padding-left: 24px;
}

.en-tete {
  text-align: center;
  background: #595959;
  margin: auto 180px;
}

.en-tete h2 {
  color: #fce700;
  font-size: 40px;
}

.en-tete p {
  font-size: 12px;
  background: #fce700;
}

#MainContent p {
  font-size: 12px;
}