#GalerieAccueil { height:160px; background-color: #222; border-bottom: 1px solid #222; border-top: 1px solid #111; position:relative; }

/* Images de bandeaux */
.Bandeau { position:absolute; left:0px; top:0px; display:none; }

/* Boutons d'action pour le défilement des bandeaux */
#BandeauAccueilPrec, #BandeauAccueilPlay, #BandeauAccueilPause, #BandeauAccueilSuiv {
	position:absolute; top:135px; z-index:1000; width:16px; height:16px; 
	background-repeat:no-repeat; background-position:0 0; cursor:pointer;
}
#BandeauAccueilPrec { left:655px; background-image:url(../img/bandeaux/player/precedent_off.png); }
#BandeauAccueilPrec:hover { background-image:url(../img/bandeaux/player/precedent_on.png); }
#BandeauAccueilPlay { left:675px; background-image:url(../img/bandeaux/player/play_off.png); visibility:hidden; }
#BandeauAccueilPlay:hover { background-image:url(../img/bandeaux/player/play_on.png); }
#BandeauAccueilPause { left:675px; background-image:url(../img/bandeaux/player/pause_off.png); }
#BandeauAccueilPause:hover { background-image:url(../img/bandeaux/player/pause_on.png); }
#BandeauAccueilSuiv { left:695px; background-image:url(../img/bandeaux/player/suivant_off.png); }
#BandeauAccueilSuiv:hover { background-image:url(../img/bandeaux/player/suivant_on.png); }
