/* -------------------------------------------------------------- 
   
   site.css
   
-------------------------------------------------------------- */

@import "layout.css";
@import "clear.css";
@import "misc.css";

body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	background: #0b4d59 url( ../../images/background_body.jpg ) no-repeat 50% 0pt;
}

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

a:focus,
a:hover
{
	color: #c7390f;
}

em
{
	background: transparent;
}

/* WRAPPER
-------------------------------------------------------------- */

div#wrapper
{
	background: #000;
}

/* HEADER
-------------------------------------------------------------- */

div#wrapper div#header
{
	height: 147px;
}

div#wrapper div#header h1#logo
{
	margin: 0;
	padding: 0;
}

div#wrapper div#header h1#logo span
{
	position: absolute;
	left: -1000px;
	top: -1000px;
}

/* NAVIGATION
-------------------------------------------------------------- */

ul.menu li a
{
	font-size: 0.9em;
	text-transform: uppercase;
}

ul.menu li a.current,
ul.menu li a.current:focus,
ul.menu li a.current:hover
{
	color: #c7390f;
}

div#wrapper div#navigation
{
	height: 41px;
	background: #333 url( ../../images/background_navigation_helena.jpg ) no-repeat top left; /*override*/
}

div#wrapper div#navigation ul#languages.menu
{
	margin-left: 10px;
}

div#wrapper div#navigation ul#languages.menu li a
{
	float: left;
	display: block;
	width: 22px;
	height: 22px;
	margin: 9px 2px 9px 0px;
}

div#wrapper div#navigation ul#languages.menu li a.current,
div#wrapper div#navigation ul#languages.menu li a.current:focus,
div#wrapper div#navigation ul#languages.menu li a.current:hover
{
	/*display: none;*/
}

div#wrapper div#navigation ul#languages.menu li a#fr
{
	background: url( ../../images/fr.gif ) no-repeat top left;
}

div#wrapper div#navigation ul#languages.menu li a#uk
{
	background: url( ../../images/uk.gif ) no-repeat top left;
}

div#wrapper div#navigation ul#languages.menu li a#ru
{
	background: url( ../../images/ru.gif ) no-repeat top left;
}

div#wrapper div#navigation ul#languages.menu li a#ch
{
	background: url( ../../images/ch.gif ) no-repeat top left;
}

div#wrapper div#navigation ul#languages.menu li a#jp
{
	background: url( ../../images/jp.gif ) no-repeat top left;
}

div#wrapper div#navigation ul#languages.menu li a#ko
{
	background: url( ../../images/ko.gif ) no-repeat top left;
}

div#wrapper div#navigation ul#languages.menu li a span
{
	position: absolute;
	left: -1000px;
	top: -1000px;
}

div#wrapper div#navigation ul#links.menu
{
	margin-right: 15px;
	line-height: 40px;
}

div#wrapper div#navigation ul#links.menu li a
{
	margin-left: 6px;
}

div#links {
	float: right;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#navigation dl {
	float: left;
}

#navigation dt {
	padding-right: 10px;
	line-height: 40px;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: normal;
}

#navigation dd {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}


#navigation li {
	margin: 0;
	padding: 0;
}

#navigation li a {
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#navigation li a:hover, #navigation li a:focus {
}

/* CONTENT
-------------------------------------------------------------- */

div#wrapper div#content
{
	background: #000;
}

div#wrapper div#content div#edito
{
	clear: both;
}

div#wrapper div#content div#edito div#intro
{
	float: left;
	padding: 20px;
	width: 525px;
	/*height: 250px;*/
	background: #000 url( ../../images/background_intro.jpg ) no-repeat top left;
	overflow: auto;
}

div#wrapper div#content div#edito div#intro h2
{
	font-size: 1.5em;
	color: #216975;
	font-weight: bold;
	text-transform: uppercase;
}

div#wrapper div#content div#edito div#intro a
{
	color: #c7390f;
}

