BODY {
	background-color: #618ba3;
	margin: 0;
	font-family: trebuchet ms, verdana;
	font-size: 12px;
	color: #fff;
}

IMG {
	border: 0;
}

A {
	color: #fff;
	text-decoration: none;
}

FORM {
	margin: 0;
}

#container {
	width: auto; 
	width: 840px;
	background-color: #fff;
	padding: 5px;
	margin: 30px;
	margin-left: auto;
	margin-right: auto;
}

INPUT {
	background-color: #eeeeee;
	color: #000;
	border: 1px solid #c3c3c3;
	font-family: trebuchet ms, verdana;
	font-size: 12px
}

INPUT:focus {
	border: 1px solid #000;
}

/* content */
#content {
	background-color: #364c59;
	height: 672px;
	border: 1px solid #99aab2;
	position: relative;
}

#content_deux {
	background-color: #364c59;
	border: 1px solid #99aab2;
	position: relative;
}

#logo {
	position: absolute;
}

#episodes {
	position: absolute;
	left: 55px;	
	top: 442px;
}

#arrow_left {
	position: absolute;
	left: 150px;	
	top: 590px;
}

/* movie */
#movie {
	position: absolute;
	right: 15px;
	top: 8px;
	width: 640px;
}

#movie #click_hd {
	position: absolute;
	left: -90px;
	display: none;
}

#header {
	margin-bottom: 5px;
	margin-top: -2px;
}

/* selection */
#selection {
	position: absolute;
	right: 15px;
	top: 410px;
	width: 640px;
	z-index: 2;
	background-color: #364c59;
}

#selection #scroller {
	height: 190px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.scroller_item {
	background-color: #4b7790;
	height: 39px;
	margin-bottom: 11px;
	color: #273b47;
	font-size: 17px;
	font-weight: bold;
	line-height: 38px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	zoom: 1;
}

.selection_button {
	text-align: center;
}

.selection_button IMG {
	cursor: pointer;
}


/* movie info */
#movie_info {
	height: 188px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 424px;
	width: 640px;
	background-color: #618ba3;
	z-index: 1;
}

#i_left {
	position: absolute;
	left: 15px;
	top: 25px;
	width: 400px;
	line-height: 20px;
}

#i_left #ep_title {
	font-size: 16px;
	font-weight: bold;
}
#i_left #ep_date {
	margin-bottom: 20px;
}

#i_right {
	position: absolute;
	right: 15px;
	top: 25px;
}

#i_right IMG {
	margin-bottom: 5px;
}

#video {
	background-color: #181821;
}


/* mid */
#mid {
	height: 228px;
	position: relative;
}

#mid #left {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#mid #right {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#mid #right #subscribe {
	width: 190px;
}

#subscribe IMG {
	margin-bottom: 5px;
}

/* footer */
#footer {
	margin: 5px;
	border: 1px solid #566f6a;
	background-color: #608ba2;
	padding: 5px;
	text-align: right;
}

#page {
	margin-left: 170px;
	margin-top: 8px;
	width: 640px;	
}

#page P {
	margin: 0;
}

#page A {
	text-decoration: underline;
}

#copyright {
	text-align: center;
	margin: 10px;
	font-size: 9px;
}