/* SAISONNIERS */
.flocon {
	position:absolute;
	z-index:2
}
.concours {
   border-top: 1px solid #5d9c3e;
   background: #187817;
   background: -webkit-gradient(linear, left top, left bottom, from(#5d9c3e), to(#187817));
   background: -webkit-linear-gradient(top, #5d9c3e, #187817);
   background: -moz-linear-gradient(top, #5d9c3e, #187817);
   background: -ms-linear-gradient(top, #5d9c3e, #187817);
   background: -o-linear-gradient(top, #5d9c3e, #187817);
   padding: 9px 18px;
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   border-radius: 40px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 24px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
}
.concours:hover {
   border-top-color: #0b4a07;
   background: #0b4a07;
   color: #ffffff;
}
.concours:active {
   border-top-color: #0b4a07;
   background: #0b4a07;
}

/*************** STRUCTURE PRINCIPALE ***************/ 
body, html {
	background:#010101 url('images/background-repeat.png');
	background-attachment: scroll;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}
@font-face{
    font-family : "Lobster";
    src : url('/docs/Lobster.ttf');
}
img, h2, h3, h4, h5, h6, object, table, td, tr, form {
	border:0;
	margin:0;
	padding:0.
} 
p {
	color:#FFF;
	font-size:12px;
	margin: 15px 0 15px 0;
	padding: 0 0 0 0;
	text-align: justify;
} 
a {
	color : #a7db17;
	text-decoration : none;
	margin : 0;
	outline : none;
}
a:hover {
	color:#FFCC33;
}	
span {
	color:#a7db17;
	font-size : 24px;
	font-family: Lobster;
	text-shadow: 2px 2px #333;
} 
h1 {
	color:#a7db17;
	font-size: 22px;
	font-family: Lobster;
	text-shadow: 2px 2px #333;
	padding-bottom: 4px;
	font-weight: normal;
	margin: 0;
}
blockquote {
	padding: 0 20px;
	margin-left: 20px;
	border-left: 20px solid #ccc;
	font-size: 14px;
	font-family: Georgia, serif;
	font-style: italic;
	margin-top: 10px;
}
ul {
	padding : 0;
	margin : 8px 0 8px 30px;
	list-style: square inside;
}
li {
	margin-bottom : 20px;
} 

/*************** MENU DU HAUT ***************/ 
ul#menu_header {
	list-style:none;
	padding:0;
	margin:8px 0 0 140px;
	height:24px
}	
ul#menu_header li {
	float:left;
}
ul#menu_header li a {
	display: block;
	color: #bfbfbf;
	text-decoration: none;
	margin:0 6px;
	height:18px;
	padding:8px 10px;
	font-size: 13px;
	font-weight:bold;
	text-align:center;
	font-family:Helvetica;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
ul#menu_header li a:hover {
	color: #FFF;
	background:#7ca22b;
	height:18px;
}	
ul#menu_header  li#ici a {
	color: #FFF;
	background:#7ca22b;
	height:18px;
} 
#barre_verte {
	width: 100%;
	height: 7px;
	background-color: #7ba22b;
	position: absolute;
	top: 35px;
}

/*************** HEADER ***************/		
#header {
	background:url(images/header_tbbt.png);
	width:1000px;
	height:200px;
	text-align:left;
	margin:0 auto;
}	
#header_haut {
	width:1000px;
	height:24px;
	text-align:left;
	margin:0 auto;
	padding:5px 0 0 80px;
}
#logo_transp {
	width: 330px;
	height: 75px;
	position: absolute;
	top: 80px;
	left: 425px;
}
#twitter {
	float:right;
	margin:40px 70px 0 0;
	background:url(images/twitter.png) left top no-repeat;
	width:74px;
	height:71px;
	cursor:pointer;
}
#twitter:hover {
	background:url(images/twitter.png) right top no-repeat;
	width:74px;
	height:71px;
}

/*************** SECTIONS DE PAGE ***************/
#conteneur {
	margin: 0 auto;
	padding:0;
	width:1070px;
}	
#contenu {
	background:url(images/contenu.png);
	width:1000px;
	padding:0 0;
	text-align:left;
	margin:0 auto;
	font-size:12px;
}   
#contenu_vert {
	background:url(images/contenu_vert_essai.png);
	width:1000px;
	padding-top:10px;
	margin:0 auto;
	text-align:left;
	font-size:12px;
}
.cadre_vert_pale {
	width: 900px;
	background-image: url('images/bg_series.png');
	border: 1px solid gray;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.cadre_pub {
	width: 730px;
	background-image: url('images/bg_series.png');
	border: 1px solid gray;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding:10px;
	text-align: center;
	float: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.presentation {
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	padding-top: 0;
}
.presentation img {
	padding-right: 10px;
	float: left;
}
#cadre {
	width:759px;
	margin:0 auto;
}   
#page-wrap {
	width: 700px;
	margin: 0 auto;
	position: relative;
	min-height:345px;
}
#zone_de_texte {
	width: 925px;
	margin: 0 auto;
	position: relative;
} 
.cadre {
	background:#232323;
	width:900px;
	padding:10px;
	float:left;
	margin:0 0 0 -80px;
}

