@charset "utf-8";
* {
	margin:0px;
	padding:0px;
	border:none;
}
body {
	width:100%;
	height:100%;
	background:#000;
	color:#FFF;
	font-family:arial;
}
div {
	position:absolute;
}
#conteneur {
	
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:auto;
	background:url(images/fond.jpg) no-repeat right bottom;
	z-index:10;
}

#fond {
	width:100%;
	height:100%;
	display:none;
	z-index:80;
	background:url(images/fond.png) repeat;
}

#band {
	font-size:12px;
	width:350px;
	height:280px;
	top:100%;
	left:30px;
	margin-top:-280px;

}
#influences {
	font-size:10px;
	width:600px;
	height:50px;
	top:100%;
	margin-top:-55px;
	left:100%;
	margin-left:-700px;

}
#band h4, #influences h4 {
	font-weight:bold;
	font-size:11px;
	margin:0px;
	padding:0px;
}
#logo {
	top:0px;
	left:0px;
	width:400px;
	height:80px;
	background:url(images/dzord.gif) no-repeat center top;
	z-index:20;
}

#presentation {
	font-size:13px;
	margin-left:35%;
	width:35%;
	height:500px;
	top:50px;
	overflow:auto;
	text-align:center;
	z-index:20;
}
#presentation .drapo{
	display:block;
	width:20px;
	height:15px;
	float:right;
	margin-right:10px;
}
#presentation .fra{
	background:url(images/drapo_fr.gif) no-repeat center top;
}
#presentation .kreol{
	background:url(images/drapo_ru.gif) no-repeat center top;
}

#affiches {
	width:200px;
	height:300px;
	top:100px;
	left:70px;
}
#affiches img {
	width:100%;
}
/*************************

	lecteur mp3

*************************/
#lecteur_mp3_conteneur{
	top:10px;
	left:100%;
	width:250px;
	height:120px;
	margin-left:-300px;
	border:1px solid #FFFFFF;
	padding:2px;
	z-index:20;
}
#lecteur_mp3 {
	width:250px;
	height:120px;
}


/*************************

	diaporama photos

*************************/
#cadre_photos {
	top:150px;
	left:100%;
	margin-left:-325px;
	width:300px;
	height:300px;
	z-index:20;
	/*background:url(images/cadre_photos.png) no-repeat center top;*/
}
#cu3er {
	width:250px;
	height:175px;
	/*top:155px;
	left:100%;
	margin-left:-303px;*/
	position:absolute;
	top:35px;
	left:27px;
	z-index:30;
}
#cadre_photos h2 {
	position:absolute;
	left:30px;
	top:100%;
	margin-top:-85px;
	color:#F60;
	font-weight:bold;
	font-size:14px;
	background:#FFF;
}
#cadre_photos p {
	position:absolute;
	left:60px;
	top:100%;
	margin-top:-65px;
	color:#000;
	font-size:12px;
	background:#FFF;
}


/*************************

	galerie photos

*************************/

#galerie {
	display:none;
	width:940px;
	height:940px;
	top:50%;
	left:50%;
	margin-left:-470px;
	margin-top:-470px;
	z-index:100;
}
#retab_gal {
	display:none;
	position:absolute;
	color:#FFF;
	font-size:16px;
	width:100px;
	height:25px;
	background:red;
	z-index:110;
	text-align:center;
	top:50%;
	margin-top:100px;
	left:50%;
	margin-left:450px;
}


/*************************

	myspace facebook

*************************/

a#myspace, a#facebook {
	position:absolute;
	display:block;
	width:30px;
	height:30px;
	left:100%;
	top:100%;
	z-index:20;
}
a#myspace {
	margin-left:-70px;
	margin-top:-32px;
	background:url(images/myspace.gif) no-repeat center top;
}
a#facebook {
	margin-left:-42px;
	margin-top:-38px;
	background:url(images/facebook.gif) no-repeat center top;
}
a#myspace:hover {
	background:url(images/myspace_hi.gif);
}
a#facebook:hover {
	background:url(images/facebook_hi.gif);
}

