/* Général */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	text-align: center;
	background: url(/images/PageTexture.jpg) #333;
	font-family: "Lucida Grande","Trebuchet MS",sans-serif;
	font-size: 11px;
	color: #333;
	/*height: 100%;*/
}

a {
	cursor: pointer;
}

a.rouge {
	color: #951e1e;
}

a.gris {
	color: #666666 !important;
}

a.blue {
	text-decoration: none;
	color: #1a4377;
}

a.black {
	text-decoration: underline !important;
	color: #333333 !important;
}

ul.srt li a.inaccurate {
	color: #999999;
}

.clear {
	clear: both;
	display: block;
}

.erreur {
	text-align: center;
	width: 400px;
	margin: 20px 0 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.erreur p {
	font-style: italic;
	margin: 10px;
}

.info {
	text-align: center;
	width: 400px;
	margin: 20px 0 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	background: #fafff9;
	border: 1px solid #ebfae8;
}

.info p {
	font-style: italic;
	margin: 10px;
}

h1 {
	background: #d5dbde;
	margin: 0 -12px;
	padding: 4px 8px 3px;
	border: 2px solid #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px #ffffff;
	font-size: 11px;
	text-transform: uppercase;
}

a {
	color: #333;
}

/* Top */

#top {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
	margin-top: 15px;
}

/* Header Séries */

#header_series {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	height: 188px;
	text-align: center;
	background: #fff;
	border: 1px solid #CCC;
	border-bottom: 0;
	position: relative;
	display: none;
}

#header_series h2 {
	background: #f3ecdb;
	padding: 3px 10px;
	margin: 7px;
}

#header_series .bloc {
	float: left;
	padding: 10px;
	width: 363px;
	text-align: left;
	height: 120px;
}

#header_series .bloc.gauche {
	border-right: 1px solid #CCC;
}

#header_series .bloc input {
	width: 352px;
	border: 1px solid #888;
	padding: 4px;
	font-size: 18px;
}

#header_series .bloc #resultat .item {
	width: 352px;
	border: 1px solid #cccccc;
	background: #dddddd;
	padding: 4px;
	font-size: 16px;
	margin-top: 1px;
}

#header_series .bloc #resultat .item#more {
	font-size: 10px;
	text-align: right;
	padding: 2px 4px;
	color: #86752f;
	background: #F3ECDB;
	border: 1px solid #F3ECDB;
}

#header_series .bloc #resultat .item#more a {
	text-decoration: none;
}

#header_series .bloc ul {
	list-style-type: none;
}

#header_series .bloc ul li {
	float: left;
	padding: 2px 7px;
	background: #dddddd;
	margin: 2px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#header_series .bloc ul li a {
	text-decoration: none;
}

#header_series .bloc ul li a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	height: 188px;
	text-align: center;
	background: #c1e0fa;
	border: 1px solid #CCC;
	position: relative;
}

#header.deeper {
	height: 73px;
}

#header img.border {
	border: 4px solid #ffffff;
}

#header #fb_container {
	display: none;
}

#header.episode {
	height: 188px;
	width: 768px;
}

#header .caption {
	position:absolute;
	left:4px;
	bottom:4px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:760px;
	z-index:89;
	cursor: default;
}

#header .caption p {
	padding:5px;
	margin:0;
	text-align: left;
}

#header .tv {
	position:absolute;
	right:4px;
	bottom:6px;
	opacity:1;
	width:50px;
	z-index:89;
	cursor: default;
}

#header .header_titre {
	position: absolute;
	left: 16px;
	bottom: 16px;
	background: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 12px;
	font-size: 24px;
	text-decoration: none;
	color: #999999;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#header .header_titre2 {
	position: absolute;
	left: 16px;
	bottom: 60px;
	background: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 12px;
	font-size: 24px;
	text-decoration: none;
	color: #3166b6;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

/* Container */

#container {
	width: 770px;
	margin: 0 auto;
}

/* Contenu */

#contenu {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#contenu #invite {
	background: #f6f8cc;
	padding: 12px;
	text-align: center;
	border-bottom: 1px solid #d9c9a3;
}

#contenu #invite a {
	color: #951e1e;
}

#contenu #notifications {
	background: #f3ecdb;
	text-align: left;
	border-bottom: 1px solid #d9c9a3;
	position: relative;
}

#contenu #notifications p {
	padding: 10px 0 5px 10px;
}

