@charset "UTF-8";
/* CSS Document */
li#accueil a {background: url(../images/boutonAccueil.gif) no-repeat top;}
li#accueil a:hover, li#accueil a#pageActive  {background: url(../images/boutonAccueil.gif) no-repeat bottom;}
li#matchs a {background: url(../images/boutonMatchs.gif) no-repeat top;}
li#matchs a:hover, li#matchs a#pageActive  {background: url(../images/boutonMatchs.gif) no-repeat bottom;}
li#l_actu a {background: url(../images/boutonLActu.gif) no-repeat top;}
li#l_actu a:hover, li#l_actu a#pageActive  {background: url(../images/boutonLActu.gif) no-repeat bottom;}
li#l_XXXquipe a {background: url(../images/boutonLEquipe.gif) no-repeat top;}
li#l_XXXquipe a:hover, li#l_XXXquipe a#pageActive  {background: url(../images/boutonLEquipe.gif) no-repeat bottom;}

li#commenter a {background: url(../images/commenter.png) no-repeat top;}
li#commenter a:hover, li#commenter a#ongletActif  {background: url(../images/commenter.png) no-repeat bottom;}
li#partager a {background: url(../images/partager.png) no-repeat top;}
li#partager a:hover, li#partager a#ongletActif  {background: url(../images/partager.png) no-repeat bottom;}
li#envoyerAUnAmi a {background: url(../images/envoyerAUnAmi.png) no-repeat top;}
li#envoyerAUnAmi a:hover, li#envoyerAUnAmi a#ongletActif  {background: url(../images/envoyerAUnAmi.png) no-repeat bottom;}
li#votreAvis a {background: url(../images/votreAvis.png) no-repeat top;}
li#votreAvis a:hover, li#votreAvis a#ongletActif  {background: url(../images/votreAvis.png) no-repeat bottom;}

