@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
}
body {
	/*background-color:#3366FF;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	/*background:#FFFFFF url(../img/fond.gif) repeat-x fixed center top;*/
	background:url(../img/fond.png) repeat-x scroll 0 0;
}
#center {
	position:relative;
	text-align:left;
	margin:auto;
	margin-top:11px;
	width:960px;
	height:608px;
	background:url(../img/background.png) top left no-repeat;
}
#titre {
	position:absolute;
	width:480px;
	top:30px;
	left:43px;
}
#logo {
	position:absolute;
	width:75px;
	height:75px;
	top:5px;
	left:714px;
}
h1 {
	font-size:24px;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#03A6A7;
}
.rouge {
	font-size:20px;
	color:#9599AD;
}

#player {
	position:absolute;
	width:400px;
	height:224px;
	top:126px;
	left:43px;
}
#messagePlayer{
width:400px;
height:174px;
text-align:center;
padding-top:50px;
font-size:24px;
font-weight:bold;
color:#000;
}
#slideuse {
	position:absolute;
	width:440px;
	height:330px;
	top:127px;
	left:475px;
}
#sommairePlayer {
	position:absolute;
	width:400px;
	height:203px;
	top:371px;
	left:43px;
	overflow:auto;
}
#sommaireContent {
	padding:10px;
	text-align:left;
	color:#000;
}
h2 {
	margin:0;
	padding:0;
	font-size:18px;
	color:#9599ad;
}
#sommaireContent a.sommaireEncours {
	text-decoration:none;
	font-weight:bold;
	color:#03A6A7;
}
#sommaireContent a.sommaireNormal, .sommaireNormal{
	text-decoration:none;
	font-weight:bold;
	color:#03A6A7;
}
#sommaireContent a:hover {
	text-decoration:underline;
	color:#03A6A7;
}
ul {
	margin:10px;
	;
	padding-left:10px;
}
li {
	list-style:square;
	padding:5px;
}
ul.niv2 {
	margin:2px 0 0 5px;
	;
	padding-left:10px;
}
li.niv2 {
	list-style:circle;
	padding:0 0 0 5px;
}
#texteIntro {
	position:absolute;
	top:475px;
	left:474px;
	/*background-color:#006600;*/
	width:450px;
	font-size:11px;
	text-align:justify;
}

#telechargement {
	position:absolute;
	top:511px;
	left:564px;
}
#telechargement a {
	color:#9599ad;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
#telechargement a:hover {
	text-decoration:underline;
	color:#03A6A7;
}
#footer, #footer a {
	text-align:center;
	font-size:11px;
	color:#9599ad;
}
#footer a:hover {
	text-decoration:underline;
}