#contenu #notifications ul {
	/*list-style-type: none;*/
	margin: 0;
	margin-bottom: 10px;
}

#contenu #notifications ul li {
	margin: 2px 0 0 55px;
}

#contenu #notifications ul li a {
	color: #333333;
}

#contenu #friend {
	background: #f3ecdb;
	text-align: right;
	border-bottom: 1px solid #d9c9a3;
	height: 32px;
}

#contenu #friend a {
	color: #951e1e;
}

#contenu #friend .act {
	float: right;
	margin: 8px;
	cursor: pointer;
}

#contenu #friend .act .label {
	float: left;
	margin: 2px 6px 0 0;
}

#contenu #friend_content {
	background: #fffee8;
	text-align: center;
	border-bottom: 1px solid #deddcb;
	display: none;
}

#contenu #friend_content p {
	padding: 10px;
}

#contenu #friend_content #flashcontent {
	height: 420px;
}

/* Menu */

#top ul {
	list-style-type: none;
	padding: 0;
}

#top ul li {
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: center;
	height: 17px;
	margin-right: 3px;
	background: #d9e3e9;
	border: 1px solid #999999;
	background: #cccccc;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 4px;
}

#top ul li a {
	text-decoration: none;
	color: #666666;
	text-shadow: 0 1px #eeeeee;
	display: block;
	height: 19px;
	position: relative;
}

#top ul li:hover {
	color: #333333;
	border: 1px solid #666666;
}

#top ul li:hover a {
	color: #333333;
}

#top ul li.inscription {
	background: #FF6666;
}

#top ul li.inscription a {
	display: block;
	color: #ffffff;
	text-shadow: none;
}

#top ul li.profil {
	background: #5CBE2D;
}

#top ul li.profil a {
	display: block;
	color: #ffffff;
	text-shadow: none;
}

#top ul li a:hover {
	text-decoration: none;
}

/* Login */

#login {
	padding: 8px 3px 8px;
	height: 25px;
	color: #666666;
	height: 20px;
	text-align: right;
}

#top .facebook {
	float: right;
	margin-top: 2px;
	background: #ffffff;
	height: 21px;
	padding: 2px 3px 0;
}

#login .menu {
	float: right;
	text-align: right;
	margin: 4px 0;
}

#login .menu a {
	text-decoration: none;
	color: #292929;
	background: #ffffff;
	font-weight: bold;
	padding: 2px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#login .menu a:hover {
	text-decoration: none;
}

#login .menu a strong {
	padding: 0 4px;
	background: #e9e9e9;
	color: #951e1e;
	font-weight: bold;
	margin-left: 5px;
}

#login input {
	/*font-family: Verdana;
	font-size: 11px;
	padding: 2px;
	background: #fff;
	color: #999;
	height: 15px;*/
	border: 1px solid #999999;
	background: #ffffff;
	color: #666666;
	text-decoration: none;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Reste */

#contenu #centre {
	padding: 0 12px 12px 12px;
	padding-bottom: 0;
	background: #ffffff;
}

#contenu #centre p {
	margin: 10px 5px;
	line-height: 140%;
}

#contenu #centre p.justifie {
	text-align: justify;
}

#contenu #centre p.image {
	text-align: center;
}

#contenu #centre ul {
	margin: 15px;
	margin-left: 35px;
}

#contenu #centre .ep_vote_prompt ul {
	margin: 0;
}

#contenu #centre .ep_vote ul {
	margin: 0;
}

/* Inscription */

#contenu form.inscription {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

#contenu form.inscription .champ {
	width: 350px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
}

#contenu form.inscription .champ label {
	float: left;
	text-align: right;
	width: 140px;
	margin: 3px 5px 0 0;
}

#contenu form.inscription .champ input {
	border: 1px solid #666;
	width: 160px;
	padding: 2px;
	font-family: Verdana;
	font-size: 11px;
	color: #333;
}

#contenu form.inscription .submit {
	text-align: center;
}

#contenu form.inscription .submit input {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	border: 2px solid #d9d9d9;
	padding: 4px 20px;
	background: #f9f9f9;
	font-weight: bold;
	text-transform: uppercase;
}

/* Nouvelle série */

#contenu div.serie_new {
	margin-top: 20px;
	margin-bottom: 20px;
}

#contenu div.serie_new .champ {
	width: auto;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
}

#contenu div.serie_new .champ label {
	float: left;
	text-align: right;
	width: 100px;
	margin: 3px 5px 0 0;
}

