body {
	background-color : #990000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

a:link{ color: #F3DC00; text-decoration: none; }
a:hover{ color: #FFFFFF; }
a:visited{ color: #F3DC00; text-decoration: none; }

div#rightcolumn a:link{ color: white; text-decoration: none; }
div#rightcolumn a:hover{ color: white; text-decoration: underline;}
div#rightcolumn a:visited{ color: white; text-decoration: none; }

ul {
	list-style-type : none;
	margin : 0;
	padding : 10px;
	position : relative;
	top: -20px;
}

h2 {
	color : #F3DC00;;
}

div#index-horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	visibility: visible;
	display: block;
}
		
div#index-content {
	background-color: #800000;
	margin-left: -232px;
	position: absolute;
	top: -57px;
	left: 50%;
	width: 465px;
	height: 115px;
	visibility: visible;
	text-align : center;
	color : white;
}
	
span#logo {
	color : #F3DC00;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 5em;
	text-align: center;
}

span#sublogo {
	position : relative;
	top: -10px;
	color : white;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 2em;
	text-align: center;
}

div#main{
	position: absolute;
	left: 50%;
	margin-left: -460px;
	width: 920px;
	text-align : center;
	height : 100%;
	color : white;
}

div#logo{
	background-color: #800000;
	width: 900px;	
	position : absolute;
	left: 50%;
	margin-left : -450px;
}

div#leftcolumn{
	background-color: #800000;
	text-align : left;
	padding-left : 15px;
	width: 640px;
	position : absolute;
	top : 70px;
	left : 10px;
}

div#rightcolumn{
	background-color: #800000;
	text-align : left;
	width : 224px;
	position : absolute;
	top: 70px;
	left : 670px;
	padding-left : 15px;
}

div#movie-list{
	color : white;
}

div#nowplaying{
	text-align : center;
	font-size: 1.6em;
	font-weight: bold;
	color : white;
	position : relative;
	top: -14px;
}

div#player{
	text-align : center;
	position : relative;
	top : -12px;
}

div#description{
	color : white;
	text-align : center;
	position : relative;
	top: -14px;
}

div.film{
	width : 99%;
	text-align : left;
}

div.titre{
	font-size: 1.5em;	
	font-weight: bold;
	text-align : left;
}

div.links{
	color : white;
	border : solid black 1px;	
	padding : 5px;
	position : relative;
	left : 140px;
	text-align: left;
	width : 480px; 
	
}

div#intro{

}

