body {
	font-family: arial;
	font-size: 12px;
	color:#222;
}
a {color:#222;}
#site {
	background:url(../images/fond.jpg) no-repeat;
	width:963px;
	height:692px;
	margin-top:5px;
	position:relative;
}
#btVideos {
	position:absolute;
	top:235px;
	left:390px;
	cursor:pointer;
	width:102px;
	height:102px;
	border:0px solid orange;
}
#btLiens {
	position:absolute;
	top:136px;
	left:560px;
	cursor:pointer;
	width:102px;
	height:102px;
	border:0px solid green;
}
#btActus {
	position:absolute;
	top:316px;
	left:555px;
	cursor:pointer;
	width:102px;
	height:102px;
	border:0px solid blue;
}
#btCredits {
	position:absolute;
	bottom:100px;
	right:195px;
	cursor:pointer;	
	border:0px solid blue;
	font-size: 10px;
	color:#CCC;
}
#lienCyrille {
	position:absolute;
	top:432px;
	right:2px;
	cursor:pointer;
	width:140px;
	height:152px;
	border:0px solid blue;
}
#lienArrabal {
	position:absolute;
	top:162px;
	right:2px;
	cursor:pointer;
	width:135px;
	height:150px;
	border:0px solid blue;
}
#lienNorbert {
	position:absolute;
	top:338px;
	left:12px;
	cursor:pointer;
	width:135px;
	height:145px;
	border:0px solid blue;
}

#lienBenoit {
	position:absolute;
	top:0;
	right:130px;
	cursor:pointer;
	width:155px;
	height:145px;
	border:0px solid blue;
}
#winVideo, #winLiens, #winNews, #winCredits {
	position:absolute;
	top:180px;
	left:250px;
	display:none;
	width:470px;
	height:320px;
}
#winLiens, #winNews, #winCredits {
	background:url('../images/1pix.png');
}
#contenuLiens, #contenuNews, #contenuCredits {
	padding:5px;	
}
#contenuNews {
	font-size: 16px;
	font-weight: bold;
}
.close {
	background:#000;
	color:#FFF;
	text-align:right;
	cursor:pointer;
	padding:2px 5px;
}