/*   Charte :
Bleu foncé : #0011ac
Gris-foncé pied-de-page : #383735
Gris-clair : #797873
*/
#panneausocial{
	position : absolute ;
	width:230px;
	margin : 0 0 10px 0 ;
	padding : 20px 0 30px 10px ;
	top : 30px;
	left : 30px ;
	background-color : white;
	-moz-box-shadow: 1px 1px 4px #383735; 
	-webkit-box-shadow: 1px 1px 4px #383735; 
	box-shadow: 1px 1px 4px #383735;
}
	#panneausocial li a{padding : 5px 0 0 30px; display : block; margin : 5px 0 0 0; font-weight : normal; text-decoration : none; font-size : .9em; }
	#panneausocial li a:link, #panneausocial li a:visited{}
	#panneausocial li a:hover{font-weight : bold ; color : #0011ac }
/*	.lienfacebook{background-image :url("../images/logos-reseaux/facebook.png"); background-repeat : no-repeat ; background-position : left center ; background-size : 26px; }
	.lientwitter{background-image :url("../images/logos-reseaux/twitter.png");background-repeat : no-repeat ; background-position : left center ; background-size : 26px;}
	.lienlinkedin{background-image :url("../images/logos-reseaux/linkedin.png");background-repeat : no-repeat ; background-position : left center ; background-size : 26px;}
	.lienviadeo{background-image :url("../images/logos-reseaux/viadeo.png");background-repeat : no-repeat ; background-position : left center ; background-size : 26px;}
	.googleplus{background-image :url("../images/logos-reseaux/gplus2.png");background-repeat : no-repeat ; background-position : left center ; background-size : 26px;}*/