/*************** PIED ***************/
#pied {
	background:url(images/pied.png);
	width:1000px;
	height:50px;
	text-align:left;
	margin:0 auto;
}  		  
.copyright a {
	color : #92b231;
	text-decoration : none;
	margin : 0;
	outline : none;
	font-weight : bold;
}
.copyright a:hover {
	color : #FFFFFF;
	text-decoration : none;
	margin : 0;
	outline : none;
	font-weight : bold;
}

/*************** CLASSES D'ALIGNEMENT ***************/
.floatLeft {
	float: left;
	margin-right: 10px;
}
.floatRight	 {
	float: right;
}
.clear {
	clear: both;
}
.gauche
{
	float: left;
	text-align: left;
}
.quote{
	font-style: italic;
	margin-left: 25px;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-color: #92b231;
	text-align: justify;
}

/*************** CLASSES DE MISE EN FORME ***************/
.jaune{
	color: #FFCC33;
	font-weight : bold;
}
.vert {
	color: #92b231;
	font-weight : bold;
}
li > strong.vert {
	color: #92b231;
	font-weight : bold;
	font-size: 14px;
}
.rouge {
	color: #FF0000;
	font-weight : bold;
}
.center {
	text-align: center;
	float: center;
}
.hidden {
	display: none;
}
.cursor_pointer {
	cursor: pointer;
	cursor: hand;
}
/*************** TABLEAUX ***************/ 
.episodes_en_streaming
{
	margin: auto;
	margin-top: 10px;
}
.episodes_en_streaming td
{
	margin: auto;
}
.episode-titre
{
	width: 700px;
	font-size: 16px;
	font-family: Century Gothic;
	font-weight: bold;
	color: #92b231;
	text-shadow: 1px 1px #333;
	padding-left: 5px;
	background-color: #363636;
	border: 0;
}
.episode-watch
{
	padding-left: 5px;
	background-color: #363636;
	border: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.episode-descr
{
	width: 700px;
	padding-left: 5px;
}
.notation
{
	background-color: #363636;
	padding-right: 5px;
	border: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.outils
{
	border-spacing: 20px;
}

/*************** CAROUSEL PAGE D'ACCUEIL ***************/ 
#prechargeur {
	width: 0px;
	height: 0px;
	position: absolute;
	top: -9999px;
	left: -9999px;
}																								   		  				  
.slider-wrap {
	width: 625px;
	float:right;
	height:342px;
	border:1px solid #FFF;
}			
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 625px;
	height:342px;
}
.stripViewer .panelContainer				       { position: relative; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 625px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
#movers-row	{
	margin: 0;
	float:center;
	width:170px
}
#movers-row div {
	float: left;
	width:50px;
	margin: 5px 3px;
}
#movers-row div a.cross-link {
	float: right;
}
.photo-meta-data {
	background: url(images/select_icon_off.png);
	padding: 10px;
	height: 355px;
	margin-top: -100px;
	width:605px;
	position: relative;
	color: #E0E0E0;
	line-height: 18px;
}
.photo-meta-data-small {
	background: url(images/select_icon_off.png);
	padding: 10px;
	height: 70px;
	margin-top: -70px;
	width:605px;
	position: relative;
	color: #E0E0E0;
	line-height: 18px;
}
.photo-meta-data span {
	font-size: 15px;
	font-weight: bolder;
}
.cross-link	{
	display: block;
	width: 75px;
	position: relative;
	z-index: 9999;
	margin: 0 -8px 6px 0;	
}
#cross_fg {
	position: relative;
	left: -18px;
}
#cross_tcs {
	position: relative;
	left: -18px;
}
#cross_tbbt {
	position: relative;
	left: -18px;
}
#cross_weeds {
	position: relative;
	left: -18px;
}
.avancement {
	font-size: 12px;
	font-weight: bold;
}

