@charset "utf-8";
/* CSS Document for www.leolasfargues.com.com POPUP MUSIC PLAYER */

/*********************************************************
    ***************** GENERIQUES ********************
**********************************************************/

* {
	margin:0;
	padding:0;
}

body {
	position:absolute;
/*	width:100%;
	height:100%;*/
	background:#000;
}

a img {	border: none;} 

.spacer { clear:left }


#popup_box {
	position:absolute;
	width:400px;
	height:835px;
}

#music_box {
	position:relative;
	width:380px;
	height:220px;
	margin-top:4%;
	margin-right:10px;
	margin-left:10px;
}

#playlist_intro {
	position:relative;
	width:360px;
	height:160px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-weight:200;
	font-size:1em;
	color:#FFF;
}

#playlist_box {
	position:relative;
	width:360px;
	height:200px;
	margin-right:10px;
	margin-left:10px;
}

#playlist {
	position:relative;
}

#dewplayer_playlist {
	position:relative;
	width:240px;
	height:200px;
	margin-right:70px;
	margin-left:70px;
}

.plugin_flash_needed_text {
	color:#BE4235;
	width:340px;
	margin-left:10px;
	text-align:center;
}

#plugin_flash_icon {
	position:relative;
	width:158px;
	height:39px;
	margin-bottom:10px;
	margin-left:100px;
	margin-top:10px;
}

a.playlist_link { color:#FFF; font-size:14px; text-decoration:underline;  }
a.playlist_link:hover { color:#CCC; text-decoration:none; }

.playlist_end {
	position:relative;
	width:360px;
	height:50px;
	margin-right:10px;
	margin-left:10px;
	background:url(../images/btn/btn_stop_music.jpg) no-repeat;
}
.playlist_end:hover {
	background:url(../images/btn/btn_stop_music_hover.gif) no-repeat;
}

#logo_music {
	position:relative;
	width:360px;
	height:400px;
	margin-right:10px;
	margin-left:10px;
}