body
{
	font-family: cursive;
}

h1, span {
font: bold 25px verdana, sans-serif;
font-family: cursive;
}
h1 {
position: relative; /* on positionne le conteneur H1 pour placer ensuite le SPAN */
color: #660033;
font-family: cursive;
}
h1 span {
position: absolute; /* on superpose le SPAN sur le titre */
top: -2px; /* on décale le SPAN */
left: -2px;
color: #CC0066;
font-family: cursive;
}


a:link {
color: #CC0066;
text-decoration: none;
background-color: transparent;
font-family: cursive;
}
a:visited {
color: #CC0066;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #660033;
text-decoration: none;
background-color: transparent;
}
a:active {
color: #99CC00;
text-decoration: underline;
background-color: transparent;
}