div#wrapper div#content div#edito div#intro a:focus,
div#wrapper div#content div#edito div#intro a:hover
{
	color: #c7390f;
	text-decoration: underline;

}


div#wrapper div#content div#edito div#publicity
{
	float: left;
	padding: 20px;
	width: 345px;
	height: 240px;
	/*background: #000 url( ../../images/background_publicite.jpg ) no-repeat top left;*/
	background: #ff99cc;
}

div#wrapper div#content div#edito div#publicity div#test_container
{
	margin: auto;
	width: 320px;
	height: 240px;
	background: #ffcc00;
}

div#wrapper div#content div.video
{
	float: left;
	display: block;
	padding: 20px;
	width: 405px;
	height: 300px;
	color: #333;
	background: #000;
}

div#wrapper div#content div.video div.player
{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	height: 240px;
}

* html div#wrapper div#content div.video div.player
{
	margin-top: 50px;
}

div#wrapper div#content div.video div.player p
{
	margin: 10px;
	color: #fff;
}

div#wrapper div#content div.video div.player p a
{
	margin: 10px;
	color: #c7390f;
}

div#wrapper div#content div.video div.player p a:focus,
div#wrapper div#content div.video div.player p a:hover
{
	color: #fff;
}

div#wrapper div#content div.video-switcher
{
	float: left;
	padding: 20px;
	width: 365px;
	height: 300px;
	background: #000;
}

div#wrapper div#content div.video-switcher div.video-switcher-content
{
	display: block;
	width: 363px;
	height: 280px;
	border: solid 1px #216975;
	background: #000;
	overflow: auto;
}

div#wrapper div#content div.video-switcher div.video-switcher-content div.item
{
	padding: 10px;
	border-bottom: solid 1px #216975;
}

div#wrapper div#content div.video-switcher div.video-switcher-content div.item.last
{
	border-bottom: none;
}

div#wrapper div#content div.video-switcher div.video-switcher-content div.item img
{
	float: left;
	width: 90px;
	height: 90px;
}

div#wrapper div#content div.video-switcher div.video-switcher-content div.item div.item-content
{
	float: left;
	margin-left: 10px;
	/*width: 228px;*/
	background: #000;
}

div#wrapper div#content div.video-switcher div.video-switcher-content div.item div.item-content h2
{
	margin-bottom: 10px;
	line-height: 1em;
	font-size: 1.5em;
	color: #216975;
	font-weight: bold;
	text-transform: uppercase;
}

div#wrapper div#content div.video-switcher div.video-switcher-content div.item div.item-content p
{
	margin-bottom: 10px;
}

div#wrapper div#content div.video-switcher div.video-switcher-content div.item div.item-content ul
{
	margin-bottom: 0px;
}

div#wrapper div#content div.video-switcher div.video-switcher-content div.item div.item-content ul li
{
	margin-right: 5px;
}

div#wrapper div#content div.video-switcher div.video-switcher-content div.item div.item-content ul li a
{
	font-weight: bold;
}

div#wrapper div#content div.video-switcher div.video-switcher-content div.item div.item-content ul li a span
{
	
}

div#wrapper div#content div.story
{
	clear: both;
	min-height: 350px;
	border-top: solid 1px #4d4e50;
}

div#wrapper div#content div.story div.description
{
	margin-left: 280px;
	padding: 20px;
	color: #333;
}

div#wrapper div#content div.story div.description h2
{
	line-height: 1em;
	color: #216975;
}

div#wrapper div#content div.story div.description p
{
	color: #fff;
}

div#wrapper div#content div.story div.description a
{
	color: #c7390f;
}

div#wrapper div#content div.story div.description a:focus,
div#wrapper div#content div.story div.description a:hover
{
	color: #c7390f;
	text-decoration: underline;
}


/* CONTENT.DOWNLOADS
-------------------------------------------------------------- */

