/* FICHE SPECTACLE SPECIFIQUE AU FRRANÇAIS */

/* HEADER */
#spectacle-header #spectacle-video #boutons{
   width: 251px;
   height: 19px;
   padding: 8px 0 0 0;
   background: white url(../images/spectacle-under-video-button.gif)  left top no-repeat;
}

#spectacle-header #spectacle-video .boutons a.linked-audio{
    display: block;
	height: 22px;
	width: 165px;
	margin: 0 0 2px 14px;
	background: url(../images/btn-voir-photos.gif) top left no-repeat;
}

#spectacle-header #spectacle-video .boutons a.linked-diapo {
    display: block;
	height: 22px;
	width: 165px;
	margin: 0 0 2px 14px;
	background: url(../images/btn-voir-videos.gif) top left no-repeat;
}

/* COLONNE 1 */
#colls .c1 h4{
    padding: 0px;
    margin: 0px;
    height: 49px;
    background: #AC0709 url(../images/spectacle-achetez-vos-billets.gif) left top no-repeat;
}
#colls .c1 a.btn_buy:hover h4 {background-position:left bottom;}
#colls .c1 h4.tournee{
    background: #AC0709 url(../images/spectacle-achetez-vos-billets.gif) top left no-repeat;
}

#colls .c1 .option{
    padding: 0 0 0 14px;
}
#colls .c1 .option a.reservation-groupe{
    float: left;
    height: 33px;
    width: 110px;
    background: url(../images/reservation-groupe-btn.gif) top left no-repeat;
    padding: 0 5px 0 0
}
#colls .c1 .option a.reservation-groupe:hover{
   background: url(../images/reservation-groupe-btn-over.gif) top left no-repeat;
}

#colls .c1 .option a.forfait-vip{
    float: left;
    height: 33px;
    width: 110px;
    background: url(../images/forfait-vip-btn.gif) top left no-repeat;
}
#colls .c1 .option a.forfait-vip:hover{
    background: url(../images/forfait-vip-btn-over.gif) top left no-repeat;
}

