* {margin:0;padding:0;} 


html {height:99.9%;

overflow: -moz-scrollbars-vertical; 
overflow: scroll;


}

body {
	background-image: url(../images/bgheader.png);
	text-align:left;
color:#fff;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
margin:0 auto;
padding:0;

}



#mainhp {overflow:auto;
	padding-bottom: 143px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -143px; /* negative value of footer height */
	height: 143px;
	clear:both;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;	
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}


#foot {
	width:1000px;
	margin:0 auto;
	height:140px;
	line-height:1.1em;
	padding:0 10px 0 10px;
	background-repeat: no-repeat;
}

#mainhp {
	width:1000px;
	margin:0 auto;
	clear:both;
	padding-right:10px;
	padding-left:10px;
	}


#foot #left {width:400px;float:left;padding-top:32px;}
#foot #right {
	width:500px;
	float:right;
	text-align:right;
	padding-top:32px;
}


a:focus, a:active {
	outline:none;
}

#fixed-header {
	background-image: url(../images/bgheader2.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 278px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 4px;
	top: 0px;
	left: 0px;
	
}
#header {
	background-repeat: repeat;
	background-position: left top;
	height: 278px;
	
	
}
#nav {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/stripe.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 274px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav h1 {
	float: right;
	width: 650px;
	margin-right: 5px;
}
#nav ul {
	float: left;
	list-style-type: none;
	text-align: left;
	padding-top: 5px;
	padding-left: 30px;
	width: 300px;
	padding-bottom: 0px;
	margin: 0px;
}
#nav ul li {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	height: 20px;
	width: 300px;
	z-index: 90;
	
}
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EFEFEF;
	text-decoration: none;
	font-weight: normal;
	display: block;
	position: absolute;
	height: 18px;
	top: 0px;
	left: 0px;
	width: 300px;
	z-index: 100;
}
#nav p {
	padding-top: 100px;
	padding-left: 138px;
	color: #85D5D4;
	float: left;
}
#nav p a {
	font-size: 12px;
	color: #69D4DE;
	text-decoration: none;
	font-style: normal;
}
#nav p a:hover {
	font-size: 12px;
	color: #69D4DE;
	text-decoration: underline;
	font-style: normal;
}




.bleu {
	color: #04b9fc;
}



#content {
	width: 940px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #274D73;
	border: 4px solid #091120;
}

a img {

	padding: 2px;	
	margin: 5px;
	border:0;
	
}

.poster {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 150px;
}


ul.dvdlinks {
	list-style-position: inside;
	list-style-image: url(../images/bullet.png);
	color: #000000;
	padding-left: 10px;
	line-height: 24px;
}


