@charset "utf-8";
/* CSS Document */

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#505050;
  background-color: #fff;
  margin:0;
  padding:0;
  text-align:center;
  overflow-x:hidden;
  height:100%; 
  }

html, body {
  height: 100%;
  width: 100%;
  }

a {
  color:#8da121;
  text-decoration:none;
  }

a:hover {
  color:#000;
  }

p {
  margin-top:0px;
  }
  
#container { 
  width:917px;
  height:580px;
  top:50%;
  position:absolute;
  margin-top:-290px;
  left:50%;
  margin-left:-450px;
  }
  
#nav_top {
  float:left;
  width:917px;
  height:16px;
  text-align:right;
  padding:0 0 22px 0;
  font-size:14px;
  }

#nav_top a {
  color:#8da121;
  text-decoration:none;
  height:14px;
  padding:0 5px;
  border-right:1px solid #8da121;
  }

#nav_top a:hover, #nav_top a.on {
  color:#000;
  }

#nav_top .noBorder a {
  border-right:0;
  padding-right:0;
  }

#maincontent {
  float:left;
  width:895px;
  height:480px;
  background-color:#FFFFFF;
  text-align:left;
  padding:10px;
  border: 1px solid #cfcfcf;
  }
 
#left {
  float:left;
  width:513px;
  height:480px;
  font-size:13px;
  }

#logo {
  position:absolute;
  top:272px;
  left:16px;
  }

#logo img{
  border:0;
  }

#adresse {
  position:absolute;
  top:500px;
  left:10px;
  width:513px;
  }

#adresse a {
  color:#505050;
  }

#adresse a:hover {
  color:#8da121;
  }

#adresse p {
  margin:0;
  text-align:justify;
  width:513px;
  }

#right {
  float:left;
  width:374px;
  height:476px;
  margin-left:8px;
  }

#footer {
  float:left;
  width:917px;
  height:14px;
  text-align:left;
  color:#8da121;
  letter-spacing:0.8px;
  padding-top:22px;
  font-size:14px;
  }

#footer a {
  color:#8da121;
  text-decoration:none;
  }
  
#footer a:hover {
  color:#505050;
  }

#footer_left {
  float:left;
  width:513px;
  }

#footer_nav {
  float:left;
  width:394px;
  text-align:right;
  letter-spacing:0;
  margin-left:8px;
  }