.ligne
{
	border-top: solid 1px #4b0615;
	padding-top: 15px;
}

div#wrapper div#content
{
	background: #000 url( ../../images/background_dl_helena.jpg ) no-repeat top right;
}

div#wrapper div#content h2
{
	line-height: 1em;
	font-size: 1.5em;
	color: #216975;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom:30px;
}

div#wrapper div#content div#greetings
{
	height:160px;
	padding:30px;
	border-bottom:solid 1px #216975;
}

div#wrapper div#content div#greetings ul.liste_dl
{
	list-style-image: url(../../images/dl_puce.gif);
	
}

div#wrapper div#content div#videos
{
	padding:30px;
}

div#wrapper div#content div#videos div#chapter-choice
{
	width:390px;
	height:300px;
	padding:10px;
	border: solid 1px #216975;
	float:left;
	overflow:auto
}

div#wrapper div#content div#videos div#chapter-choice div.chapter-item div.chapter-content h2
{
	margin: 0;
	padding: 0;
	line-height: normal;
	color: #fff;
	margin-bottom: 2px;
}

div#wrapper div#content div#videos div#chapter-choice div.chapter-item div.chapter-thumb
{
	width:90px;
	height:90px;
	border: solid 4px #4b0615;
	float: left;
}

div#wrapper div#content div#videos div#chapter-choice div.chapter-item div.chapter-thumb img
{
	margin: 0;
	padding: 0;
	vertical-align:bottom;
}

div#wrapper div#content div#videos div#chapter-choice div.chapter-item div.chapter-content
{
	float:right;
	width: 250px;
	text-align: center;	
}

div#wrapper div#content div#videos div#ep-choice
{
	width:390px;
	height:300px;
	padding:10px;
	border: solid 1px #4b0615;
	float:right;
	background-color: #000;
}

div#wrapper div#content div#videos div#ep-choice div.ep-item
{
	border-bottom: solid 1px #4b0615;
	margin: 5px;
	height: 20px;
	padding-bottom: 10px;
}
div#wrapper div#content div#videos div#ep-choice div.ep-item h3
{
	float:left;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	line-height: normal;
	color:#fff;
	font-weight: bold;
}

div#wrapper div#content div#videos div#ep-choice div.ep-item div.ep-format
{
	float: left;
	margin-left: 30px;
	color:#c7390f;
	font-weight: bold;
}

div#wrapper div#content div#videos div#ep-choice div.ep-item div.ep-telecharger
{
	float:right;
	width:121px;
	height:21px;
}

div#wrapper div#content div#videos div#ep-choice div.ep-item div.ep-telecharger a img
{
	margin: 0;
	padding: 0;
	float:right;
}

div#wrapper div#content div#texte-illustre
{
	padding:30px;
	border-top: solid 1px #216975;
}


div#wrapper div#content div#texte-illustre ul.dl_texte
{
	list-style-type: none;
	text-transform: uppercase;
}

div#wrapper div#content div#texte-illustre ul.dl_texte li
{
	width: 600px;
	height: 20px;
	border-bottom: solid 1px #4b0615;
	padding-bottom:5px;
	margin-bottom:10px;
}

div#wrapper div#content div#texte-illustre ul.dl_texte li span
{
	float: left;
}

div#wrapper div#content div#texte-illustre ul.dl_texte li a
{
	float: right;
}

div#wrapper div#content div#texte-illustre ul.dl_texte li a span
{
	float: none;
}

div#wrapper div#content div#texte-illustre ul.dl_texte li a span img
{
	margin: 0;
	padding: 0;
	vertical-align:bottom;
}

div#wrapper div#content div#bande-originale
{
	
	padding:30px;
	border-top: solid 1px #216975;
}

div#wrapper div#content div#bande-originale ul.dl_texte
{
	list-style-type: none;
	text-transform: uppercase;
}

