
/* barre legende megaslide + partage */
#diaporama .blocDiapo .infoDiapoLegend .fullScreen {
background: url(../img/ieFix/fullscreen_on.png) no-repeat right center !important;
}
body.fullscreen #diaporama .blocDiapo .infoDiapoLegend .fullScreen {
background: url(../img/ieFix/fullscreen_off.png) no-repeat right center  !important;
}
#diaporama .blocDiapo .infoDiapoLegend .share {
background: url(../img/ieFix/share.png) no-repeat right center  !important;
}


.shareBloc .facebook { background: url(../img/ieFix/facebook.png) #ffffff no-repeat right center  !important; }
.shareBloc .google { background: url(../img/ieFix/google.png) #ffffff no-repeat right center  !important; }
.shareBloc .pineterest { background: url(../img/ieFix/pinterest.png) #ffffff no-repeat right center  !important; }
.shareBloc .email { background: url(../img/ieFix/mail.png) #ffffff no-repeat right center  !important; }
.shareBloc .facebook:hover { background: url(../img/ieFix/facebook-on.png) #ffffff no-repeat right center  !important; }
.shareBloc .google:hover { background: url(../img/ieFix/google-on.jpg) #ffffff no-repeat right center  !important; }
.shareBloc .pineterest:hover { background: url(../img/ieFix/pinterest-on.png) #ffffff no-repeat right center  !important; }
.shareBloc .email:hover { background: url(../img/ieFix/mail-on.png) #ffffff no-repeat right center  !important; }
.shareBloc{ background: white;}
/* note : il faudrait ajouter un fond blanc aux images des png transparents.. le rollhover fait un truc bizarre là 
	-> fait .. marche pas ...
	
	pas l'air de remplacer les png en fait ...
*/


/* losange sur vignettes*/
.item .image a .hover {
background: url(../img/ieFix/losange-roll-over.png) no-repeat center center !important;
}

/* fix png fleches qui bave */
#wrapperDiaporama .sliderNext .arrowHolder .arrow,
#wrapperDiaporama .sliderPrev .arrowHolder .arrow
{
	background-color: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
	zoom: 1;
}

.itemDiapo .image a.flecheG{ display:none; z-index:2; position:absolute; left:0;  top:50%; width:33px;  height:37px; background: url(../img/css/slideshow-actu-prev.png) white no-repeat center center !important;}
.itemDiapo .image a.flecheD{ display:none; z-index:2; position:absolute; right:0; top:50%; width:33px;  height:37px; background: url(../img/css/slideshow-actu-next.png) white no-repeat center center !important;}


.slider .actions a.playPause.paused {
background: url(../img/ieFix/picto-play-diapo.png) no-repeat center center !important;
background-size: 10px 14px;
}


