section.new_clip {
	float : left;
	width : 620px;
	height : 315px;
	border : 1px #bababa solid;
	background: rgba(255,255,255,0.20);
	overflow: hidden;
	position : relative;

 
}

section.new_clip h1 {
	top : 0px;
	left : 0px;
	position : absolute;
	padding: 0px;
	margin: 0px;
	text-shadow: 0px 0px 2px #ffffff;
	z-index : 2;
	border-radius: 0  0 40px 0 ;
	border-bottom : 1px dashed #bebebe;
	border-right : 1px dashed #bebebe; 
	background: rgba(255,255,255,0.60);
	padding-right : 15px;
	
	color: #202020;
    font-size: 20px;
    font-weight: 400;
    line-height: 19px;
    padding-top: 4px;
    padding-bottom: 10px;
    padding-left : 50px;
    margin-bottom : 5px;
    text-transform: uppercase;
}

section.new_clip aside {
	bottom : 0px;
	left : 0px;
	position : absolute;
	border-top : 1px dashed #bebebe;
	border-right : 1px dashed #bebebe;
	padding-right : 30px;
	padding-left : 15px;
	height : 40px;
	border-radius: 0 40px 0 0; 
	z-index : 2;
	text-shadow: 0px 0px 2px #ffffff;
	background: rgba(255,255,255,0.60)
}

section.new_clip aside h2 {
	padding: 0px;
	margin: 0px;
	font-size : 18px;
}

section.new_clip aside h3 {
	padding: 0px;
	margin: 0px;
	font-size : 10px;
}
section.new_clip aside h3 a {
	color : #dc3535;
}

section.new_clip .min_preview {
	width : 55px;
	top : 0;
	right : 0;
	list-style: none;
	border-left: 1px  dashed #282828;
	padding-left : 15px;
	padding-top : 10px;
	padding-right : 10px; 
	margin: 0 0;
	height : 305px;
	overflow: hidden;
	background: rgba(25,25,25,0.20);
	z-index : 2;
	position : absolute;
}


section.new_clip .min_preview img {
	width : 51px;
	height : 38px;
	margin-top : 5px;
	border: 1px solid #282828;
}


section.new_clip .overview {
	position : absolute;
	width : 620px;
	height : 315px;
	top : 0px;
	left : 0px;
	cursor: pointer;
	z-index : 1;
	background: #ffffff;
	cursor: pointer;
}






section.block_photos {
	margin-top : 10px;
	border : 1px solid #bababa;
	background: rgba(255,255,255,0.80);
	/*background: #ffffff;*/
	width : 346px;
	height : 195px;
	overflow : hidden;
	float : left;
	margin-bottom : 10px;
}

/**************** Block coup de coeur *******************/

section.block_coeur {
	margin-top : 10px;
	border : 1px solid #bababa;
	background: rgba(255,255,255,0.80);
	/*background: #ffffff;*/
	width : 346px;
	height : 160px;
	overflow : hidden;
	float : left;
	margin-bottom : 10px;
}


section.block_coeur article {
	float : left;
	width : 345px;
	height : 113px;
	overflow: hidden;
	background: rgba(255,255,255,0.28);
	margin: 0;
}

section.block_coeur article img.album {
	width : 100px;
	height : 100px;
	border: 1px solid #282828;
	margin : 0px 5px 5px 5px;
	float : left;
}


section.block_coeur article div {
	float : left;
	width : 230px;	
	height : 103px;
	
	margin-top : 5px;
}

section.block_coeur article div h2 {
	float : left;
	width : 230px;	
	height : 22px;
	margin  : 0px 0px;
	padding: 0px 0px;
	font-size: 20px;
	overflow : hidden;

}

section.block_coeur article div figure {
	float : left;
	margin: 0px 0px;
	padding: 0px 0px;
	margin-top : 5px;
	border-top: 1px dashed #bebebe;
	border-bottom: 1px dashed #bebebe;
	padding-top : 5px;
	height : 44px;
}

section.block_coeur article div figure figcaption {
	float : left;
	width : 175px;
	overflow : hidden;
	height : 38px; 
}

section.block_coeur article div figure span {
	color : red;
}

section.block_coeur article div figure img {
	width : 51px;
	height: 38px;
	border: 1px solid #282828;
	float : right;
}

section.block_coeur article div aside {
	float : right;
	text-transform: uppercase;
	font-weight: bolder;
	font-size : 10px;
	width : 75px;
	height : 10px;
}



/**************** Block Top Album *******************/
section.block_topvote {
	margin-top : 10px;
	border : 1px solid #bababa;
	background: rgba(255,255,255,0.80);
	/*background: #ffffff;*/
	width : 315px;
	height : 559px;
	overflow : hidden;
	float : left;
	margin-left: 8px;
}

section.block_topvote li {
	width : 305px;
	height : 45px;
	overflow : hidden;
	padding : 0 0;
	margin-left : 5px;
	padding-top :5px;
	border-bottom : 1px solid #282828;
	position : relative;
	list-style: none;
}


/**************** Block Top Album *******************/

section.block_topalbum {
	margin-top : 10px;
	border : 1px solid #bababa;
	background: rgba(255,255,255,0.80);
	/*background: #ffffff;*/
	width : 296px;
	height : 559px;
	overflow : hidden;
	float : left;
}

section.block_topalbum h1, section.block_topvote h1,section.block_coeur h1,section.block_photos h1 {
 	border-bottom: 1px dashed #bebebe;
    color: #202020;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 19px;
    padding-bottom: 10px;
    padding-left : 50px;
    margin-bottom : 5px;
    text-transform: uppercase;
}

section.block_topalbum ul, section.block_topvote ul {
	padding : 0 0;
	margin : 0 0;
}

section.block_topalbum li {
	width : 286px;
	height : 45px;
	overflow : hidden;
	padding : 0 0;
	margin-left : 5px;
	padding-top :5px;
	border-bottom : 1px solid #282828;
	position : relative;
	list-style: none;
}

section.block_topalbum li img, section.block_topvote li img {	
	width : 51px;
	height : 38px;
	border : 1px solid #282828;
	overflow: hidden;
	float : left;
	margin-right : 5px;
}

section.block_topalbum li a.titre,section.block_topvote li a.titre {	
	width : 179px;
	height : 20px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	color : #545454;
	/*text-shadow: 0px 0px 2px #ffffff;*/
	text-decoration: none;
	float : left;
}

section.block_topalbum li a.artiste,section.block_topvote li a.artiste {	
	width : 179px;
	height : 14px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	color : #dc3535;
	/*text-shadow: 0px 0px 1px #282828;*/
	text-decoration: none;
	float : left;
}

section.block_topalbum li:hover,section.block_topvote li:hover {
	background-color : rgba(173,216,236,0.28);
}
