/* // La structure de la page */
div#bloc_video {
	z-index:100;
	float:left;
	background-color:#ffffff;
	margin-bottom:5px;
	margin-top:5px;
}

div#menu {
	z-index:101;
	float:left;
	width:238px;
	height:100%;
	background-color:#909090;
	margin-bottom:5px;
	margin-top:5px;
}
div#titreplaylist {
	z-index:102;
	font-weight:bold;
    text-align:center;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	background-color:#d0d0d0;
	padding: 5px 5px 5px 5px;
	}
div#playlist {
	z-index:102;
    margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	background-color:#f0f0f0;
	padding: 5px 5px 5px 5px;
	}
div#titresousmenu {
	z-index:102;
	font-weight:bold;
    text-align:center;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	background-color:#d0d0d0;
	padding: 5px 5px 5px 5px;
	}
div#sousmenu {
	z-index:102;
    text-align:center;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#f0f0f0;
	padding: 12px 5px 7px 5px;
	line-height:180%;
	}

/* // L'arborescence */
ul.artistes, ul.artistes li{
	text-align:left;
	font-size:100%;
	color:#000000;
	list-style-type:none;
	padding: 0px;

}
ul.videos, ul.videos li {
	text-align:left;
	font-size:100%;
	color:#000000;
	padding: 0px 0px 0px 10px;
}
.selected {
	font-weight:bold;
}
.unselected {
	font-weight:normal;
}

/* // les liens */
a{
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
	
/* // les menu */
img {
	border:0px;
}
a.info{
	position:relative;
	z-index:110;
	color:#000;
	text-decoration:none
}
a.info:hover{
	z-index:254;
	background-color:#FFF
}
a.info span{
	display: none
}
a.info:hover span{
	z-index:255;
	overflow:visible;
	display:block;
	position:absolute;
	top:5px; left:35px;
	border:1px solid #000000;
	background-color:#ffffff;
	color:#000000;
	text-align: justify;
	font-weight:normal;
	font-size:100%;
	padding:3px 3px 3px 3px;
}