#contenu div.serie_new .champ input {
	border: 1px solid #666;
	width: 160px;
	padding: 2px;
	font-family: Verdana;
	font-size: 11px;
	color: #333;
}

#contenu div.serie_new .champ input.submit {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	border: 2px solid #d9d9d9;
	padding: 0;
	background: #f9f9f9;
	font-weight: bold;
	text-transform: uppercase;
	width: 80px;
}

#contenu div.serie_new #searchShow {
	margin: 6px;
}

/* Aide */

#contenu form.aide {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

#contenu form.aide .champ {
	width: 700px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
}

#contenu form.aide .champ label {
	float: left;
	text-align: right;
	width: 140px;
	margin: 3px 5px 0 0;
}

#contenu form.aide .champ input {
	border: 1px solid #666;
	width: 160px;
	padding: 2px;
	font-family: Verdana;
	font-size: 11px;
	color: #333;
}

#contenu form.aide .submit {
	text-align: center;
}

#contenu form.aide .submit input {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	border: 2px solid #d9d9d9;
	padding: 4px 20px;
	background: #f9f9f9;
	font-weight: bold;
	text-transform: uppercase;
}

#contenu form.aide textarea {
	border: 1px solid #666;
	width: 654px;
	height: 140px;
	padding: 2px;
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	margin: 0 0 15px 20px;
}

/* Commentaires */

.commentaire {
	margin-bottom: 20px;
}

.commentaire.reponse {
	margin-left: 8px;
	padding-left: 10px;
	border-left: 2px solid #eeeeee;
}

.commentaire .infos {
	margin: 10px 0;
}

.commentaire a.inner_id {
	color: #444;
	background: url('/images/comment.png') 6px 5px no-repeat #eeeeee;
	padding: 6px;
	padding-left: 28px;
	margin-left: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

.commentaire a.inner_id:hover {
	text-decoration: underline;
}

.commentaire a.auteur {
	color: #444;
	background: url('/images/user.png') 6px 5px no-repeat #eeeeee;
	padding: 6px;
	padding-left: 28px;
	margin-left: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

.commentaire a.auteur:hover {
	text-decoration: underline;
}

.commentaire a.date {
	color: #444;
	background: url('/images/date.png') 6px 5px no-repeat #eeeeee;
	padding: 6px;
	padding-left: 28px;
	margin-left: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

.commentaire a.date:hover {
	text-decoration: underline;
}

.commentaire a.reply {
	color: #444;
	background: url('/images/database_go.png') 6px 5px no-repeat #eeeeee;
	padding: 6px;
	padding-left: 28px;
	margin-left: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

.commentaire a.reply:hover {
	text-decoration: underline;
}

.commentaire .texte {
	margin: 8px;
	padding: 10px 10px 12px 10px;
	border: 1px solid #eeeeee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

form#commentaires-post textarea {
	border: 1px solid #666;
	width: 670px;
	height: 70px;
	padding: 2px;
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	margin: 10px 0 15px 33px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

form#commentaires-post #submit-container {
	text-align: right;
	margin: 0 34px 15px 0;
}

form#commentaires-post #submit-container input {
	color: #444;
	background: url('/images/add.png') 6px 5px no-repeat #eeeeee;
	padding: 6px;
	padding-left: 28px;
	margin-left: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

form#commentaires-post #in_reply_to {
	text-align: right;
	margin: 0 34px 0 0;
}

/* Episodes */

table.episodes {
	width: 100%;
	margin: 0 0 10px;
}

table.episodes tr.item td {
	border-bottom: 1px solid #DCDCDC;
	padding-left: 4px;
	height: 26px;
}

table.episodes tr.item.newdate td {
	border-top: 1px solid #FFFFFF;
}

table.episodes tr.item td.date {
	width: 160px;
}

table.episodes tr.item td.date a {
	color: #333;
}

table.episodes tr.item td.ep {
	width: 120px;
	font-weight: bold;
}

table.episodes tr.item td.ep a {
	color: #333;
	text-decoration: none;
}

table.episodes tr.item td.srt {
	width: 19px;
}

table.episodes tr.item td.srt.dble {
	width: 39px;
}

table.episodes tr.item td.srt img {
	margin-top: 6px;
}

ul.srt {
	padding: 0;
	margin: 5px;
}

ul.srt li {
	padding: 0;
	margin: 0;
	background: url('../images/dlsrt.png') no-repeat;
	padding-left: 20px;
	list-style-type: none;
	height: 16px;
	margin-bottom: 1px;
}

ul.srt li.seriessub {
	background: url('../images/dlsrt_seriessub.png') no-repeat;
}

ul.srt li.tvsubtitles {
	background: url('../images/dlsrt_tvsubtitles.png') no-repeat;
}

ul.srt li.soustitres {
	background: url('../images/dlsrt_soustitres.png') no-repeat;
}

ul.srt li.off {
	background: url('../images/dlsrt_off.png') no-repeat;
}

ul.srt li a {
	color: #333;
}

table.episodes tr.head td {
	border-bottom: 1px solid #DCDCDC;
	padding: 7px;
	padding-top: 17px;
	font-weight: bold;
	font-size: 130%;
}

table.episodes tr.head td a {
	color: #333;
	text-decoration: none;
}

#contenu #showselect {
	float: right;
	padding: 4px 0;
	margin-top: 3px;
}

#contenu #showselect select {
	border: 1px solid #666;
	width: 160px;
	padding: 1px;
	font-family: Verdana;
	font-size: 11px;
	color: #333;
}

/* Nouvelle s: 130%;
}

table.episodes tr.head td a {
	color: #333;
	text-decoration: none;
}

#contenu #showselect {
	float: right;
	padding: 4px 0;
	margin-top: 3px;
}

#contenu #showselect select {
	border: 1px solid #666;
	width: 160px;
	padding: 1px;
	font-family: Verdana;
	font-size: 11px;
	color: #333;
}

/* Nouvelle série */

#contenu #new_serie {
	margin: 10px 5px;
	height: 16px;
	float: left;
}

