html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#959186;
}
#center{
	margin:0 auto 0 auto;
	width:600px;
	height:600px;
}
#header{
	width:600px;
	height:79px;
	background:url(../img/header.png) top left no-repeat;
}
#header2{
	width:600px;
	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:600px;
	height:511px;
}
.video{
	background:url(../img/bg-video.png) top right no-repeat;
}
#title{
	position:absolute;
	top:40px;
	width:100%;
	height:40px;
	text-align:center;
	color:#015289;
	font:14px Verdana, Arial, Helvetica, sans-serif;
}
#title b{
	font:18px Verdana, Arial, Helvetica, sans-serif;
}
#player{
	position:absolute;
	left:100px;
	top:130px;
	width:400px;
	height:296px;
}
#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:29px;
	top:131px;
	width:372px;
	height:288px;
/*	padding-top:26px; */
}
#sommaire-x{
	margin-top:26px;
	width:305px;
	height:284px;
}
#footer{
	position:relative;
	width:600px;
	height:19px;
	background:url(../img/footer.png) top right no-repeat;
	text-align:right;
}
#footerlink{
	position:absolute;
	display:block;
	width:150px;
	height:19px;
	right:0;
	top:-10px;
}
