@charset "utf-8";
/* CSS Document */

body {
	background:url(background-bar.jpg) top repeat-x #818181;
}

html, body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color:#fff;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none
}

.centpourcent {
	height: 100%;
	width: 100%;
	text-align: center;
	background:url(background-grey.jpg) top center no-repeat;
}

#header { height:80px; }
#header h1 { font-size:11px; }
#footer {
	width:784px;
	margin-left:auto;
	margin-right:auto;
}

a, a:link, a:visited {
	text-decoration:none;
	color:#fff;
}
a:hover, a:active {
	text-decoration:underline;
}

#playpauz {
	margin:0 0 30px 0;
	padding:0;
	text-align:center;
}