#contenu #new_serie label {
	float: left;
	margin-right: 4px;
	padding-top: 2px;
}

#contenu #new_serie input {
	border: 1px solid #555;
	font-family: Verdana;
	font-size: 11px;
	padding: 2px;
	background: #F1F1F1;
	width: 160px;
	float: left;
}

#contenu #new_serie .tuto {
	margin-left: 4px;
	padding-top: 2px;
	float: left;
	color: #dd3434;
	font-weight: bold;
	text-decoration: blink;
}

/* Liste des séries */

#loader {
	float: right;
	margin: 10px 5px;
	height: 16px;
}

#loader a {
	color: #333;
}

#contenu #seriesliste {
}

#contenu #seriesliste .item {
	background: #EFEFEF;
	border-top: 1px solid #DEDEDE;
	padding: 4px;
	height: 28px;
	width: 736px;
}

#contenu #seriesliste .item a {
	color: #333;
}

#contenu #seriesliste .item .infos {
	float: left;
	margin-left: 6px;
}

#contenu #seriesliste .item .actions {
	float: right;
	margin-top: 12px;
	margin-right: 6px;
}

#contenu #seriesliste .item .actions .param {
	float: left;
	width: 120px;
}

#contenu #seriesliste .item .actions .param a {
	color: #555;
}

#contenu #seriesliste .item .actions .param a:hover {
	color: #333;
}

#contenu #seriesliste .item .actions a {
	color: #666;
}

#contenu .plus {
	text-align: right;
	margin-right: 15px;
}

#contenu .plus a {
	color: #333;
}

#contenu .plus.inscription {
	padding-left: 20px;
	font-weight: bold;
	background: transparent url('../images/2rightarrow.png') no-repeat scroll 433px 1px;
	height: 16px;
}

#contenu .plus.inscription a {
	color: #e32d2d;
}

#contenu .plus.inscription a:hover {
	color: #ff0000;
}

#contenu .planning_desc {
	float: left;
	width: 430px;
	text-align: justify;
}

