/*
Vert sombre: #689232;
	-> Lien
Vert moyen: #78b000;
	-> Lien hover
Vert clair: #84bb21;
	-> Puces du h3
	-> Border du h4
	-> Highlight
	-> hr
*/
html a { color: #689232; }
html a:hover {  color: #78b000; }
h3.style-editeur { background-image: url("/sites/all/themes/boisdauvergne/images/puce-titre.png"); }
h4.style-editeur { border-bottom: 1px solid #84bb21; }
span.style-editeur-rose { color: #84bb21; }
span.style-editeur-rose-gd { color: #84bb21; }
html hr { border-top: 1px dashed #84bb21; }
