/* Haut de page */

#top {
  height: 200px;
  background: url(../images2/contact.jpg) no-repeat 0 0;
  }

  
/* Menu  de navigation principal */

#mainnav ul {
  background: #6D4000;
  } 
#mainnav ul li.cont {
  background: #fff;
  padding: 6px 0;
  } 
#mainnav ul li.cont {
  background: #fff;
  padding: 6px 0;
  } 
#mainnav ul li.cont a {
  color: #6D4000;
  } 

/* Contenu */

#container { 
  background: #fff url(../images2/arrondi.gif) no-repeat left bottom;
  padding-bottom: 30px;
  }
#content {
   background: url(../images2/plan-acces.gif) no-repeat 500px 50px;
   padding: 42px 10px 200px 20px;
   padding-right: 465px;
   z-index: 1000;
   }
h2 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 6px;
  }
#content a, #col3 a {
    color: #666;
    text-decoration: none;
    }
#col3 a:hover {
    color: #666;
    text-decoration: underline;
    }
    

#col2 {
  width: 275px;
  float: right;
  margin-right: 10px;
  padding-top: 100px;
  }
#col3 {
  width: 170px;
  float: right;
  padding-top: 250px;
  font-size: 1em;
  }
#content form p {
   font-size: .92em;
   line-height: 2.3em;
   }
#content .rouge {
   color: #f00;
   font-size: 13px;
   }

br.clear { 
	height: 0; 
	clear: left; 
	}
  