#contenu .fils_rss {
	float: right;
	padding: 4px 8px 4px 4px;
	background: #eeeeee;
	margin-top: 12px;
	margin-bottom: 6px;
	/*border: 1px solid #AAAAAA;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 283px;
}

#contenu .fils_rss.absolute {
	position: absolute;
	right: 0;
	top: -6px;
	padding: 0;
	z-index: 1;
	background: none;
	width: auto;
	margin: 0;
}

#contenu #centre .fils_rss ul.rss {
	margin: 0;
}

#contenu ul.rss li {
	list-style-type: none;
	background: url('../images/bullet_feed.png') no-repeat;
	padding-left: 20px;
	margin-bottom: 2px;
}

#contenu #centre .fils_rss .format {
	background: url('../images/bullet_go.png') no-repeat;
}

#contenu ul.rss li.ical {
	background: url('../images/bullet_ical.png') no-repeat;
}

#contenu ul.rss li.statut {
	background: url('../images/bullet_blue.png') no-repeat;
}

#contenu ul.rss li.genre {
	background: url('../images/bullet_arrow_down.png') no-repeat;
}

#contenu ul.rss li.ajout {
	background: url('../images/bullet_add.png') no-repeat;
}

#contenu ul.rss li a {
	color: #666;
}

#contenu #archives {
}

#contenu #archives .item {
	background: #EFEFEF;
	border-top: 1px solid #DEDEDE;
	padding: 4px;
	height: 14px;
}

#contenu #archives .item .nom {
	float: left;
}

#contenu #archives .item .actions {
	float: right;
}

#contenu #archives .item a {
	color: #555;
}

#contenu #recommandations {
}

#contenu #recommandations .item {
	background: #EFEFEF;
	border-top: 1px solid #DEDEDE;
	padding: 4px;
	height: 14px;
}

#contenu #recommandations .item .nom {
	float: left;
}

#contenu #recommandations .item .actions {
	float: right;
}

#contenu #recommandations .item a {
	color: #555;
}

/* Shows des membres */

#member_shows {
	float: left;
}

#member_shows a.show_item {
	color: #444;
	background: url('/images/film.png') 6px 5px no-repeat #eeeeee;
	padding: 6px;
	padding-left: 28px;
	margin-left: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

#member_shows a.show_item:hover {
	text-decoration: underline;
}

#member_shows a.member_item {
	color: #444;
	background: url('/images/user.png') 6px 5px no-repeat #eeeeee;
	padding: 6px;
	padding-left: 28px;
	margin-left: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

#member_shows a.member_item:hover {
	text-decoration: underline;
}

/* Shows des membres (recommandation) */

#member_cshows {
	margin-left: 20px;
	float: left;
}

#member_cshows .show_item {
	float: left;
	width: 206px !important;
	width: 238px;
	background: url('../images/film.png') no-repeat;
	padding: 1px 16px 0;
	margin: 3px 0;
	height: 16px;
}

#member_cshows .show_item a {
	color: #666;
}

#member_cshows .show_item img {
	float: left;
	cursor: pointer;
}

#member_cshows .show_item .name {
	float: left;
	margin-left: 3px;
}

/* Annuaire des séries */

#centre #annu_nav {
	float: center;
	padding: 6px;
	background: #FAFAFA;
	border: 1px solid #F5F5F5;
	margin: 0 50px;
	text-align: center;
	line-height: 160%;
}

#centre #annu_nav a {
	color: #333;
	text-decoration: none;
}

#centre #annuaire {
}

#centre #annuaire h2 {
	margin-top: 10px;
	font-size: 180%;
	border-bottom: 1px solid #555;
}

#centre #annuaire .back {
	float: right;
	font-weight: normal;
	font-size: 11px;
	margin: 4px;
	margin-top: -15px;
}

#centre #annuaire .back a {
	color: #555;
}

#centre #annuaire .show {
	float: left;
	width: 334px !important;
	width: 350px;
	background: #EFEFEF;
	border: 1px solid #DEDEDE;
	margin: 10px;
	padding: 8px;
	height: 27px;
}

#centre #annuaire .show strong a {
	color: #555;
}

#centre #annuaire .show strong a:hover {
	color: #333;
	text-decoration: none;
}

#centre #annuaire .show .infos {
	float: left;
}

#centre #annuaire .show .actions {
	float: right;
}

#centre #annuaire .show .actions img {
	cursor: pointer;
}

/* Suivi */

#centre .suivi {
	border-top: 1px solid #dedede;
	padding: 4px;
	height: 13px;
}

#centre .suivi .ep_vote {
	float: right;
}

#centre .suivi.episode {
	padding-left: 10px;
}

#centre .suivi.saison {
	background: #fafafa;
}

#centre .suivi .nom {
	float: left;
}

#centre .suivi .actions {
	float: right;
	margin-top: 1px;
}

#centre .suivi .actions img, #centre .suivi .nom img {
	cursor: pointer;
}

#centre .suivi .actions img, #centre .suivi img {
	cursor: pointer;
}

