@charset "utf-8";
/* CSS Document */

*{padding: 0; margin: 0}

body {
 color:#4e4e4e;
 /*background-color:#006633;*/
 background-color:#FFFFFF;
 font-family:"Trebuchet MS";
 font-size: small;
 }
 
#wrapper {
 position:relative;
 color: #769009;
 background-color:#FFFFFF;
 width: 655px;
 margin-left:auto;
 margin-right:auto;
 }
 
#bandeau {
 background-color:#FFFFFF;
 width: 655px; 
 height: 324;
 }
 
#zone_de_navigation {
 font-size: 12px;
 font-style: normal;
 line-height: 2.5em;
 position: absolute;
 width: 100px;
}

#zone_de_texte {
 font-size: 11px;
 font-style:normal;
 color:#666666;
 font-weight:normal;
 width: 420px;
 margin: 0;
 padding: 10px 35px 0 100px;
 text-align: justify ;
}

#pensee_du_jour {
    font-size: 11px;
    font-style:italic;
    color:#769009;
    font-weight:normal;
	position: absolute;
	padding: 15px 0px 0px 13px;
	width: 123px;
	height: 235px;
	text-align: justify;
	background-image: url(img/pensee-du-jour.jpg);
	background-repeat: no-repeat;
	left: 536px;
	top: 334px;
}

#pied_de_page {
 padding: 10px 0;
 margin: 0;
 width: 655px;
 text-align:center;
 background-image: url(img/pied-page.jpg);
 background-repeat: no-repeat;
 width: 655px;
 height: 50px;
 }

h1 {
 font-size: 12px;
 font-style: normal;
 line-height: 2.5em;
 color:#769009;
 } /* sous-titres */
h2 {
 text-align:right;
 font-size: 15px;
 font-style:normal;
 color:#536130;
 background-image: url(img/barre-titre.jpg);
 width: 420px;
 height: 23px;
 background-repeat: no-repeat;
 } /*titres */ 

 
a {
 text-decoration: none;
 font-weight:normal;
 }
a:link {
  color:#769009;
} 
a:visited {
  color:#769009;
}
a:hover {
  color:#304204
} 

.visited {
  color:#304204;
  text-decoration: none;
  font-weight:normal;
} 

