/* Inactive tabs */
#tab-home a {
  width: 64px;
  background: url(../images/tabs/accueil-off.gif) no-repeat top left;
}
#tab-ps3 a {
  width: 58px;
  background: url(../images/tabs/ps3-off.gif) no-repeat top left;
}
#tab-wii a {
  width: 53px;
  background: url(../images/tabs/wii-off.gif) no-repeat top left;
}
#tab-xbox360 a {
  width: 83px;
  background: url(../images/tabs/xbox360-off.gif) no-repeat top left;
}
#tab-ps2 a {
  width: 56px;
  background: url(../images/tabs/ps2-off.gif) no-repeat top left;
}
#tab-psp a {
  width: 50px;
  background: url(../images/tabs/psp-off.gif) no-repeat top left;
}
#tab-ds a {
  width: 50px;
  background: url(../images/tabs/ds-off.gif) no-repeat top left;
}
#tab-pc a {
  width: 50px;
  background: url(../images/tabs/pc-off.gif) no-repeat top left;
}
#tab-autres a {
  width: 64px;
  background: url(../images/tabs/autres-off.gif) no-repeat top left;
}
#tab-pap a {
  width: 96px;
  background: url(../images/tabs/console1euro-off.gif) no-repeat top left;
}
#tab-magazine a {
  width: 97px;
  background: url(../images/tabs/magazine-off.gif) no-repeat top left;
}

/* Active tabs */
#tab-home.active a {
  width: 80px;
  background: url(../images/tabs/accueil-on.gif) no-repeat top left;
}
#tab-ps3.active a {
  width: 61px;
  background: url(../images/tabs/ps3-on.gif) no-repeat top left;
}
#tab-wii.active a {
  width: 57px;
  background: url(../images/tabs/wii-on.gif) no-repeat top left;
}
#tab-xbox360.active a {
  width: 85px;
  background: url(../images/tabs/xbox360-on.gif) no-repeat top left;
}
#tab-ps2.active a {
  width: 61px;
  background: url(../images/tabs/ps2-on.gif) no-repeat top left;
}
#tab-psp.active a {
  width: 61px;
  background: url(../images/tabs/psp-on.gif) no-repeat top left;
}
#tab-ds.active a {
  width: 51px;
  background: url(../images/tabs/ds-on.gif) no-repeat top left;
}
#tab-pc.active a {
  width: 51px;
  background: url(../images/tabs/pc-on.gif) no-repeat top left;
}
#tab-autres.active a {
  width: 71px;
  background: url(../images/tabs/autres-on.gif) no-repeat top left;
}
#tab-magazine.active a {
  width: 100px;
  background: url(../images/tabs/magazine-off.gif) no-repeat top left;
}


#tabs li a:hover {
  background-position: bottom left;
}
#tabs #tab-home span a,
#tabs #tab-ps3 span a,
#tabs #tab-wii span a,
#tabs #tab-xbox360 span a,
#tabs #tab-ps2 span a,
#tabs #tab-psp span a,
#tabs #tab-ds span a,
#tabs #tab-pc span a,
#tabs #tab-autres span a,
#tabs #tab-pap span a,
#tabs #tab-magazine span a {
  display: block;
  height: 31px;
}


#tabs #tab-home span,
#tabs #tab-ps3 span,
#tabs #tab-wii span,
#tabs #tab-xbox360 span,
#tabs #tab-ps2 span,
#tabs #tab-psp span,
#tabs #tab-ds span,
#tabs #tab-pc span,
#tabs #tab-autres span,
#tabs #tab-pap span,
#tabs #tab-magazine span {
  display: none;
}
