html, body {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
    background-color: #000000;
	overflow:auto;

}
#arriere{
	/* l'image occupe toute la place du body */
	width : 100%;
	height:100%;
	bottom: 0px;
	clear:both;
}
#videos {
	position:absolute;
	left:243px;
	top:230px;
	width:640px;
	height:357px;
	z-index:1;
	background-image: url(../img/cache.png);
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 20px;
}

#titre {
	position:absolute;
	left:30px;
	top:20px;
	width:139px;
	height:133px;
	z-index:2;
}
#nav {
	position:absolute;
	left:30px;
	top:230px;
	width:158px;
	height:180px;
	z-index:3;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}
a.gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	text-decoration: none;
}
.img {
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
}
input {
	background-color: transparent;
	border: 1px dotted #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	
}
textarea {
	background-color: transparent;
	border: 1px dotted #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	
}
fieldset {
	background-color: transparent;
	border: 1px dotted #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
#copyright {
	left:0;
	width:100%;
	height:3%;
	position:absolute;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCCCCC;
	background-repeat: repeat;
	text-indent: 30px;
	line-height: 23px;
	clear:both;
}
#personnages {
	position:absolute;
	left:243px;
	top:232px;
	width:673px;
	height:14px;
	z-index:4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}


a.rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF0000;
	text-decoration: none;
}
#news {
	position:absolute;
	left:243px;
	top:230px;
	width:640px;
	height:357px;
	z-index:1;
	background-image: url(../img/cache_trans.png);
	background-position: center top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	overflow: auto;
	vertical-align: top;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 20px;
}
.table_news {
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 30px;
}

#presse {
	position:absolute;
	left:243px;
	top:230px;
	width:640px;
	height:357px;
	z-index:1;
	background-image: url(../img/cache_trans.png);
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	overflow: auto;
	background-position: center top;
}
.table_news_nav {
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

