/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#lecteur {
position:absolute;
width:384px;
Height:332px;
/*border:1px solid #0066FF;*/
top:110px;
left:43px;

}
#banner {
position:absolute;
width:800px;
Height:88px;
/*border:1px solid #0066FF;*/
top:0px;
left:0px;

}
#liste_video {
position:absolute;
top:110px;
left:500px;
height:328px;
width:280px;
overflow:auto;
scrollbar-face-color: #99FF99;
    scrollbar-shadow-color: #228b22;
    scrollbar-highlight-color: #98fb98;
    scrollbar-3dlight-color: #8fbc8b;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #000000;

/*border:1px solid #FF0000;*/
}

#zone_liste {
cursor:hand;
background-color:#99FF99;
/*border:1px solid #00FFCC;*/
width:250px;
height:auto;
margin-bottom:3px;
/*height:50px;*/

}
#zone_liste:hover {
background-color:#00CC66;

/*height:50px;*/

}
.Titre_video {
	font-size: 12px;
	font-weight: bold;
	color: #000033;
}



