@charset "utf-8";
/* CSS Document */

body,*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#8c8c8c;
}
body{
	background:black url(../img/bg2.png) bottom right no-repeat;
	height:62em !important;
}
a img{
	border:none;
}

#wrap{
	float:left;
	width:100%;
	height:100%;
	background:url(../img/bg1.png) top left no-repeat;
}

#page{
	width:596px;
	margin:0 auto;
}

#content{
	float:left;
	width:402px;
}

#titre{
	float:left;
	margin:93px 0 10px 0;
}

#content p.tiret{
	clear:left;
	line-height:0;
	height:1px;
	width:348px;
	background:#4d4d4d;
	margin:0 0 53px 0;
}
#content p.txt{
	float:left;
	margin:0 0 22px 0;
}
#content p span{
	color:white;
}
#content p.infos{
	clear:left;
	width:200px;
	padding:0 0 3px 0;
	border-bottom:1px solid #4d4d4d;
}
#content p.infos a{
	text-decoration:none;
}
#content p.infos a.active{
	color:white;
}
#content p.infos a:hover{
	text-decoration:none;
	color:white;
}

#content p.boutons{
	float:left;
	margin:33px 0 82px 0;
}


#content p.artiste{
	font-size:11px;
	margin:21px 0 0 0;
	color:#434343;
}

#content p.artiste span{
	font-size:14px;
	color:#434343;
}

#content p.partenaires{
	margin:10px 0 0 0;
}

#content p.partenaires img{
	float:left;
	margin:0 25px 0 0;
}