* {
   padding: 0;
   margin: 0;
} 

body {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   font-size: 12px;
   padding: 0;
   margin: 0;
   color: #555;
   line-height: 17px;
   background: #000;
}

a { 
   color: #9e0505;
   text-decoration: none;
}

a:hover { 
   color: #227222;
   text-decoration: underline; 
}

a img {
   border: none;
}

#wrap {
   width: 760px;
   margin: 0 auto;
   background: #227222;
   padding: 10px;
   border: 1px solid #F6CA4B;
}

#header {
   height: 80px;
   background: url(images/headergreen4.jpg) no-repeat;
   line-height: 70px;
   border: 1px solid #F6CA4B;
}

#header h1 {
   color: #fff;
   font-size: 35px;
   padding-left: 20px;
   text-decoration: none;
   font-weight: 100; 
   letter-spacing: -3px;
}

#header h1 a {
   color: #fff;
   text-decoration: none;
}

#header h1 a:hover {
   color: #000;
}

#left {
   float: left;
   width: 532px;
   margin-top: 20px;
   padding: 8px;
   background: #eaeaea; 
   text-align: justify;
   border: 1px solid #2c952e;
}

#left h2 {
   color: #555;
   font-size: 20px;
   letter-spacing: -1px;
   font-weight: 100;
}

#left h3 {
   color: #555;
   font-size: 16px;
   font-weight: lighter;
   margin: 0 0 10px 0;
}

#left div img {
   border: 1px solid #227222;
}

#left ul {
   padding-left: 15px;
   padding-right: 15px;
   list-style-image: url("images/bird.png");
}

#left li {
   padding: 0px 0px 15px 0px;
}

.formu {
      margin-left: 35%;
      font: 16px Trebuchet MS, Calibri, Verdana, Arial;
      font-weight: bold;
      color: #216517;
      text-decoration: underline;
}

.subject {
      border-bottom: 1px solid #216517;
}

.contenu {
      border-bottom: 1px solid #216517;
}

#right {
   float: right;
   width: 200px;
   border: 1px solid #F6CA4B;
   background: #2c952e;
   margin-top: 20px;
}

#right ul {
   list-style-type: square;
   color: #CF9B00;
   padding: 0px 10px 10px 30px;
}

#right h2 {
   color: #333333;
   font-size: 12px;
   padding: 10px 0 5px 10px;
}

#right a {
   color: #e9ae00;
   text-decoration: none;
}

#right a:hover {
   color: #fff;
   text-decoration: underline; 
}

#footer {
   margin: 20px 0 0 0;
   text-align: center;
   font-size: 11px;
   background: #444;
   color: #fff;
   padding: 10px 0;
   border: 1px solid #F6CA4B;
}

#footer a {
   color: #fff; 
}

#footer a:hover {
   color: #fff;
   text-decoration: underline; 
}

.center {
   text-align: center;
}

.red {
   color: #9e0505;
}

.vert {
   color: #227222;
}

.noir {
   color:#000;
}

.noborder {
   border-style: none;
}

.petit {
      font-size: 8px;
}

