/* exemple d'habillage */
.sociaux ul {margin:0;padding:0;list-style:none;}
.sociaux li {display:inline-block;margin:0 0.2em 0.4em 0;}
.sociaux a {text-decoration:none;}
.sociaux .name    { display:none;}
.sociaux .socicon { font-size:1.4em;padding:.5em .5em .3em;border-radius:1em;color:#fff;background:#000;}

.sociaux .facebook .socicon     {background:#3E5B98;}
.sociaux .twitter  .socicon     {background:#4DA7DE;}
.sociaux .instagram .socicon    {background:#9C7C6E;}
.sociaux .googleplus  .socicon  {background:#DD4B39;}
.sociaux .blogger  .socicon     {background:#ff9b38;}
.sociaux .linkedin .socicon     {background:#3371B7;}
.sociaux .youtube  .socicon     {background:#E02A20;}
.sociaux .pinterest  .socicon   {background:#C92619;}
.sociaux .rss  .socicon         {background:#F26109;}
.sociaux .mail .socicon         {background:#000;}
.sociaux .tripadvisor .socicon  {background:#599541;}
.sociaux .vimeo .socicon        {background:#51b5e7;}
.sociaux .fickr .socicon        {background:#1e1e1b;}

.sociaux .socicon:hover {background:#000;}
