	A:LINK {color: #663300; text-decoration: none}
	A:hover {color: #FFFF00; text-decoration:none} 
	A:VISITED {color: #FF0000; text-decoration: none}
	

h1, span { font-family: Verdana, Arial, sans-serif; font-size: 16px; font-weight: bold; color: #FCFCDA; 
} 
h1 {
position: relative; /* on positionne le conteneur H1 pour placer ensuite le SPAN */
color: #000000;
}
h1 span {
position: absolute; /* on superpose le SPAN sur le titre */
top: -2px; /* on décale le SPAN */
left: -2px;
color: #ECE5B9;
}

