/* ------------------------------------ *
 CSS
 layout
 18/03/2008 
 * ------------------------------------ */
body{
    background:#000000;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	color:#C0C0C0;
	font-size: 11px;
	text-align:center;
	margin:0;
	padding:0;
}

a{
	color: #C0C0C0;
	
}

h1 {
	font-size:18px;
	font-weight: normal;
	letter-spacing: 2px;
}

#home{ 
  position:absolute;
  width:950px;
  height:140px;
  left:50%;
  top:50%;
  margin-left:-475px; /* Cette valeur doit être la moitié négative de la valeur du width */
  margin-top:-170px; /* Cette valeur doit être la moitié négative de la valeur du height */
}

#header{
  width:950px;
  height:110px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 0px;
}

#header_left{
  float:left;
}

#header_left a{
	text-decoration: none;
	color: #C0C0C0;
}

#header_right{
  float:right;
}

#header_main{
  height:110px;
}

#fcontainer{
}

#menu_home{
  width:500px;
  left:50%;
  margin-left: -105px;
  bottom:2px;
  position:absolute;
}

#menu_home_left{
  float:left;
  height: 23px;
  margin: 0;
}

#menu_home_right{
  padding-top:7px;
  padding-left:15px;
  padding-right: 15px;
  float:left;
  height: 23px;
  color: #C0C0C0;
}

#sous_menu{
	text-align: left;
	padding-top: 100px;
}

#content{
  left:50%;
  margin-left:-495px;
  width:990px;
  height: 520px;
  top:50%;
  margin-top:-260px;
  position:absolute;
}

#content_films{
  left:50%;
  margin-left:-495px;
  width:990px;
  height: 520px;
  top:50%;
  margin-top:-240px;
  position:absolute;	
}

.content_home{
  margin-left: auto;
  margin-right: auto;
  width: 465px;
  text-align:justify;
}

.content_block{
  margin-bottom: 65px;
  position:relative;
}

#content_left{
  float:left;
  width:403px;
  height:520px;
  text-align:left;
  padding:0;
  margin:0;
}

#content_left h1{
  padding:0;
  margin:0;
  color:#FFF
}

#content_right{
  padding:0;
  margin:0;
  float:left;
  width:552px;
  height:520px;
  padding-right: 20px;
  text-align:justify;
  overflow: hidden;
}

#content_right h1{
  padding:0;
  margin:0;
  padding-top: 0px;
  padding-bottom: 15px;
  color:#FFF
}

.film_title{
  width:500px;
  left:50%;
  margin-left:-95px;
  position: fixed;
  text-align:left;
  bottom: 50px;
  display:none;
}

.realisateur_pict{
  float: left;
  width: 130px;
  height:125px;
  text-align: left;	
}

.realisateur_pict a{
  text-decoration:none;	
}

#footer_container{
	background:#000000;
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 0;
}

.clear{
  clear:both;
}


/* vertical track */
			#track {
				float: left;
				width: 5px;
				height:520px;
				margin-left: 10px;
				background-color: #333333;
			}
			
			/* vertical track handle */
			#handle {
				width: 5px;
				height: 20px;
				background-color: #FFFFFF;
				cursor: move;
			}