div#wrapper div#content div#bande-originale ul.dl_texte li
{
	width:500px;
	height: 20px;
	border-bottom: solid 1px #4b0615;
	padding-bottom:5px;
	margin-bottom:10px;
}

div#wrapper div#content div#bande-originale ul.dl_texte li span
{
	float: left;
}

div#wrapper div#content div#bande-originale ul.dl_texte li a
{
	float: right;
}

div#wrapper div#content div#bande-originale ul.dl_texte li a span
{
	float: none;
}

div#wrapper div#content div#bande-originale ul.dl_texte li a span img
{
	margin: 0;
	padding: 0;
	vertical-align:bottom;
}

div#wrapper div#content div#livre-audio
{
	padding:30px;
	border-bottom: solid 1px #216975;
}

div#wrapper div#content div#livre-audio ul.dl_texte
{
	list-style-type: none;
	text-transform: uppercase;
}

div#wrapper div#content div#livre-audio ul.dl_texte li
{
	width:500px;
	height: 20px;
	border-bottom: solid 1px #4b0615;
	padding-bottom:5px;
	margin-bottom:10px;
}

div#wrapper div#content div#livre-audio ul.dl_texte li span
{
	float: left;
}

div#wrapper div#content div#livre-audio ul.dl_texte li a
{
	float: right;
}

div#wrapper div#content div#livre-audio ul.dl_texte li a span
{
	float: none;
}

div#wrapper div#content div#livre-audio ul.dl_texte li a span img
{
	margin: 0;
	padding: 0;
	vertical-align:bottom;
}

/* CONTENT.PERSONNAGES
-------------------------------------------------------------- */

div#wrapper div#content
{
	background: #000;
}

div#wrapper div#content .ligne
{
 	border-top: solid 1px #094851;
	padding-top: 15px;
}


div#wrapper div#content h3
{
	margin: 0;
	padding: 0;
	line-height: normal;
	color: #fff;
	margin-bottom: 2px;
}

div#wrapper div#content div#good
{
	position: relative;
}

div#wrapper div#content div#char_intro
{
	padding:30px;
	height: 79px;
}

div#wrapper div#content div#char_intro h2
{
	float: left;
	width: 310px;
}

div#wrapper div#content div#char_intro h3
{
	float: right;
	width: 570px;
}

div#char_intro p
{
	clear: both
}

div#wrapper div#content div#good
{
	float: left;
	width: 100%;
}
div#wrapper div#content div#char_good
{
	background: #000 url( ../../images/background_persos_hgood.jpg ) no-repeat top right;
}

div#wrapper div#content div#good div.char_choice
{
	margin:40px;
	padding:10px;
}

div#wrapper div#content div#good div.char_choice div.char_item
{
	width:115px;
	height:150px;
	margin-right:35px;
	margin-bottom:15px;
	float:left;
}

div#wrapper div#content div#good div.char_choice div.char_item div.good_thumb
{
 	border: solid 3px #4b0615;
	height:115px;
	width:115px;
}

div#wrapper div#content div#good div.char_choice div.char_item div.good_thumb img
{
	margin: 0;
	padding: 0;
	vertical-align:bottom;
}

div#wrapper div#content div#good div.char_choice div.char_item h4
{
	text-align: center;
	text-transform: uppercase;
	font-style:italic;
	font-size: 0.9em;
	color:#fff;
}

div#wrapper div#content div#evil
{
	position: relative;
	float: left;
	width: 100%;
	background: #000 url( ../../images/background_persos_hevil.jpg ) no-repeat top right;
}

div#wrapper div#content div#evil div.char_choice
{
	margin:40px;
	padding:10px;
}

div#wrapper div#content div#evil div.char_choice div.char_item
{
	width:115px;
	height:150px;
	margin-right:35px;
	margin-bottom:15px;
	float:left;
}

div#wrapper div#content div#evil div.char_choice div.char_item div.evil_thumb
{
 	border: solid 3px #094851;
	height:115px;
	width:115px;
}

