/* CSS Document */
a{
color:#9bb028;
text-decoration:none;
}
a:hover{
color:#5a5f1f;
text-decoration:underline;
}
h1{
color:#5a5f1f;
}
h2{
color:#778323;
}
h3{
color:#5a5f1f;
}
h4{
color:#5a5f1f;
}
#box_green{
background-image:url(../images/boite_verte.jpg);
background-repeat:no-repeat;
color:#56591E;
}
#box_green a{
border-bottom: 1px solid #99AE27;
}
#box_green a:hover{
background-color:#AAB952;
color:white;
text-decoration:none;
}
strong 
{
color:#669900;
}
em
{
color:#669900;
}
