html,body{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
}

body{
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	background:#95a6da url(../img/bigback.jpg) top center repeat-x;
}

#center{
	position:relative;
	margin:auto;
	width:920px;
	height:625px;	
	background: url(../img/back.jpg) bottom center no-repeat;
}

#player{
	position:absolute;
	width:415px;
	height:375px;
	top:196px;
	left:16px;
}

#sommaire{
	position:absolute;
	right:16px;
	top:196px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000;
	width:455px;
	height:374px;
	overflow:auto;
	border:1px solid #0059A0;
}
#sommaire a{color:#0177BC;text-decoration:none;}
#sommaire a:hover{text-decoration:underline;}

.lienSommaire{font-weight:bold;}

.lienLive{font-weight:bold; font-size:17px; margin-top:5px;}

ul{ padding:4px 0 10px 10px;margin:0; font-size:14px; }

div.wipict{ float:left;padding:6px 0 6px 10px;width:340px; }
div.nopict{ padding:6px 0 6px 6px; width:340px; }

li span{ font-weight:bold; color:#000000; }
li strong{ color:#0177bc; }

li.titreListe {margin:0; padding:0; list-style-type:none; }
li.titreListe span{ display:block; }
li.niveau1 {margin:0;padding:0 0 0 20px; list-style-type:none; background:url(../img/bg_sommaire.png) top right repeat-y; }

li.niveau2 {margin:0;padding:0 0 0 30px; list-style-type:square; font-size:12px;}

li.separator{
	float:none; margin:0; display:block; border:none; list-style-type:none;
}

#footer {
	position:absolute;
	bottom:0px;
	width:920px;
	height:20px;
}

#copyright{ position:absolute; left:0px;}

#powered{
	position:absolute;
	right:0px;
}
