html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#959186;
}
#center{
	margin:0 auto 0 auto;
	width:800px;
	height:600px;
}
#header{
	width:800px;
	height:79px;
	background:url(../img/header.png) top left no-repeat;
}
#header2{
	width:800px;
	height:79px;
	background:url(../img/header.png) top left no-repeat;
}
#logo_UMP{
	width:120px;
	height:60px;
	padding: 10px 0 0 20px;
	float:left;
}
#content{
	position:relative;
	width:800px;
	height:511px;
}
.video{
	background:url(../img/bg-video.png) top left no-repeat;
}
.wait{
	background:url(../img/bg-wait.png) top left no-repeat;
}
#player{
	position:absolute;
	left:52px;
	top:107px;
	width:320px;
	height:320px;
}
#player a{
	display:block;
	width:inherit;
	padding-top:2px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#7b9dd4;
	text-decoration:none;
}
#player a:hover{
	text-decoration:underline;
}
#summary{
	position:absolute;
	right:53px;
	top:127px;
	width:320px;
	height:289px;
/*	padding-top:26px; */
}
#sommaire-x{
	margin-top:26px;
	width:305px;
	height:284px;
}
#footer{
	position:relative;
	width:800px;
	height:19px;
	background:url(../img/footer.png) top left no-repeat;
	text-align:right;
}
#footerlink{
	position:absolute;
	display:block;
	width:150px;
	height:19px;
	right:0;
	top:-10px;
}
