@font-face {
    font-family: "PleasewritemeasongMedium";
    src: url('please_write_me_a_song.eot');
    src: url('please_write_me_a_song.eot') format('embedded-opentype'),
         url('please_write_me_a_song.woff') format('woff'),
         url('please_write_me_a_song.ttf') format('truetype'),
         url('please_write_me_a_song.svg#PleasewritemeasongMedium') format('svg');
}

body
{
	background: #000 url(images/bg2_comp.png) no-repeat; /*center top;*/
	/*background-size:cover;*/
	color: white;
	min-width:320px;
	font-family: "PleasewritemeasongMedium";
}

label
{
	font-family: "PleasewritemeasongMedium";
}

td
{
	font-family: "PleasewritemeasongMedium";
}

#td_playlist a:hover
{
	text-decoration:underline;
}

a
{
	text-decoration:none;
	color:white;
	font-family: "PleasewritemeasongMedium";
	outline:none;
}

.submit
{
	font-size:16px;
	font-family: "PleasewritemeasongMedium";
}

.bouton
{
	display:inline-block;
	outline-style:none;
	width:150px;
	line-height:30px;
	font-family: "PleasewritemeasongMedium";
	font-size: 18px;
	text-align:center;
	vertical-align:middle;
	background:url(images/bouton-noir.png) no-repeat;
	color:white;
	text-decoration:none;
	border:none;
	border-bottom:1px solid #555;
}

.bouton:hover
{
	cursor:pointer;
	background:url(images/bouton-noir-2.png) no-repeat;
}

.concerts
{
	/*font: 14px Maiandra GD;*/
	font-size:18px;
	font-family: "PleasewritemeasongMedium";
}

.concerts >span
{
	color: red;
}

a img
{
	border:none;
}

/*#filter
{
	display:none;
	position: absolute;
	top: 10px;
	left: 10px;
	width:100%;
	height:300%;
	background-color:#fff;
	z-index:10;
	filter:alpha(opacity=50);
}*/

#filter
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
	background-size:cover;
	z-index:10;
	opacity:0.6;
}

#form_livre
{
	display:none;
	color:black;
	/*z-index:21;
	background-color:#000;
	left: 50%;
	margin-left: 97px;
	border: 2px solid white;*/
}

#box
{
	position:absolute;
	z-index:20;
	/*display:none;
	position:absolute;
	z-index:20;
	background-color:#000;
	left: 50%;
	margin-left: -130px;
	border: 2px solid white;*/
}

a.mp3:hover
{
	cursor:pointer;
	text-decoration:underline;
}

.div_img_elo, .div_img_yo
{
	position:relative;
	width:212px;
	height:300px;
}

.div_img_elo:hover, .div_img_yo:hover
{
	opacity:0.6;
}

.div_img_elo img, .div_img_yo img
{
	position:absolute;
	height:300px;
	cursor:pointer;
	border-radius:8px;
	box-shadow:0 1px 10px #fff
}