/********* Global *********/

* {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin: 0;
  font-family: Arial, Tahoma, Verdanna, Arial;
}

body {
  //margin-top: -20px; /* IE hack*/
  background: #F2F9FA url(/images/header/background.gif) repeat-x top;
}

img {
  border: 0;
}

table {
  border-collapse: collapse;
}

.FlashError a {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #595959;
  text-decoration: underline;
}

/********* MainPage *********/

#MainPage {
  margin: 15px auto;
  width: 925px;
  background: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#MainPage .MainPageTable {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}
#MainPage .MainPageTable td {
  vertical-align: top;
}

#MainContent {
  padding: 10px;
  min-width: 630px;
  min-height: 600px;
  background: white;
  text-align: justify;
}
.WithoutSectionMenu {
  min-width: 770px !important;
}
#MainContent h1 {
  color: #BE1E2D;
  font-size: 22px;
  margin-bottom: 10px;
}

#MainContent h2 {
  color: #1B4682;
  font-size: 16px;
  border-bottom: 1px solid #99C3D3;
  margin: 10px 0; 
}

#MainContent p {
  color: #4D4E4C;
  margin-bottom: 15px;
  text-align: justify;
}
#MainContent ul {
  margin: 0 0 10px 15px;
}
#MainContent ol {
  margin: 0 0 10px 15px;
}
#MainContent a,
#MainPage a:active {
  color: blue;
  text-decoration: none;
}
#MainContent a:hover {
  text-decoration: underline;
}
#MainContent a:visited {
  color: purple;
}

#MainContent form table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}

#MainContent .required,
#MainContent .error {
  color: red;
}

/********* Header *********/

#Header {
  background: url(/images/header/pret-ecologique.jpg) no-repeat;
  margin-top: 34px;
  height: 221px;
}

#Header a {
  color: white;
}

#Header .TitleSite a {
  font-size: 34px;
  color: white;
  padding: 80px 0;
  text-decoration: none;
  line-height: 200px;
  text-transform: capitalize;
  font-weight: bold;
}

#Header .green {
  color: #CEFF00;
}


#Header .linkTitle a {
  position: absolute;
  margin-top: -15px;
  width: 925px;
  overflow: hidden;
  color: white;
  text-decoration: none;
  font-size: 10px;
}

#Header .slogan {
  font-size: 23px;
  color: white;
  position: absolute;
  margin: -150px 410px;
  width: 450px;
}

.homeLink {
  font-size: 34px;
  color: white;
  padding: 80px 0;
  text-decoration: none;
  line-height: 200px;
  text-transform: capitalize;
  font-weight: bold;
}

.NewsletterSubscriptionBox {
  float: right;
  margin: 5px 5px 0 0;
}
.NewsletterSubscriptionBox label {
  font-size: 12px;
  color: white;
}
.NewsletterSubscriptionBox .DrWInput {
  width: 100px;
  font-size: 12px;
}
.NewsletterSubscriptionBox .DrWIButton {
  height: 20px;
  width: 25px;
}
/********** MenuBar **********/

#MenuBar {
  height: 30px;
  background: #1c4582;
}
#MenuBar ul {
  width: 100%;
  list-style-type: none;
}
#MenuBar ul li {
  float: left;
}
#MenuBar ul li a {
  display: block;
  margin-right: 1px;
  text-align: center;
  padding: 0;
  color: white;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
#MenuBar a:hover {
  background: gray;
}
#MenuBar ul li a.selected {
  background: white;
  color: #1c4582;
}
#MenuBar ul li a.selected:hover {
  color: white;
}
#MenuBar ul li .home {
  width: 75px;
}
#MenuBar ul li .modalite {
  width: 144px;
}

/********** VerticalShow **********/

.VerticalShow p {
  margin: 0 0 3px 0;
  padding: 0;
}

/********** Network **********/

#Network {
  font-size: 10px;
  text-align: center;
  color: #99C3D3;
}
#Network .partners {
  font-weight: bold;
  display: inline;
}
#Network ul li {
  display: inline;
}
#Network ul li a {
  color: #99C3D3;
  text-decoration: none;
}
#Network ul li a:hover {
  text-decoration: underline;
}
.partners {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

/********** AdsenseFooter ***/
.SquareFooterShow {
  display: block !important;
  text-align: center;
}

/********** Footer **********/

#Footer {
  text-align: center;
  background: transparent;
  line-height: 22px;
  margin-top: 50px;
  width: 944px;
  font-size: 12px;
  padding: 0 10px;
}

#Footer a {
  color: #1B4682;
  font-size: 12px;
  text-decoration: none;
  padding: 5px;
}

#Footer a:hover {
  background: white;
}

#Footer .separatorFooter {
  color: #1B4682;
}

.copyright {
  margin: 5px auto;
  width: 944px;
  text-align: center;
  font-size: 11px;
  color: #99C3D3;
}

.copyright a {
  color: #99C3D3;
  text-decoration: none;
}
