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/header2.png) top left no-repeat;
}
#logo_UMP{
	width:120px;
	height:60px;
	padding: 10px 0 0 20px;
	float:left;
}
#content{
	position:relative;
	width:800px;
	height:502px;
}
.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:70px;
	top:96px;
	width:320px;
	height:310px;
}
#summary{
	position:absolute;
	right:70px;
	top:105px;
	width:305px;
	height:275px;
	padding-top:26px;
}
#sommaire-x{
	margin-top:26px;
	width:305px;
	height:284px;
}
#footer{
	width:800px;
	height:19px;
	background:url(../img/footer.png) top left no-repeat;
	text-align:right;
}