.swrapper a {
	text-decoration: none;
	color: #1a4377;
}

/* Timeline */

#centre .timeline {
	/*border-top: 1px solid #CCC;*/
	position: relative;
}

#centre .timeline #loading {
	position: absolute;
	right: 0;
	bottom: 0;
}

#centre .timeline a {
	text-decoration: none;
	color: #1a4377;
}

#centre .timeline .item {
	/*border-bottom: 1px solid #CCC;*/
	height: 20px;
	margin-top: 3px;
	position: relative;
}

#centre .timeline .item .date {
	float: left;
	margin-left: 5px;
	margin-right: 20px;
	padding-top: 2px;
}

#centre .timeline .item .icone {
	float: left;
	margin-right: 5px;
}

#centre .timeline .item .vovf {
	float: left;
	margin-right: 5px;
	padding-top: 2px;
	font-weight: bold;
	color: #999;
}

#centre .timeline .item .details {
	float: left;
	padding-top: 2px;
	width: 715px;
	overflow: hidden;
	height: 17px;
}

#centre .timeline .item .details .intellidate {
	color: #cccccc;
}

#centre .timeline .item .details a.no {
	color: #333;
}

#centre .timeline .item .details a.alerte {
	display: block;
}

#centre .timeline .item .details a.alerte:hover {
	text-decoration: underline;
}

#centre .timeline .item .download {
	position: absolute;
	right: 0;
	text-align: right;
	padding-top: 2px;
	overflow: hidden;
	height: 17px;
}

/* Stats membre */

#centre #stats {
	margin: 10px auto;
	float: left;
}

#centre #stats ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 600px;
}

#centre #stats ul li {
	color: #555;
	padding: 4px;
	border-bottom: 1px solid #999999;
}

#centre #stats ul li.odd {
}

#centre #stats ul li.even {
}

/* Compte Episodes */

a#ce_toggle {
	color: #444;
	background: url('/images/srt.png') 6px 6px no-repeat #eeeeee;
	padding: 6px;
	padding-left: 28px;
	margin-left: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

a#ce_toggle:hover {
	text-decoration: underline;
}

a.hl#ce_toggle {
	font-weight: bold;
}

/* Ep à voir */

.splash_links {
	padding: 3px 0;
}

.splash_links .button {
	float: left;
	width: 210px;
}

.splash_links .label {
	float: left;
	padding: 6px 0 0 6px;
}

.splash_links .button a {
	float: right;
	color: #444;
	background: url('/images/srt.png') 6px 6px no-repeat #eeeeee;
	padding: 6px;
	padding-left: 28px;
	margin: 0 6px 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

.ep_avoir:hover {
	text-decoration: underline;
}

/* Saisons */

a.ss_toggle {
	color: #444;
	background: url('/images/tag_blue.png') 6px 5px no-repeat #eeeeee;
	padding: 6px;
	padding-left: 28px;
	margin-left: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

a.ss_toggle:hover {
	text-decoration: underline;
}

a.hl.ss_toggle {
	font-weight: bold;
}

a.sss_toggle {
	color: #444;
	background: url('/images/tag_blue.png') 6px 5px no-repeat #eeeeee;
	padding: 6px;
	padding-left: 28px;
	margin-left: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

a.sss_toggle:hover {
	text-decoration: underline;
}

a.hl.sss_toggle {
	font-weight: bold;
}

/* Alertes */

#centre .alertes {
	margin: 15px;
	text-align: center;
}

#centre .alertes select {
	border: 1px solid #999;
	width: 250px;
	height: 200px;
}

#centre .alertes select option {
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	padding: 2px;
}

#centre .alertes select.gauche {
	background: #f0f0f0;
}

#centre .alertes select.droite {
	background: #e5ffd3;
}

#centre .alertes img {
	margin-bottom: 30px;
	cursor: pointer;
}

#centre .alertes#mail #subslang {
	text-align: left;
	margin: 15px 55px;
}

/* FAQ */

#centre p.question {
	background: url(/images/faq_question.png) no-repeat;
	padding-left: 20px;
	font-weight: bold;
}

#centre p.reponse {
	background: url(/images/faq_reponse.png) no-repeat;
	padding-left: 20px;
}

#centre ul li.reponse {
	margin-bottom: 10px;
}

#centre .reponse strong {
	background: #FFF991;
	padding: 0 4px;
	font-weight: normal;
}

/* Boxes */

