@charset "utf-8";
/* CSS Document */

.retourAccueil a{color:#666;text-decoration: none; font-size:0.7em;}
#blocPageGauche {
	top:170px;
	height:350px;
	border:0px solid green;
	font-size:0.95em;
}
#blocPageDroite {
	top:110px;
	height:410px;
	border:0px solid green;
	font-size:0.95em;
}
#blocPageGauche a, #blocPageDroite a{
	color:#666;text-decoration: none; font-size:0.95em;
}
.titreVideo {font-weight: bold;font-size:0.95em;color:#940101;}
.titreVideo2 {font-weight: bold;font-size:0.95em;color:#000;}
.commentVideo {font-size:0.8em;}
.igmVideo {
	position:absolute;
	right: 30px;
	bottom:10px;
	cursor:pointer;
}
.photoVideo {
	float:left;
	margin:10px;
}

#winVideo,#winVideo1,#winVideo2,#winVideo3,#winVideo4 {
	position:absolute;
	top:120px;
	left:140px;
	display:none;
	width:660px;
	height:370px;
	z-index: 100;
}
.close {
	background:#000;
	color:#FFF;
	text-align:right;
	cursor:pointer;
	padding:2px 5px;
	font-size:11px;
}