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