@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
}
body {
font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#a5b1b7;
}
#center {
	position:relative;
	text-align:left;
	margin:auto;
	margin-top:0px;
	width:800px;
	height:600px;
	background-color:#FFFFFF;
	
}

#center.normal{	background:url(../img/background.png) top left no-repeat;
}
#center.video{	background:url(../img/background_video.png) top left no-repeat;
}


#lien1{	
	position:absolute;
	width:200px;
	height:43px;
	top:470px;
	left:100px;}
#lien2{	
	position:absolute;
	width:200px;
	height:43px;
	top:470px;
	left:505px;}
	
#footerlink {
height:19px;
left:655px;
position:absolute;
top:578px;
width:130px;
}


#logo_UMP {
left:13px;
position:absolute;
top:6px;
height:67px;

width:110px;
}	
	
/*.rouge {
	font-size:20px;
	color:#2F5380;
}*/

#player {
	position:absolute;
	width:400px;
	height:300px;
	top:129px;
	left:15px;
}
#messageAttente{
width:800px;
height:300px;
text-align:center;
padding-top:220px;
font-size:24px;
font-weight:bold;
color:#015289;
/*background-color:#4C73B4;*/
}
#sommairePlayer {
	position:absolute;
	width:340px;
	height:279px;
	top:150px;
	left:445px;
	overflow:auto;
}
#sommaireContent {
	/*padding:10px;*/
	text-align:left;
	color:#00508B;
	/*background-color:#006600;*/
}
h2 {
	margin:0;
	padding:0;
	font-size:18px;
	color:#2F5380;
}
#sommaireContent a.sommaireEncours {
	text-decoration:none;
	font-weight:bold;
	color:#2F5380;
}
#sommaireContent a.sommaireNormal, .sommaireNormal{
	text-decoration:none;
	font-weight:bold;
	color:#2F5380;
}

.titreSommaire{	text-decoration:none;
	font-weight:bold;
	color:#2F5380;
	font-size:14px;
	font-style: italic;
	}
.complementSommaire{font-style: italic;}
#sommaireContent a:hover {
	text-decoration:underline;
	color:#2F5380;
}
ul {
	margin:10px;
	;
	padding-left:10px;
}
li {
	list-style:square;
	padding:5px;
}


ul.niveau2 {
	margin:10px;
	;
	padding-left:25px;
}
li.niveau2 {
	list-style:circle;
	padding:0 0 0 5px;
}