div#wrapper div#content div#evil div.char_choice div.char_item div.evil_thumb img
{
	margin: 0;
	padding: 0;
	vertical-align:bottom;
}

div#wrapper div#content div#evil div.char_choice div.char_item h4
{
	text-align: center;
	text-transform: uppercase;
	font-style:italic;
	font-size: 0.9em;
	color:#fff;
}


div#wrapper div#content div#places
{
	position: relative;
	float: left;
	width: 100%;
	background: #000 url( ../../images/background_persos_hplaces.jpg ) no-repeat top right;
}

div#wrapper div#content div#places div.char_choice
{
	margin:40px;
	padding:10px;
}

div#wrapper div#content div#places div.char_choice div.char_item
{
	width:115px;
	height:150px;
	margin-right:35px;
	margin-bottom:15px;
	float:left;
}

div#wrapper div#content div#places div.char_choice div.char_item div.places_thumb
{
 	border: solid 3px #fff;
	height:115px;
	width:115px;
}

div#wrapper div#content div#places div.char_choice div.char_item div.places_thumb img
{
	margin: 0;
	padding: 0;
	vertical-align:bottom;
}

div#wrapper div#content div#places div.char_choice div.char_item h4
{
	text-align: center;
	text-transform: uppercase;
	font-style:italic;
	font-size: 0.9em;
	color:#fff;
}


/* CONTENT.GALERIE
-------------------------------------------------------------- */

div#wrapper div#content.galerie h2
{
	font-size: 1.5em;
	color: #216975;
	font-weight: bold;
	text-transform: uppercase;
	margin-left:15px;
}

div#wrapper div#content.galerie div#intro
{
	/* background a revoir*/
	/*background: #000 url( ../../images/background_persos_hplaces.jpg ) no-repeat top right;*/
	padding:15px;
	
}

div#wrapper div#content.galerie div#intro ul.liste_galerie
{
	list-style-image: url(../../images/dl_puce.gif);
	margin-left:15px;
}

div#wrapper div#content.galerie div.galerie_type
{
 	padding:15px;
	position: relative;
	height: auto;
}

div#wrapper div#content.galerie div.galerie_type div.galerie_item
{
	position: relative;
 	margin:30px;
}

div#wrapper div#content.galerie div.galerie_type div.galerie_item
{
 	margin:30px;
}

div#wrapper div#content.galerie div.galerie_type div.galerie_item div.galerie_thumb
{
 	border: solid 3px #4b0615;
 	margin-bottom:30px;
 	margin-right:20px;
 	height:115px;
 	width:115px;
 	float:left;
}

div#wrapper div#content.galerie div.galerie_type div.galerie_item div.galerie_thumb img
{
	margin: 0;
	padding: 0;
	vertical-align:bottom;
}

/* CONTENT.MAKING_OF
-------------------------------------------------------------- */

div#wrapper div#content div#illus_making
{
 	height:250px;
}



/* FOOTER
-------------------------------------------------------------- */

div#wrapper div#footer
{
	clear: both;
	padding-top: 10px;
	height: 120px;
	text-align: center;
	background: #0b4d59 url( ../../images/background_footer.jpg ) no-repeat top left;
}

div#wrapper div#footer ul#footer_links.menu
{
	/*
	padding-bottom: 9px;
	border-bottom: solid 1px #42626f;
	*/
}

div#wrapper div#footer ul#footer_links.menu li a
{
	margin: 0px 6px;
	
}



table.tellafriend {
	border: 0px;
	color: #fff;
}

table.tellafriend td {
	border: 0px;
	vertical-align: middle;
}

table.tellafriend td input, table.tellafriend td textarea {
	width: 300px;
	background: #000;
	border: 1px solid #0b4d59;
	padding: 5px;
	color: #0b4d59;
}

table.tellafriend td textarea {
	height: 100px;
}























/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #000;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #0b4d59;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
