body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}

body a{
	color: #FFFFFF;
}

body a:hover{
	color: #ffffff;
}

#container{
	height: 550px;
	width: 1000px;
	position: absolute;
	background-color: #000000;
	
}

#Haut{
	height: 100px;
	width: 1000px;
	
}

#HautDroite{
	float: right;
	height: 100px;
	width: 800px;
	position: relative;
}

#BarreNoire{
	height: 20px;
	width: 800px;
	position: relative;
	float: left;
}

#RectangleAvant{
	position: relative;
	background-image: url(../images/RectangleAvant.jpg);
	float: left;
	height: 30px;
	width: 50px;
}

#Home{
	float: left;
	position: relative;
	height: 30px;
	width: 70px;
}

#Showreel{
	float: left;
	position: relative;
	height: 30px;
	width: 110px;
}

#Filmography{
	float: left;
	position: relative;
	height: 30px;
	width: 120px;
}

#SetPhotos{
	float: left;
	position: relative;
	height: 30px;
	width: 125px;
}

#Press{
	float: left;
	position: relative;
	height: 30px;
	width: 90px;
}

#Contact{
	float: left;
	position: relative;
	height: 30px;
	width: 100px;
}

#Links{
	float: left;
	position: relative;
	height: 30px;
	width: 100px;
}

#RectangleApres{
	float: left;
	position: relative;
}

#Trait{
	float: left;
	position: relative;
	background-image: url(../images/Trait.jpg);
	height: 50px;
	width: 800px;
}

#Contenu{
	float: left;
	height: 450px;
	width: 1000px;
	position: relative;
}

#mycustomscroll2 {
	/*percantage width: make it 100% to match container*/
width: 675px;
	height: 370px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #000000;
	top: 20px;
	border: thin solid #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-left: 245px;
}

#FicheFilmo {
	float: left;
	height: 140px;
	width: 650px;
	position: relative;
}

.percentagewrap {
	width: 100%;
height: 100%;
	
	}
	
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: black;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

#Jaquette {
	background-color: #000000;
	float: left;
	height: 120px;
	width: 100px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}

#FicheTechnique {
	background-color: #000000;
	float: left;
	height: 120px;
	width: 420px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

#AnneeTrailer {
	float: left;
	height: 120px;
	width: 120px;
	position: relative;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#AnneeTrailer a{
color: #0066CC;
	font-weight: bold;
}

#AnneeTrailer a:hover{
color: #990000;
	font-weight: bold;
}

#TexteRetour{
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
}
#TexteTrailer{
	float: left;
	height: 250px;
	width: 300px;
	position: relative;
}

#Retour{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	float: left;
	height: 50px;
	width: 200px;
	position: relative;
	font-size: 14px;
	padding-left: 100px;
}

#Retour a{
	color: #0066CC;
	font-weight: bold;
}

#Retour a:hover{
	color: #990000;
	font-weight: bold;
}

#Trailer {
	float: left;
	height: 450px;
	width: 590px;
	position: relative;
	padding-left: 100px;
}

#Trailer2 {
	float: left;
	height: 450px;
	width: 590px;
	position: relative;
	padding-left: 70px;
}
#gallery {
	position:relative;
	width:605px;
	padding:0px;
	border:0px none #fff;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #000000;
}
 
#images {
	height:225px;
	margin-bottom:20px;
	background-color: #ECEBE6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
}

#image {
	position:relative;
	width:590px;
	height:300px;
	padding:0px;
	border:0px;
	background-color: #FFF;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#image img {
position:absolute;
top:0px;
left:0px}

#thumbwrapper {
margin-top:20px;
padding:0px 0;
width:600px;
height:80px;
border:0px;
background:#000}
 
#thumbarea {
position:relative;
overflow:hidden;
height:80px;
width:600px; }

#thumbs {
	position:absolute;
	list-style:none;
	margin-left:0px;
	height:80px;
	width:10000px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	visibility: visible;
}

#thumbs li {
float:left;
margin-right:3px;
cursor:pointer}

.imgnav {
	position:absolute;
	height:300px;
	width:20%;
	z-index:100;
	height:300px;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer;
}
	
#previmg {
	border-left:0px solid #000;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat; 
	background-position: left center;
}

#previmg a:hover{
opacity: 1;
filter: alpha(opacity=100);}

#nextimg {
	right:0px;
	border-right:0px solid #000;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#nextimg a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
 
#videocontainer {
	height: 360px;
	width: 640px;
	float: left;
	position: relative;
	margin-top: 30px;
	margin-left: 15px;
}

#Commentaires {
	height: 450px;
	width: 270px;
	float: left;
	position: relative;
	background-image: url(../images/TexteShowreel.jpg);
}

#Bas {
	float: left;
	height: 70px;
	width: 730px;
	position: relative;
}

#MakingOf {
	height: 450px;
	width: 350px;
	float: left;
	position: relative;
}

#TexteHome {
	height: 450px;
	width: 610px;
	float: left;
	position: relative;

}

#mycustomscroll3 {
	/*percantage width: make it 100% to match container*/
width: 610px;
	height: 430px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #000000;
	/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
	border: thin none #FFFFFF;
			
}

#mycustomscroll4 {
	/*percantage width: make it 100% to match container*/
width: 700px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #000000;
	/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding: 20px;
	top: 20px;
	margin-left: 230px;
}


#mycustomscroll5 {
	/*percantage width: make it 100% to match container*/
width: 920px;
	height: 370px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #000000;
	top: 20px;
	border: thin none #FFFFFF;
	padding-top: 20px;
	padding-left: 40px;	
}
#Contact1 {
	height: 450px;
	width: 1000px;
	padding-top: 60px;
	padding-left: 300px;
}

#Liens1 {
	float: left;
	height: 400px;
	width: 300px;
	position: relative;
	padding-top: 50px;
	padding-left: 33px;	
}
