@charset "utf-8";
/* CSS Document */

.about_no{
	float:left;
	margin-top: 20px;
}
.about_no a{
	background-image: url(../images/about_no.jpg);
	display: block;
	height:58px;
	width:231px;
}
.about_no a:hover{
	background-image: url(../images/about_act.jpg);
}

.about_act{
	float:left;
	margin-top: 20px;
}
.about_act a{
	background-image: url(../images/about_act.jpg);
	display: block;
	height:58px;
	width:231px;
}
.about_act a:hover{
	background-image: url(../images/about_act.jpg);
}

.gallery_no{
	float: right;
	margin-top: -10px;
}
.gallery_no a{
	background-image: url(../images/gallery_no.jpg);
	height:70px;
	width:150px;
	display: block;
}
.gallery_no a:hover{
	background-image: url(../images/gallery_act.jpg);
}
.gallery_act{
	float: right;
	margin-top: -10px;
}
.gallery_act a{
	background-image: url(../images/gallery_act.jpg);
	height:70px;
	width:150px;
	display:block;
}
.gallery_act a:hover{
	background-image: url(../images/gallery_act.jpg);
}

.upcoming-gigs_no{
	float: left;
	margin-top: -30px;
	margin-left: 10px;
}
.upcoming-gigs_no a{
	background-image: url(../images/upcoming-gigs_no.jpg);
	height:40px;
	width:201px;
	display: block;
}
.upcoming-gigs_no a:hover{
	background-image: url(../images/upcoming-gigs_act.jpg);
}
.upcoming-gigs_act{
	float: left;
	margin-top: -30px;
	margin-left: 10px;
}
.upcoming-gigs_act a{
	background-image: url(../images/upcoming-gigs_act.jpg);
	height:40px;
	width:201px;
	display: block;
}
.upcoming-gigs_act a:hover{
	background-image: url(../images/upcoming-gigs_act.jpg);
}

.reportoire_no{
	float: right;
	margin-right: 20px;
}
.reportoire_no a{
	background-image: url(../images/reportoire_no.jpg);
	height:50px;
	width:177px;
	display: block;
}
.reportoire_no a:hover{
	background-image: url(../images/reportoire_act.jpg);
}
.reportoire_act{
	float: right;
	margin-right: 20px;
}
.reportoire_act a{
	background-image: url(../images/reportoire_act.jpg);
	height:50px;
	width:177px;
	display: block;
}
.reportoire_act a:hover{
	background-image: url(../images/reportoire_act.jpg);
}

.guestbook_no{
	float: left;
	margin-top: -10px;
}
.guestbook_no a{
	background-image: url(../images/guestbook_no.jpg);
	height:54px;
	width:187px;
	display: block;
}
.guestbook_no a:hover{
	background-image: url(../images/guestbook_act.jpg);
}
.guestbook_act{
	float: left;
	margin-top: -10px;
}
.guestbook_act a{
	background-image: url(../images/guestbook_act.jpg);
	height:54px;
	width:187px;
	display: block;
}
.guestbook_act a:hover{
	background-image: url(../images/guestbook_act.jpg);
}

/* META */

.meta{
	float: left;
	padding-right: 22px;
}
.meta a{
	width: 92px;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 8px;
	text-decoration: none;
}

.meta a:hover{
	color:#ab190a;
	text-decoration: none;
}

.meta_act{
	float: left;
	padding-right: 22px;
}
.meta_act a{
	width: 92px;
	display: block;
	text-align: center;
	color:#ab190a;
	padding-bottom: 5px;
	padding-top: 8px;
	text-decoration: none;
}
.meta_act a:hover{
	color:#ab190a ;
	text-decoration: none;
}
