body {
	background-image:url(img/bg2.jpg);
	background-repeat:no-repeat;
	background-position: top;
	background-color: #000;
	margin: 0px;
}
.menu1 {
	width:710px;
	height:1px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0 0 0 32px;
	list-style:none; 
	height:35px; 
	position:static; 
	border:0px solid #000; 
	border-width:0 0px; 
	border-bottom:0px solid #444;
}
.menu1 li {
	float:left;
}
.menu1 li a {
	display:block; 
	height:35px; 
	line-height:35px; 
	color:#aaa; 
	text-decoration:none; 
	font-size:11px; 
	font-family:arial, verdana, sans-serif; 
	font-weight:bold; 
	text-align:center; 
	padding:0 0 0 8px; 
	cursor:pointer;
}
.menu1 li a b {
	float:left; 
	display:block; 
	padding:0 16px 0 8px;
}
.menu1 li.current a {
	color:#fff;
}
.menu1 li.current a b {
}
.menu1 li a:hover {
	color:#fff; 
	background: url(img/menu1.png);
}
.menu1 li a:hover b {
	background:no-repeat right top;
}
.menu1 li.current a:hover {
	color:#fff; 
	background:#000; 
	cursor:default;
}
.menu1 li.current a:hover b {
	background: no-repeat right top;
}
ul /* Ma liste aura des puces en forme de dossiers */
{
   list-style-image: url("img/star_48.png");
}

h1 {
	font-size: 24px;
	color:#FECD38;
}
a:link {
	color:#FECD38;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color:#FECD38;
}
a:hover {
	text-decoration: none;
	color:#FFF;
}
a:active {
	text-decoration: underline;
	color: #999;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
#header {
	margin-top:0px;
	background-image:url(img/header.png);
	background-position:center;
	margin-top:0px;
	background-repeat:no-repeat;
	width:100%;
	height:382px;
	margin-left: auto; /*Align centre */
    margin-right: auto;/*Align centre */
}
.player {
	height:20px;
	width:240px;
	margin-top:-20px;
	margin-left:auto;
	margin-right:auto;
}
.menu {
	background-image:url(img/menu.png);
	background-repeat:no-repeat;
	background-position:center;
	width:900px;
	height:48px;
	margin-left: auto; /*Align centre */
    margin-right: auto;/*Align centre */
}
#contenu {
	background-image:url(img/background_site.png);
	background-repeat:repeat;
	width:900px;
	height:1000px;
	margin-left: auto; /*Align centre */
    margin-right: auto;/*Align centre */
}
.page_gauche_1 {
	margin-top:0px;
	font-size:18px;
	color:#FFF;
	height:40px;
	float:left;
	margin-left:15px;
}
.page_gauche_2 {
	margin-top:0px;
	font-size:18px;
	color:#FFF;
	height:40px;
	width:630px;
	float:left;
	text-align:center;
}
.page_droite_1{
	background-image:url(img/menu_gauche.png);
	margin-top:0px;
	font-size:18px;
	color:#FFF;
	height:40px;
	width:270px;
	float:right;
	text-align:center;
}
.page_droite_2{
	background-color:#000;
	margin-top:15px;
	font-size:18px;
	color:#FFF;
	width:270px;
	text-align:left;
}
