body {
  background: #3B98D6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size:10px;
  color:#ffffff;
}

a:link {color: #003366; text-decoration: none;font-weight:bold;font-size: 1.2em;}
a:visited {color: #003366; text-decoration: none;font-weight:bold;font-size: 1.2em;}
a:active {color: #003366; text-decoration: none;font-weight:bold;font-size: 1.2em;}
a:hover {color: #008000; text-decoration: none;font-weight:bold;font-size: 1.2em;}

a img {
  border-width: 0;
}

   a.qop2:link {color:#ffffff;text-decoration: none; font-weight:bold;font-size: 1.2em;}
   a.qop2:visited {color:#ffffff;text-decoration: none; font-weight:bold;font-size: 1.2em;}
   a.qop2:active {color:#ffffff;text-decoration: none; font-weight:bold;font-size: 1.2em;}
   a.qop2:hover {color:#ffff00;text-decoration: none; font-weight:bold;font-size: 1.2em;}    

   .Hautpage a:link{color: #ffffff;background-color: #9683ec;text-decoration: none;font-size: 1.2em;}
   .Hautpage a:visited{color: #ffffff;background-color: #9683ec;text-decoration: none;font-size: 1.2em;}
   .Hautpage a:active{color: #24c4ec;background-color: #003366;text-decoration: none;font-size: 1.2em;}
   .Hautpage a:hover{color: #24c4ec;background-color: #003366;text-decoration: none;font-size: 1.2em;}

   .lien3:link{color: #003366;text-decoration: none; font-weight:bold;font-size: 1.3em;}
   .lien3:visited{color: #003366;text-decoration: none; font-weight:bold;font-size: 1.3em;}
   .lien3:active{color: #003366;text-decoration: none; font-weight:bold;font-size: 1.3em;}
   .lien3:hover{color: #9683EC;text-decoration: none; font-weight:bold;font-size: 1.3em;}
   
   .plus:link{color: #008000;text-decoration: none; font-weight:bold;font-size: 1.1em;}
   .plus:visited{color: #008000;text-decoration: none; font-weight:bold;font-size: 1.1em;}
   .plus:active{color: #008000;text-decoration: none; font-weight:bold;font-size: 1.1em;}
   .plus:hover{color: #9683EC;text-decoration: none; font-weight:bold;font-size: 1.1em;}   

   .lientext:link{color: #003366;text-decoration: none; font-weight:bold;font-size: 1.1em;}
   .lientext:visited{color: #003366;text-decoration: none; font-weight:bold;font-size: 1.1em;}
   .lientext:active{color: #003366;text-decoration: none; font-weight:bold;font-size: 1.1em;}
   .lientext:hover{color: #9683EC;text-decoration: none; font-weight:bold;font-size: 1.1em;}   
   
#conteneur {
   width: 985px;
   padding:0px;
   background-color: #3B98D6;
}


#outer-wrapper { 
  font: normal normal 100% Verdana, Arial, Helvetica, Sans-serif;;
}

/* Header
----------------------------------------------- */

#header {
  clear: both;
  width: 985px;
  height:110px;
  margin-left:0px;
  background-image:url("../img/banniere_1000.jpg");
  background-repeat:no-repeat;  
  float : left;
  text-align:center;
  color: #ffffff;
}

h1.title {
  padding-top: 14px;
  margin: 0 50px;
  font-size: 3em;
  color: #ffffff;
  font-weight:bold;
}

/* Content----------------------------------------------- */
.clear { 
  clear: both;
}

/* Header2----------------------------------------------- */
#header2 {
  clear: both;
  width: 985px;
  background: #CCCCFF;
  text-align: center;
  float : left;
 }

#content-wrapper {
  width: 985px;
  margin-left:5px;  
  margin: 0 0;
  padding: 0 0 0px;
  text-align: left;
  background-color: #CCCCFF;
  border-top: 0;
  float : left;
}

#main-wrapper {
  width: 815px;
  float : left;
  background-color: #CCCCFF;
  border: 0px;
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}
#sidebar-wrapper {
  width: 170px;
  float : left;
  background-color: #CCCCFF;
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

/* Headings----------------------------------------------- */
h1 {
  font-size: 1.6em;
  color:#3B98D6;
  font-weight:bold;
  text-align:center;
}
h2, h3 {
  margin: 0;
}
h1.lav {
  font-size: 1.6em;
  color:#9683EC;
  font-weight:bold;
  text-align:center;
}
                                                              
/* Footer----------------------------------------------- */
#footer {
  clear: both;
  width: 985px;
  margin-left:0px;
  background-color: #9683EC;
  text-align:center;
}

