body {
	background:url('design_img/background.png') #000;
	background-repeat:repeat-x;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin, padding:0;
}

#cadre {
	background:url('design_img/cadre_back.png') transparent;
	height:770px;
	width:962px;
	margin:auto;
}
#logo{
	position: absolute;
	height:202px;
	width:319px;
	background:url('design_img/logo.png') transparent;
	float:left;
	margin-top:45px;
	margin-left:118px;
	z-index:2;
}

#menu{
	position: absolute;
	background:url('design_img/menu_back.png');
	height:60px;
	width:472px;
	background-repeat:no-repeat;
	margin-top:163px;
	margin-left:393px;
	float:left;
	padding-top:9px;
	z-index:1;
}
#menu li{
	list-style:none;
}
#menu li a{
	display:block;
	height:100%;
	width:100%;
}
#menu li.home, #menu  li.home_selected{
	height:42px;
	width:69px;
	float:left;
	margin-left:37px;
}
#menu li.home:hover, #menu  li.home_selected{
	background:url('design_img/boutons/home_over.png');
	}
	
#menu li.groupe, #menu li.groupe_selected{
	height:42px;
	width:71px;
	float:left;
}
#menu li.groupe:hover, #menu li.groupe_selected{
	background:url('design_img/boutons/groupe_over.png') transparent;
	}
	
#menu li.concert,#menu li.concert_selected{
	height:42px;
	width:56px;
	float:left;
}
#menu li.concert:hover,#menu li.concert_selected{
	background:url('design_img/boutons/concert_over.png') transparent;
	}
#menu li.musique, #menu li.musique_selected{
	height:42px;
	width:63px;
	float:left;
}
#menu li.musique:hover, #menu li.musique_selected{
	background:url('design_img/boutons/musique_over.png') transparent;
	}
	
#menu li.photos, #menu li.photos_selected{
	height:42px;
	width:56px;
	float:left;
}
#menu li.photos:hover, #menu li.photos_selected{
	background:url('design_img/boutons/photos_over.png') transparent;
	}

#menu li.liens, #menu li.liens_selected{
	height:42px;
	width:46px;
	float:left;
}
#menu li.liens:hover, #menu li.liens_selected{
	background:url('design_img/boutons/liens_over.png') transparent;
	}
	
#menu li.contact, #menu li.contact_selected{
	height:42px;
	width:65px;
	float:left;
}
#menu li.contact:hover, #menu li.contact_selected{
	background:url('design_img/boutons/contact_over.png') transparent;
	}
	

#contenu {
	height:345px;
	width:680px;
	position:absolute;
	margin-top:250px;
	margin-left:160px;
	color:#fff;
	font-family: Georgia;
	font-size:12px;
}

#sous_cadre1{
	background:url('design_img/sous_cadre_back.png') transparent;
	width:261px;
	height:320px;
	position:absolute;
	margin-top:18px;
	margin-left:7px;
	padding-left:3px;
	}
#sous_cadre1_contenu{
	width:255px;
	height:260px;
	margin:auto;
	overflow:auto; 
	color:#fff;
	font-family: Georgia;
	font-size:12px;
}

.sous_cadre1_titre1{
	color:#87bc49;
	font-weight:bold;
	font-size:12px;
	font-style:italic;
}
.sous_cadre1_titre2{
	color:#9c9e9f;
	font-size:12px;
}
#sous_cadre2{
	width:400px;
	height:320px;
	position:absolute;
	margin-left:295px;
	margin-top:18px;
	color:#fff;
	font-family: Georgia;
	font-size:12px;
}

.sous_cadre2_titre1{
	color:#87bc49;
	font-weight:bold;
	font-size:22px;
}
#barre{
	height:52px;
	width:259px;
	margin:auto;
}
#barre.news{
background:url('design_img/barres/news.png') transparent;
}
#barre.groupe{
background:url('design_img/barres/groupe.png') transparent;
}
#barre.musique{
background:url('design_img/barres/musique.png') transparent;
}
#barre.liens{
background:url('design_img/barres/liens.png') transparent;
}
#barre.photos{
background:url('design_img/barres/photos.png') transparent;
}
#barre.concert{
background:url('design_img/barres/concert.png') transparent;
}
a{
	text-decoration:none;
	color:#87bc49;
	font-weight:bold;
}
a:hover{
	color:#89fc03;
}
a.myspace{
	position:absolute;
	background:url('design_img/boutons/myspace_lien.png') transparent;
	width:239px;
	height:47px;
	display:block;
	margin-top:609px;
	margin-left:528px;
}

img.jacket{
	width:150px;
	height:150px;
	margin-left:110px;
}

img.img_gal_img{
	height:100px;
	border:1px;
}