#head #home a {background-image: url(/images/nav/acceuil.gif) }
#head #profile a {background-image: url(/images/nav/profil.gif) }
#head #projects a { background-image: url(/images/nav/projets.gif) }

#head #home a:hover { background-image: url(/images/nav/acceuil_hover.gif)}
#head #profile a:hover { background-image: url(/images/nav/profil_hover.gif)}
#head #projects a:hover {  background-image: url(/images/nav/projets_hover.gif)}

#head #home a.current { background-image: url(/images/nav/acceuil_current.gif)}
#head #profile a.current { background-image: url(/images/nav/profil_current.gif)}
#head #projects a.current{ background-image: url(/images/nav/projets_current.gif)}

