@import url(style.css);

#bg {
	background: url(../../pict/index2.jpg) 0 0 no-repeat;
}

/** la page des extratits vidéo **/

#choix_video {
	position: absolute;
	left: 210px;
	top: 120px;
	width:320;
	height:240;
	z-index:2;
}

	#choix_video p {
		font-weight: bold;
		text-decoration: underline;
	}

	#choix_video ul {
		position: relative;
		margin-left: 20px;
	}

#player {
	position:absolute;
	left: 200px;
	top: 230px;
	width:320;
	height:240;
	z-index:2;
}

#comment_video {
	position: absolute;
	left: 200px;
	top: 455px;
	width: 320px;
	text-align: center;
	font-weight: bold;
}