nav.navigation {
	margin-top : 10px;
	width : 346px;
	height : 180px;
	overflow: hidden;
	border : 1px #bababa solid;
	background: rgba(205,205,205,0.30);

}

nav.navigation h2,section.see_more h2,section.see_comz h2 {
 	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-shadow: 0px 2px 3px #bebebe;	
    text-transform: uppercase;
}

nav.navigation ul {
	padding : 0px 0px;
	margin : 0px 10px;
}

nav.navigation li {
	float : left;
	padding : 0px 0px;
	margin : 4px 4px 4px 4px;
	width : 25px;
	height : 28px;
	font-size: 18px;
	border: 1px solid #bebebe;
	border-radius: 8px 8px 8px 8px;
	background: #ffffff;
	display: block;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	padding-top : 5px;
	list-style: none;
	
}

nav.navigation li:hover {
	background: #bababa;
}

nav.navigation a {
	color : #282828;
}

aside.video_social {
	height : 25px;
	width : 415px;
	float : left;
}

aside.video_social h2,aside.video_vote h2 {
	float : left;
	font-size : 16px;
	height : 20px;
	padding : 0 0;
	padding-left : 10px;
	padding-right : 10px;
	margin : 0 0;
	text-shadow: 0px 2px 3px #bebebe;	
}

aside.video_social div {
	float :left;
}

aside.video_vote {
	float : left;
	width : 205px;
	height : 25px;
	overflow: hidden;
}


section.see_more,section.see_comz {
	/*margin-top : 10px;*/
	width : 625px;
	/*height : 180px;*/
	overflow: hidden;
	position : relative;
	/*border : 1px #bababa solid;
	background: rgba(245,245,245,0.80);*/
}

section.see_more aside.head {
	float : right;
	text-transform: uppercase;
	font-weight: bolder;
	font-size : 10px;
	width : 75px;
	height : 10px;
	position : absolute;
	right : 5px;
	top : 20px;
}

section.see_more figure {
	float : left;
	border : 1px #bababa solid;
	background: rgba(245,245,245,0.80);
	width : 201px;
	height : 50px;
	margin : 2px 5px 3px 0px;
}

section.see_more figure img {
	border : 1px #282828 solid;
	margin : 5px 5px 0px 5px;
	width : 51px;
	height : 38px;
	float :left;
}


section.see_more figure a.url_titre,section.see_more figure a.url_artiste {
	width: 135px;
	display : block;
	white-space: nowrap;
	float : left;
}

section.see_more figure a.url_titre {
	height : 20px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	color : #545454;
	margin-top : 5px;
}

section.see_more figure a.url_artiste {
	height : 14px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	color : #dc3535;
}

nav.fil_ariane {
	float : left;
	width : 346px;
	height : 18px;
	border: 1px solid #bababa;
	background: #ffffff;
	margin-bottom: 5px;
	overflow: hidden;
}

nav.fil_ariane ul {
	float : left;
	/*border : 1px solid #bebebe;*/
	margin : 0 0;
	padding : 0 0 ;
}


nav.fil_ariane li {
	float : left;
	border-right : 1px solid #bababa;
	border-radius: 0px 15px 0px 5px;
	list-style: none;
	padding : 0px 4px 0px 4px;
	margin : 0 0;
}



nav.fil_ariane li a{
	color : #282828;
	font-size: 12px;
	text-shadow: 0px 2px 3px #bebebe;	
}

nav.fil_ariane li:hover {
	background: #fff5f5;
}