@charset "iso-8859-1";
/* CSS Document */
#main-accueil h1, #serie h1, #episodes h1, #bandeannonce h1, #contact h1 {
	display:block;
	position:absolute;
	left:0;
	top:-500;
	width:1px;
	height:1px;
	overflow:hidden;
}
#contact h2, #serie h2 span {
	display:block;
	position:absolute;
	left:0;
	top:-500;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* INDEX */
#main-accueil .col1 {
	display:block;
	float:left;
}
#main-accueil .col2 {
	display:block;
	float:right;
	width:383px;
	height:754px;
	text-align:right;
}
#main-accueil .col2 ul {
	list-style:none;	
}

/* CSS SERIE */
#serie .intro{
	background: transparent url(../images/bg_serie_intro.jpg) scroll no-repeat center top;
	min-height: 43px;
	padding-top: 8px;
	color:#bcb04f;
}
#serie .justify {
	text-indent:5%;
	text-align:justify;
	padding: 0 15px;
}
#serie .signature {
	text-align:right;
	padding-right:30px;
}

/* CSS EPISODES */
#episodes .intro {
	padding-top: 8px;
	color:#bcb04f;
}
#episodes .mentionslegales {
	font-size:85%;
}
#episodes ol {
	list-style-position: inside;
	background:transparent url(../images/trait-vertical.jpg) scroll no-repeat center top;
}
#episodes .col1 {
	margin-left:-20em;
}
#episodes .col2 {
	margin-left:20em;
}
#episodes .coltopper {
	margin-top:-17.5em;
}
.survol-et-clic {
	margin: 20px 0 0 90px;	
}

/* BANDE-ANNONCE */
#bandeannonce {
	background-color:#111;
}
#bandeannonce .invisible {
	display: none;
}

/* CSS CONTACT */
#contact {
	text-align:justify;
	padding:0 30px 0 150px;
	background:transparent url(../images/bg_contact.gif) scroll no-repeat 22px 20px;
}
#contact h3 {
	color:#bcb04f;
	font-weight:bold;
}