html {
	background-attachment: fixed;
	background-image: url(../images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#FFF;
	height:100%;
}

img {
	border:none;
}

.header img, .book img {
	behavior: url(css/iepngfix.htc);
}

h1 {
	background-image:url(../images/logo.png);
	width:304px;
	height:35px;
	margin:10px 0;
}

.header {
	height:100px;
	overflow:hidden;
}

.logo {
	width:304px;
	text-align:center;
	float:left;
}

.nlogo {
	float:right;
}

.videoplayer {
	float:left;
}

.book {
	float:right;
	text-align:right;
	width:200px;
}

.middle {
	overflow:hidden;
	height:100%;
}

.footer {
	background-color:#000;
	padding:5px;
	position:fixed;
	_position:relative;
	bottom:0px;
	width:850px;
	color:#FFF;
}

.footer .left {
	float:left;
}

.footer .right {
	float:right;
	line-height:24px;
}

.footer .right a {
	color:#FFF;
}

.footer .right .infos a {
	color:#666;
}

.footer .right .infos {
	font-size:80%;
	color:#666;
	padding-right:100px;
}

.footer .right img {
	vertical-align:middle;
}

h1 a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:-5000px;
}

div#contenu {
	width:850px;
	margin:0 auto;
}

.credits h1 {
	display:inline;
	background:none;
}

.credits ul {
	display:block;
	background-color:#FFF;
	border:#000 1px dotted;
	color:#000;
	padding:5px;
	width:80%;
	margin:0 auto;
	margin:30px 0;
}

.credits ul li {
	list-style-type:none;
}

.bubble {
	margin-bottom:5px;
}

.teasing {
	font-size:120%;
	margin-top:5px;
}

.left_frame {
	width:650px;
	float:left;
}

.couv {
	margin:15px 0;
}