/* CSS Document */

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
color:#669900;
background-image:url(../image/background_site.jpg);
background-repeat:repeat-x;
background-position:top;

}


.titre_vert{
color:#86991e;
font-size:12pt;
font-weight:bold;
}

.titre_brun{
font-size:12pt;
font-weight:bold;
color:#644f00;
}

.texte_brun{
color:#644f00;
}

.texte_vert{
color:#86991e;
}

a{
color:#86991e;
text-decoration:underline;
}

a:hover{
color:#644f00;
text-decoration:underline;
}

.petit_texte_vert{
font-size:8pt;
}

a.petit_lien_vert{
font-size:8pt;
text-decoration:none;
}

a.petit_lien_vert:hover{
text-decoration:underline;
color:#003300;
}