.top .reseaux ul { margin:0px; }

.top .reseaux ul li
{
  float:left;
  font-size:8pt;
  list-style:none;
  display:block;
  width:32px;
  height:32px;
  overflow:hidden;
 
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
 
}

.top .reseaux ul li a
{
  display:block;
  width:32px;
  height:32px;
  overflow:hidden;
  text-indent:32px;
}

.top .reseaux ul li.facebook a { background:url("facebook.png") 50% 50% no-repeat; }
.top .reseaux ul li.twitter a { background:url("twitter.png") 50% 50% no-repeat; }
.top .reseaux ul li.google a { background:url("google.png") 50% 50% no-repeat; }

.top .reseaux ul > li.facebook:hover
{
  float:left;
  font-size:12px;
  width:32px;
  height:32px;
  
  text-indent:-9999px;
  
}

.top .reseaux ul > li.twitter:hover
{
  float:left;
  font-size:12px;
  width:32px;
  height:32px;
  background:#aad5e3;
  background:-moz-linear-gradient(top, #aad5e3 0%, #90c7db 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#aad5e3), color-stop(100%,#90c7db));
  background:-webkit-linear-gradient(top, #aad5e3 0%,#90c7db 100%);
  background:-o-linear-gradient(top, #aad5e3 0%,#90c7db 100%);
  background:-ms-linear-gradient(top, #aad5e3 0%,#90c7db 100%);
  background:linear-gradient(top, #aad5e3 0%,#90c7db 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad5e3', endColorstr='#90c7db',GradientType=0 );
  text-indent:-9999px;
  box-shadow:0px 1px 1px #6cb6cf,inset 0px 2px 5px #7fc9e2;
  -moz-box-shadow:0px 1px 1px #6cb6cf,inset 0px 2px 5px #7fc9e2;
  -webkit-box-shadow:0px 1px 1px #6cb6cf,inset 0px 2px 5px #7fc9e2;
}

.top .reseaux ul > li.google:hover
{
  float:left;
  font-size:12px;
  width:32px;
  height:32px;
  background:#f54a35;
  background:-moz-linear-gradient(top, #f54a35 0%, #c83e2d 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f54a35), color-stop(100%,#c83e2d));
  background:-webkit-linear-gradient(top, #f54a35 0%,#c83e2d 100%);
  background:-o-linear-gradient(top, #f54a35 0%,#c83e2d 100%);
  background:-ms-linear-gradient(top, #f54a35 0%,#c83e2d 100%);
  background:linear-gradient(top, #f54a35 0%,#c83e2d 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54a35', endColorstr='#c83e2d',GradientType=0 );
  text-indent:-9999px;
  box-shadow:0px 1px 1px #bf3928,inset 0px 2px 5px #ff6957;
  -moz-box-shadow:0px 1px 1px #bf3928,inset 0px 2px 5px #ff6957;
  -webkit-box-shadow:0px 1px 1px #bf3928,inset 0px 2px 5px #ff6957;
}