.box {
	background: #f3f3f3;
	padding: 8px;
	position: absolute;
	z-index: 1;
}

.box.hidden {
	display: none;
}

.box.right {
	border-right: 1px solid #b8b8b8;
	text-align: right;
}

.box.left {
	border-left: 1px solid #b8b8b8;
	text-align: left;
}

.box.top {
	border-top: 1px solid #b8b8b8;
	text-align: left;
}

.box.top.srt {
	border: 1px solid #b8b8b8;
	text-align: left;
}

.box.top.menu {
	border: 1px solid #b8b8b8;
	text-align: left;
}

.box.top.menu ul {
	list-style-type: none;
}

.box.top.menu ul li {
	width: 150px;
}

.box.top.menu ul li a {
	display: block;
	background: none;
	border: 0;
}

.box.bottom {
	border-bottom: 1px solid #b8b8b8;
	text-align: left;
}

.box .content {
	position: relative;
}

.box.right .content img {
	position: absolute;
	right: -13px;
	bottom: 0;	
	border: 0;
}

.box.top .content img {
	position: absolute;
	top: -13px;	
	left: 0;
	border: 0;
}

.box.top.srt .content img {
	position: absolute;
	top: -28px;	
	left: 0;
	border: 0;
}

.box.top.vote .content img {
	position: absolute;
	top: -20px;	
	left: 0;
	border: 0;
}

/* Footer */

.pub {
	height: 15px;
}

.footer {
	margin: 8px 8px 0 0;
	float: right;
	color: #666666;
	text-decoration: none;
	padding: 2px 6px;
	text-shadow: 0 1px #eeeeee;
}

/*.footer p {
	padding: 3px 15px;
	font-size: 90%;
	text-align: right;
	background: #ffffff;
	float: right;
}*/

.footer p a {
	color: #666666;
}

.nouvelleversion {
	position: fixed;
	bottom: 5px;
	right: 5px;
}

.nouvelleversion img {
	border: 1px solid #999999;
}

.breadcrumb {
	float: left;
	margin: 8px 0 8px 0;
	padding: 3px;
}

.breadcrumb a {
	border: 1px solid #999999;
	background: #cccccc;
	color: #666666;
	text-decoration: none;
	padding: 2px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 1px #eeeeee;
}

.breadcrumb .links {
	display: none;
	float: left;
}

.breadcrumb a:hover {
	color: #333333;
	border: 1px solid #666666;
}

.account_links {
	float: right;
	margin: 8px 0 8px 0;
	padding: 3px;
	position: relative;
}

.account_links a {
	border: 1px solid #999999;
	background: #cccccc;
	color: #666666;
	text-decoration: none;
	padding: 2px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 1px #eeeeee;
}

.account_links .expanded {
	display: block;
	float: left;
}

.account_links .contracted {
	display: none;
	float: left;
}

.account_links a:hover {
	color: #333333;
	border: 1px solid #666666;
}

.account_links a.logout {
	margin-left: 4px;
}

.account_links a.logout:hover {
	background: #9e3d3d;
	color: #ffffff;
	text-shadow: none;
}

#centre .timeline .flag {
	padding: 0 4px;
	margin: 0 3px;
	font-weight: bold;
	background: #d9d9d9;
	color: #ffffff;
	font-size: 11px;
}

#centre .timeline .flag.on {
	color: #666666;
	background: #dff6c3;
}

#centre .timeline .flag.all {
	color: #ffffff;
	background: #3e6eb6;
}

/* Nouvelle page d'accueil */

.share {
	width: 186px;
	float: left;
}

.share .infos {
	padding-left: 10px;
	text-align: center;
}


.decouverte_button {
	float: left;
	margin: 15px 0 30px 45px;
	padding: 6px 9px 6px 35px;
	font-size: 17px;
	color: #000000;
	background: url(/images/splash_inscription.png) 6px 3px no-repeat #B2DEFF;
	border: 1px solid #616E84;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.decouverte_button:hover {
	text-decoration: underline;
}

.inscription_button {
	float: right;
	margin: 15px 45px 30px 0;
	padding: 6px 9px 6px 35px;
	font-size: 17px;
	color: #000000;
	background: url(/images/splash_inscription.png) 6px 3px no-repeat #DFFFB0;
	border: 1px solid #398022;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.inscription_button:hover {
	text-decoration: underline;
}

.presentation {
	font-size: 19px;
}

input.firstname {
	display: none;
}