a.onglet {
	color:555555;
	text-decoration: none;
}

a.onglet:hover {
	color:333355;
	text-decoration: none;
}

.banniere {
  background-image: url("images/banniere.PNG");
  background-repeat: no-repeat;
  background-position:top;
  width:100%; 
  position:fixed;
  height:152px;
  top:0px;
}

.fond {
	background-image: url("images/fond.png");
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center top;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-attachment: fixed;
}

.boutonAccueil { 
	position:fixed;
	margin-left:20px;
	top:160px;
	width: 250px; 
	height: 50px; 
	border: none; 
	cursor: pointer; 
	background: url("images/accueil1.png") no-repeat left top; 
} 
.boutonAccueil:hover { 
	background: url("images/accueil2.png") no-repeat left bottom; 
}

.boutonConcerts { 
	position:fixed;
	margin-left:20px;
	top:280px;
	width: 250px; 
	height: 50px; 
	border: none; 
	cursor: pointer; 
	background: url("images/concerts1.png") no-repeat left top; 
} 
.boutonConcerts:hover { 
	background: url("images/concerts2.png") no-repeat left bottom; 
}

.boutonContact { 
	position:fixed;
	margin-left:20px;
	top:340px;
	width: 250px; 
	height: 50px; 
	border: none; 
	cursor: pointer; 
	background: url("images/contact1.png") no-repeat left top; 
} 
.boutonContact:hover { 
	background: url("images/contact2.png") no-repeat left bottom; 
}

.boutonBio { 
	position:fixed;
	top:220px;
	margin-left:20px;
	width: 250px; 
	height: 50px; 
	border: none; 
	cursor: pointer; 
	background: url("images/bio1.png") no-repeat left top; 
} 
.boutonBio:hover { 
	background: url("images/bio2.png") no-repeat left bottom; 
}

.lecteur { 
	position:fixed;
	left:20px;
	top:460px;
	bottom:10px;
	width: 250px; 
	border: none;
	min-height:180px;
}
.facebook { 
	position:fixed;
	left:20px;
	top:400px;
	width: 250px; 
	height: 50px; 
	border: none;
	
	background-color: rgba(242, 230, 35, 0.7);
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
}

.onglet {
	background-color: rgba(220, 220, 220, 0.7);
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	height: 20px;
	width: 90px;
	padding:5px;
	text-align:center;
	display:inline-block;
}

.onglet:hover {
	background-color: rgba(230, 230, 230, 0.9);
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	height: 20px;
	width: 90px;
	padding:5px;
	text-align:center;
	display:inline-block;
}

.onglet_selectionne{
	background-color: rgba(242, 242, 242, 0.9);
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	height: 20px;
	width: 90px;
	display:inline-block;
	text-align:center;
	padding:5px;
}

.contenu {
	background-color: rgba(242, 230, 35, 0.7);
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
	position:fixed;
	top:160px;
	bottom:10px;
	left :280px;
	right : 20px;
	overflow:auto;
}