/*************** FORMULAIRE DE CONTACT ***************/
input, textarea {
	padding: 5px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.texte textarea {
	width: 500px;
	height: 300px;
	line-height: 150%;
}
input:hover, textarea:hover, input:focus, textarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.form label {
	margin-left: 20px;
	color: #FFF;
}

/*************** FORMULAIRE DE LIEN MORT ***************/
input, textarea {
	padding: 3px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
select {
	padding: 3px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 50px;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#lien_mort input:hover, textarea:hover, input:focus, textarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

/*************** NOTATION ***************/
.ratingblock {
	text-align: center;
	display: block;
}
.loading {
	height: 16px;
	background: url(images/loading.gif) 50% 50% no-repeat;
}	
.unit-rating {
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 16px;
	position: relative;
	background: url(images/stars.png) top left repeat-x;		
}
.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	float: left;
}	
.unit-rating li a {
	outline: none;
	display:block;
	width:16px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover{
	background: url('images/stars.png') left center;
	z-index: 2;
	left: 0px;
}
.unit-rating li.current-rating {
	background: url('images/stars.png') left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:16px;}
.unit-rating a.r2-unit{left:16px;}
.unit-rating a.r2-unit:hover{width: 32px;}
.unit-rating a.r3-unit{left: 32px;}
.unit-rating a.r3-unit:hover{width: 48px;}
.unit-rating a.r4-unit{left: 48px;}	
.unit-rating a.r4-unit:hover{width: 64px;}
.unit-rating a.r5-unit{left: 64px;}
.unit-rating a.r5-unit:hover{width: 80px;}
.unit-rating a.r6-unit{left: 80px;}
.unit-rating a.r6-unit:hover{width: 96px;}
.unit-rating a.r7-unit{left: 96px;}
.unit-rating a.r7-unit:hover{width: 112px;}
.unit-rating a.r8-unit{left: 112px;}
.unit-rating a.r8-unit:hover{width: 128px;}
.unit-rating a.r9-unit{left: 128px;}
.unit-rating a.r9-unit:hover{width: 144px;}
.unit-rating a.r10-unit{left: 144px;}
.unit-rating a.r10-unit:hover{width: 160px;}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}		

/*************** SPRITES ***************/
.streaming_watch {  
	cursor: pointer;  
	width: 30px;  
	height: 30px;  
	border: none;  
	background: url(images/sprite_play_button.png) no-repeat left bottom;  
}  
.streaming_watch:hover {  
	background: url(images/sprite_play_button.png) no-repeat left top;  
} 
.download_sub {  
	cursor: pointer;  
	width: 30px;  
	height: 30px;  
	border: none;  
	background: url(images/sprite_download.png) no-repeat left bottom;  
}  
.download_sub:hover {  
	background: url(images/sprite_download.png) no-repeat left top;  
} 

/*************** LITE ACCORDION ***************/
#accordeon { position: relative; margin: auto; }
.accordion { text-align: left; font: 'Helvetica Neue', Verdana, Arial, sans-serif; }
.accordion ol { position: relative; overflow: hidden; height: 100%; margin: 0; padding: 0; list-style-type: none; }
.accordion li > h2 { color: black; font-weight: normal; margin: 0; z-index: 2; position: absolute; top: 0; left: 0; -webkit-transform: translateX(-100%) rotate(-90deg); -webkit-transform-origin: right top; -moz-transform: translateX(-100%) rotate(-90deg); -moz-transform-origin: right top; 
	-o-transform: translateX(-100%) rotate(-90deg); -o-transform-origin: right top; -ms-transform: translateX(-100%) rotate(-90deg); -ms-transform-origin: right top; transform: translateX(-100%) rotate(-90deg); transform-origin: right top; filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
.accordion li > h2 span { display: block; padding-right: 8%; text-align: right; height: 90%; margin-top: 5px; }
.accordion li > h2 b { display: inline-block; position: absolute; top: 10%; top: 42%\9; left: 10%; left: 5%\9; text-align: center; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
.accordion li > h2:hover { cursor: pointer; }
.accordion li > div { height: 100%; position: absolute; top: 0; z-index: 1; overflow: hidden; background: white; }
.accordion noscript p { padding: 10px; margin: 0; background: white; }
.dark { border: 9px solid #353535; border-bottom-width: 8px; padding: 5px 5px 6px 0; background: #030303; -webkit-box-shadow: 0 -1px 0 #5b5b5b inset, 0 5px 15px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 -1px 0 #5b5b5b inset, 0 5px 15px rgba(0, 0, 0, 0.4); -o-box-shadow: 0 -1px 0 #5b5b5b inset, 0 5px 15px rgba(0, 0, 0, 0.4); 
	box-shadow: 0 -1px 0 #5b5b5b inset, 0 5px 15px rgba(0, 0, 0, 0.4); }
.dark li > h2 { background: #030303; font-size: 16px; line-height: 2.7em; text-shadow: 0 -1px 0 #030303; }
.dark li > h2 span { background: #353535; color: white; }
.dark li > h2 b { background: #353535\9; color: #030303; font-size: 20px; text-shadow: -1px 1px 0 #5b5b5b; }
.dark h2.selected span, .dark h2.selected span:hover { background: #434343; background: -webkit-gradient(linear, left top, right top, color-stop(0, #353535), color-stop(1, #555555)); background: -moz-linear-gradient(top left, #353535 0%, #555555 100%); }
.dark h2.selected b { background: #434343\9; }
.dark li > div { background: #030303; margin-left: 5px; }
.rounded { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.rounded li > h2 span { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
figcaption {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	position: absolute;
	bottom: 20px;
	right: 30px;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.7);
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	color: white;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
figure {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0
}
