body {
  font-family:"trebuchet ms",verdana,sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #333333;
}

input[type=checkbox]{
	height:15px;
	overflow:hidden;
	white-space:nowrap;
	width:15px;
}

input[disabled],
textarea[disabled]{
	background:#ccc;
}

label{
	font-weight:normal;
}

.cust-table {
	background-color:#f6f6f6;
}

.icon_scrape {
	float: left;
    text-align: center;
    border-radius: 3px;
}

.t-sources {
    color: green;
    width: 60px;
}

.t-clients {
    color: red;
    width: 60px;
}

.bloc-rss {
	background-color:#fff;
	border:1px solid #ddd;
	color:#333;
	position:absolute;
	margin-top:16px;
	padding: 6px 0 6px 0;
	width:328px;
	text-align:center
}

.entete-recherche{
	float:right;
	margin-top:-94px;
	margin-right:10px;
}

.entete-recherche p{
	color:#eeeeee;
	font-size:13px;
	margin-top:3px;
}

.entete-recherche a{
	color:#eeeeee;
	font-size:13px;
}

.entete-recherche a:hover{
	color:#eeeeee;
}

.entete-recherche a:visited{
	color:#eeeeee;
}

.entete-recherche input{
	border:1px solid #999999;
	font-size:16px;
	font-weight:normal;
	height:50px;
	padding-left:15px;
	width:350px;
}

.entete-recherche button{
	background:#ffffff url("../img/sprites.png") no-repeat;
	background-position:-180px 0;
	border:1px solid #999999;
	height:50px;
	padding:0;
	vertical-align:bottom;
	width:50px;
}

.annonce{
	font-weight: bold;
    font-size: 18px;
    padding: 5px;
	text-align:center;
    background: #eeeeee;
    border-bottom: 1px solid #ddd;
}

.annonce a{
	color:#990000;
}

#contenu{
   width:100%;
   position: relative;
}

#conteneur {
    width: 1356px;
    margin: 0 auto;
    position: relative;
}

#header {
    width: 100%;
	float: left;
	margin-top: 6px;
	border: 1px solid #999999
}

#header2 {
    width: 940px;
	margin: auto;
	margin-top: 6px;
	border: 1px solid #999999;
}

#menu {
	background-color:#333333;
    width: 100%;
    float: left;
	height: 47px;
	margin: -13px 0 0 0;
	border-top: 1px solid #999999;
}
#menu ul {
	margin-left: -40px;
}
#menu ul li {
    float: left;
    list-style: none;
    padding: 0 12px 0 12px;
    height: 46px;
    line-height: 44px;
	font-family:"trebuchet ms",verdana,sans-serif;
}
#menu ul li:hover {
    background-color:#555555;
}
#menu a {
    color: #eee;
    font-size: 17px;
    width: 100%;
    height: 100%;
    display: block;
}

#menu a:link {
    text-decoration:none;
}

#menu a:hover{}

#banner1 {
    width: 1320px;
    margin: 0 auto;
    text-align: center;
    float: left;
    margin-top: 0;
	height: -50px;
}

#logo {
	background-color: #333333;
    height: 104px;
    display: block;
	margin-bottom: 14px;
	padding: 2px 0 0 4px;
}

#ariane {
	background-color: #fafafa;
	font-family:"trebuchet ms",verdana,sans-serif;
    width: 100%;
	height:28px;
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
	padding-top:4px;
	margin-top:33px;
    text-indent: 20px;
}

#ariane2 {
	background-color: #fafafa;
	font-family:"trebuchet ms",verdana,sans-serif;
    width: 100%;
	height:28px;
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
	padding-top:4px;
    text-indent: 20px;
}

.account{
   font-size: 15px;
   margin-top: -174px;
   margin-left: 110px;
   margin-bottom: 110px;
}

.catparent {
  font-size: 15px;
  font-weight : bold;
  margin: 0 0 0 6px;
  margin-bottom: 4px;
}

.subcat {
  font-size: 12px;
  font-weight : bold;
  margin-left: 30px;
  line-height: 0.8;
  margin-top: 5px;
}

.subcatch {
  font-size: 12px;
  font-weight : bold;
  margin-left: 27px;
  line-height: 1.1;
  margin-top: 5px;
  color: #CC0000;
}

.subcatch a {
  color: #CC0000;
}

.subcatch a:hover {
  color: #CC0000;
}

.publicite{
  width:76%;
  margin-top:10px;
  padding-top: 4px;
  background-color: #fafafa;
  border: 1px solid #dddddd;
  text-align: center;
}

.pub{
  width: 76%;
  text-align: center;
}

.error{
  font-size: 28px;
  margin-top: 50px;
  font-weight: bold;
  text-align: center;
}

.errors{
  font-size:16px;
  margin-bottom:40px;
  text-align: center;
}

.catparent{
  background-color: #fff;
  font-weight : bold;
  font-size: 15px;
  margin-top: 2px;
}

.subcat{
  background-color: #fff;
  font-weight : bold;
  font-size: 12px;
  margin-left: 24px;
  padding: 2.5px
}

.base-block {
    /* background-color: #FFFFFF; #eeeeee */
    background-color: #fff;
	width:76%;
}

.base-block .title {
    background-color: #333333;
    color: #eee;
    margin: 8px 0;
    padding: 7px 9px 4px;
    position: relative;
	font-size: 18px;
	height: 35px;
	width:100%;
	font-weight : bold;
}

.base-block .title a {
    color: #eeeeee;
}

.bloc-border{
   border-top : 1px solid #ddd; 
   margin-top: 1px;
}

.bloc-faceb{
  background-color: #fff;
  padding: 8px;
  text-align: center; 
}

.bloc-torrent{
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 12px;
    position: absolute;
	margin-top: 10px;
	margin-left: 74%;
	width:342px;
	font-weight : bold;
}

.bloc-torrent .title {
    background-color: #333333;
	font-family:"trebuchet ms",verdana,sans-serif;
    color: #eee;
    font-size: 18px;
    left: 0px;
    padding: 5px 9px 4px;
	width:100%;
	font-weight : bold;
}

.block-account {
    /* background-color: #FFFFFF; #eeeeee */
    background-color: #333333;
    color: #fff;
    margin: 8px 0;
    padding: 7px 9px 4px;
    position: relative;
	font-size: 16px;
	height: 35px;
	width:100%;
	font-weight : bold;
}

.block-membres {
    /* background-color: #FFFFFF; #eeeeee */
    background-color: #fff;
    color: #444;
    margin: 8px 0;
    padding: 0px 90px 0px;
    position: relative;
	font-size: 14px;
	width:100%;
}

.block-details {
    /* background-color: #FFFFFF; #eeeeee */
    background-color: #333333;
	font-family:"trebuchet ms",verdana,sans-serif;
    color: #fff;
    margin: 11px 0;
    padding: 5px 9px 4px;
    position: relative;
	font-size: 18px;
	height: 35px;
	width:102%;
	font-weight : bold;
}

.block-detail {
    /* background-color: #FFFFFF; #eeeeee */
    background-color: #333333;
	font-family:"trebuchet ms",verdana,sans-serif;
    color: #fff;
    margin: 11px 0;
    padding: 5px 9px 4px;
    position: relative;
	font-size: 18px;
	height: 35px;
	width:76%;
	font-weight : bold;
}

.block-detail a {
    color: #eee;
}

.block-detail a:hover {
    color: #eee;
}

.block-detail .title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 614px;
    color: #eee;
    left: 0px;
	height: 35px;
	width:100%;
}

.block-detail .title a {
    color: #eee;
    left: 0px;
	height: 35px;
	width:100%;
	text-decoration: none;
}

.block-comment {
    color: #444;
    margin: 11px 0;
	text-align: center;
	font-size: 15px;
	width:73%;
}

.base-lobarre {	
   background: linear-gradient(#333, #404040 10px, #333 20px);
   padding:10px 0;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   text-align:center;
   color:#FFF;
   background-attachment: fixed;
   font-size:30px;
   min-width: 1320px;
}

.bouton-down {
	margin: -122px -200px 20px 60px;
	float:right;
	color:#fff;
	text-decoration:none;
}

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

.bouton-down a:link {
	color:#fff;
	text-decoration:none;
}

.bouton-down a:hover {
	color:#fff;
	text-decoration:none;
}

.bouton-down a:active {
	color:#fff;
	text-decoration:none;
}

.download  {
  background-color: #fafafa;
  height: 80px;
  width:100%;
  border: 1px solid #dddddd;
}

.btn-download {
	margin:8px 0 0 6px;
}

.btn-magnet {
	margin:-60px 0 0 256px;
}

.infos {
	background:#f7f7f7;
	height:150px;
	padding:24px 0px 0px 20px;
	margin-bottom:10px;
	color:#444;
	border:1px solid #dddddd;
	width:76%;
	font-size:14px;
	font-weight:bold;
	line-height:180%;
}

.sep2 {
    width: 770px;
    float: left;
    margin-left: 10px;
    height: 1px;
    background: #f7f7f7;
    margin-top: 15px;
}

.cover {
    float: left;
    display: block;
    margin: 18px 0 0 16px;
    width: 146px;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.cover:hover {
    color: #333;
}

.fb_btn {
   height:58px;
   display:block; 
   float:right; 
   margin:0 20px 0 0;
   margin-top: 10px;
}

.visible-desktop{
   padding: 10px 0 0 10px;
}

.sorted {
   background-color:#fafafa
}

div.dataTables_length label {
	float: left;
	text-align: left;
}

div.dataTables_length select {
	width: 75px;
}

div.dataTables_filter label {
	float: right;
		padding-left: 20px;
}

div.dataTables_info {
	padding-top: 8px;
	padding-left: 20px;
}

div.dataTables_paginate {
	float: right;
	margin: 0;
}

table.tables {
	clear: both;
	width: 102%;
	margin-bottom: 6px !important;
	max-width: none !important;
	border-radius: 6px;
	margin-top: 6px;
	border: 1px solid #eee;
}

table.table {
	clear: both;
	margin-bottom: 6px !important;
	max-width: none !important;
	border-radius: 6px;
	margin-top: 6px;
	border: 1px solid #dddddd;
}	

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
}

table.table thead .sorting { background: url('../img/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('../img/sort_desc.png') no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url('../img/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('../img/sort_desc_disabled.png') no-repeat center right; }

table.dataTable th:active {
	outline: none;
}

/* Scrolling */
div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot table {
	border-top: none;
}

/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
	background-color: #08C;
	color: white;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
	background-color: #0075b0 !important;
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
	cursor: pointer;
	*cursor: hand;
}

div.DTTT .btn {
	color: #333 !important;
	font-size: 12px;
}

div.DTTT .btn:hover {
	text-decoration: none !important;
}


ul.DTTT_dropdown.dropdown-menu a {
	color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: white !important;
}

/* TableTools information display */
div.DTTT_print_info.modal {
	height: 150px;
	margin-top: -75px;
	text-align: center;
}

div.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

div.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}



/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
table.DTFC_Cloned tr.even {
	background-color: white;
}

div.DTFC_LeftHeadWrapper table {
	margin-bottom: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.DTFC_LeftBodyWrapper table {
	border-top: none;
	margin-bottom: 0 !important;
}

div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
	border-top: none;
}

div.DTFC_LeftFootWrapper table {
	border-top: none;
}

#prenium {
	top: 15px;
	width: 100%; /* 642px including padding and border */
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #ccc;
	overflow:auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
#prenium img {
    width:100px;
    height:100px;
    float:left;
    margin-right:20px;
} 

#torrentsdesc {
   background-color: #eeeeee;
   border: 1px solid #dddddd;
   width: 76%;
   font-size: 16px;
   top: 20px;
   padding: 6px;
   color: #000000;
   overflow:auto;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
}  

  #torrentsimage {	  
   top: 20px;
   margin: 0 auto;
   padding: 0px;
   margin-top: 4px;
   overflow:auto;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
}

#torrentsimage img {
    height:302px;
	width:226px;
    float:left;
	padding:2px;
    margin-right:8px;
	border: 1px solid #7b7b7b;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

 #lineheit {
   padding-top: 4px;
}

.lineheit {
   font-weight:bold;
   margin-top: 2px;
   font-size: 16px;
}

.lineheit1 {
   margin-top: 6px;
}

.rss {
	float:right;
	color: #ffffff;
	margin-top:2px
}

.icon_desc {
	border-color:#fff;
	background:rgba(0,0,0,.07);
	padding:3px;
	margin:-6px 0 3px 0;
	border-radius:3px;
	border: 1px solid #dedede;
}

.icon_date {
	float:right;
	text-align:center;
	border-color:#fff;
	background:rgba(0,0,0,.07);
	padding:1px 3px;
	width:108px;
	margin:-4px 315px 3px 0;
	border-radius:3px;
	border: 1px solid #dedede;
}

.icon_share a {
	float: right;
    text-align: center;
    background: rgba(0, 0, 0, .07);
    padding: 1px 3px;
    margin: -4px 4px 1px 0;
    width: 84px;
	height: 25px;
    border-radius: 3px;
    border: 1px solid #dedede;
}

.icon_like {
	float: right;
    text-align: center;
    margin: -2px 554px -23px 0;
    width: 209px;
    border-radius: 3px;
}

.icon_stream {
	float: right;
    text-align: center;
    background: rgba(0, 0, 0, .07);
    margin: -4px 515px -22px 0;
	padding-left: 34px;
    width: 170px;
    border-radius: 3px;
    border: 1px solid #dedede;
}

.icon_stream button {
	border:none;
	border-radius:3px;
}

.pulse {
	cursor: pointer;
	box-shadow: 0 0 0 rgba(128, 128, 128, 0.3);
	animation: pulse 1s infinite;
}

.pulse:hover {
	animation: none;}@-webkit-keyframes pulse {0% {-webkit-box-shadow: 0 0 0 0 rgba(128, 128, 128, 0.3);}90%{-webkit-box-shadow: 0 0 0 10px rgba(128, 128, 128, 0);}100%{-webkit-box-shadow: 0 0 0 0 rgba(128, 128, 128, 0);}}@keyframes pulse {0% {-moz-box-shadow: 0 0 0 0 rgba(128, 128, 128, 0.3);box-shadow: 0 0 0 0 rgba(128, 128, 128, 0.3);}90%{-moz-box-shadow: 0 0 0 10px rgba(128, 128, 128, 0);box-shadow: 0 0 0 10px rgba(128, 128, 128, 0);}100%{-moz-box-shadow: 0 0 0 0 rgba(128, 128, 128, 0);box-shadow: 0 0 0 0 rgba(128, 128, 128, 0);}
}

#pied-de-page{
	background-color:#eeeeee;
	color:#eee;
	padding-top:26px;
	height:50px;
	text-align:center;
	width:100%;
}

#pied-de-page a{
	color:#fff;
}

#dernierstorrents {
	float:left;
	width:998px;
	margin-top:30px;
	background:#ffffff;
	padding:0 0 20px;
	font-size:13px
}

#titre {
	margin:0 0 10px;
	color:#428bca;
	font-weight:700;
	font-size:24px;
	background:#fff;
	padding:3px 10px;
	width:50%;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

li {
  list-style:none;
}

ol.simple_with_drop_left li.placeholder {
  position: relative;
  list-style:none;
  /** More li styles **/
}
ol.simple_with_drop_left li.placeholder:before {
  position: absolute;
  list-style:none;
  /** Define arrowhead **/
}
 
ol.simple_with_drop_right li.placeholder {
  position: relative;
  list-style:none;
  /** More li styles **/
}
ol.simple_with_drop_right li.placeholder:before {
  position: absolute;
  list-style:none;
  /** Define arrowhead **/
}
.listing-home{
   background-color: #FFFFFF;  
   border-bottom: 1px solid #999999;
   margin: 0px 0;
   padding: 1px 34px 0 6px;
   min-height: 300px;
   width: 100%;
}

.listing-torrent{
   background-color: #FFFFFF;  
   border-bottom: 1px solid #999999;
   margin: 0px 0;
   padding: 1px 34px 0 6px;
   min-height: 2090px;
   width: 100%;
}

.listing-registre{
   background-color: #FFFFFF;      
   margin: 0px 0;
   padding: 0px 19px 14px;
   min-height: 1020px;
   width: 101%;
}

.listing-account{
   background-color: #FFFFFF;      
   margin: 0px 0;
   padding: 1px 19px 1px;
   width: 100%;
}

.listing-detail{
   background-color: #FFFFFF;
   border-bottom: 1px solid #999999;
   margin: 0px 0;
   padding: 1px 34px 0 6px;
   min-height: 2090px;
   width: 100%;
}

.listing-found{
   background-color: #f7f7f7;
   border-bottom: 1px solid #999999;
   margin: 0px 0;
   padding-bottom: 80px;
   min-height: 140px;
   width: 100%;
}

.listing-cat{
   background-color: #FFFFFF;      
   margin: 0px 0;
   padding: 1px 19px 14px;
   min-height: 450px;
   width: 100%;
}

.subnav {
	margin-top: 13px;
	margin-bottom: 20px;
	width: 100%;
	height: 36px;
	background-color: #eeeeee; /* Old browsers */
	background-repeat: repeat-x; /* Repeat the gradient */
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
	background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
	background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
 
.subnav .nav {
	margin-bottom: 0;
}
 
.subnav .nav > li > a {
	margin: 0;
	padding-top:    11px;
	padding-bottom: 11px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
 
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
	padding-left: 13px;
	color: #777;
	background-color: #e9e9e9;
	border-right-color: #ddd;
	border-left: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
 
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
	border-top-color: #777;
}
 
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
	border-left: 0;
	padding-left: 12px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
 
.subnav .nav > li:last-child > a {
	border-right: 0;
}
 
.subnav .dropdown-menu {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.right {
	float:right;
	margin-right: 10px;
}

.riscrape {
	float:right;
	margin-top: -4px;
}

#retour{
	float: left;
	color:#ffffff;
	overflow: hidden;
	text-align: center;
	position: absolute;
	margin:-18px 0 0 -140px;
}

.textarea {
	width: 708px;
}

.trusted{
	border:3px dashed #333333; 
	background-color:#eeeeee; 
	margin-top:10px;  
	width:76%;
}

.btn-speed {
    margin: 54px 0 10px 507px;
    position: absolute;
    z-index: 1;
}

.banner-box {
  background-color: #ffffff;
}

.banner-box a {
  font-size: 15px;
}

.banner-box ul {
  padding: 6px 0 0 0;
  margin-bottom:-1px;
}
.banner-box li {
  list-style: none;
  border: 1px solid #dddddd;
  float: left;
  height: 320px;
  margin-left: 6px;
  margin-right: 2px;
  width: 185px;
}

.banner-box li:first-child {
 
}
.banner-box li a {
  display: block;
}
.banner-box li a:hover {
  opacity: 0.9;
}
.banner-box li img{
  display: block;
  width: 100%;
  height:200px;
}
.banner-box .bx-wrapper img {
  width: 100%;
}
.banner-box li span {
  background-color: #d1d1d1;
  color: #3f3f3f;
  float: left;
  font-family: 'Oswald Regular', sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  width: 100%;
  height:60px;
}
.banner-box li a:hover span {
  text-decoration: underline;
}
.banner-box.series li a {
  position: relative;
}
.banner-box.series li .slider-series-caption {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  height: 30px;
  left: 0;
  padding-left: 14px;
  padding-right: 12px;
  padding-top: 9px;
  position: absolute;
  width: 100%;
  color: #fff;
  font: 13px/1 "Oswald Regular",sans-serif;
}
.banner-box.series li .slider-series-caption .left {
  float: left;
}
.banner-box.series li .slider-series-caption .right {
  display: block;
  float: right;
}

.banner-bax {
    margin: 10px 0 0 12px;
    position: absolute;
	width: 160px;
}

li .banner-bax img {
    margin: 261px 0 0 62px;
    position: absolute;
	width: 75px;
	height: 14px;
}

.banner-bux {
    margin: 290px 0 0 3px;
	border-top: 1px solid #dddddd;
	padding-top: 7px;
    position: absolute;
	width: 174px;
}

.banner-bux a {
    color: #CC0000;
	font-weight: bold;
	width: 160px;
	font-size:12px;
}

.banner-bux a:hover {
    color: #CC0000;
}

.banner-bix {
	margin: -18px 0 0 0;
	float:right;
    color: #408bea;
	font-weight: bold;
	font-size:12px;
}

.banner-note {
    margin: 268px 0 0 156px;
    position: absolute;
}

.banner-title {
    font-family: trebuchet ms,verdana,sans-serif;
	font-size:14px;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #dddddd;
  transform-origin: bottom center;
  transition: transform 0.35s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom center;
}

.maximum {
    white-space: nowrap;
	font-weight: bold;
    width: 714px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0 6px;
}

.catall{padding:0 0 3px 6px;line-height: 2px;font-size:15px}
.souscat1{background-color:#f6f6f6;padding:3px 0 3px 6px;line-height: 2px;border-top:1px solid #ddd;border-bottom: 1px solid #ddd;font-size:15px}
.souscat2{background-color:#fff;padding:3px 0 3px 6px;line-height: 2px;font-size:15px}

.title_star{float: right;margin-right: -29px;color: #f5f5f5;}
.title_films{background-color:#f5f5f5;border:1px solid #ddd;border-right:23px solid #408bea;color:#408bea;margin:5px 0;padding:2px 7px 4px;position:relative;font-size:18px;height:32px;width:100%;font-weight:700}
.title_series{background-color:#f5f5f5;border:1px solid #ddd;border-right:23px solid #f29600;color:#f29600;margin:5px 0;padding:2px 7px 4px;position:relative;font-size:18px;height:32px;width:100%;font-weight:700}
.title_animes{background-color:#f5f5f5;border:1px solid #ddd;border-right:23px solid #e36833;color:#e36833;margin:5px 0;padding:2px 7px 4px;position:relative;font-size:18px;height:32px;width:100%;font-weight:700}
.title_musiques{background-color:#f5f5f5;border:1px solid #ddd;border-right:23px solid #28a745;color:#28a745;margin:5px 0;padding:2px 7px 4px;position:relative;font-size:18px;height:32px;width:100%;font-weight:700}
.title_logiciels{background-color:#f5f5f5;border:1px solid #ddd;border-right:23px solid #894ccc;color:#894ccc;margin:5px 0;padding:2px 7px 4px;position:relative;font-size:18px;height:32px;width:100%;font-weight:700}
.title_jeux{background-color:#f5f5f5;border:1px solid #ddd;border-right:23px solid #e13c5b;color:#e13c5b;margin:5px 0;padding:2px 7px 4px;position:relative;font-size:18px;height:32px;width:100%;font-weight:700}
.title_ebooks{background-color:#f5f5f5;border:1px solid #ddd;border-right:23px solid #f3c13c;color:#f3c13c;margin:5px 0;padding:2px 7px 4px;position:relative;font-size:18px;height:32px;width:100%;font-weight:700}

.maximums{white-space: nowrap;font-weight: bold;width: 577px;text-overflow: ellipsis;overflow: hidden;}
.maxi{white-space:nowrap;width:710px;text-overflow: ellipsis;overflow:hidden}

.onivid1 {background-color: #ffffff;position: absolute;margin:-52px 0 0 280px;padding: 6px 0 6px 0;height: 20px;width: 20px;}
.onivid2 {background-color: #ffffff;position: absolute;margin:-282px 0 0 316px;padding: 6px 0 6px 0;height: 20px;width: 20px;}

.truster{background-color: #eeeeee;border: 1px dashed #333333;text-align:center;font-size:18px;font-weight:bold;margin-top:5px;padding:6px 0 6px 0;width:76%}
.truster a{color:#008800;text-align:center;font-size:18px;font-weight:bold;margin-top:5px;width:76%}

.keyword {background-color:#f6f6f6;border:1px solid #dddddd;padding:6px 0 6px 0;width:76%}
.keyword a{background-color:#dddddd;border:1px solid #bbbbbb;line-height: 30px;font-size:12px;padding:4px;margin:4px;}

.tags {background-color:#f6f6f6;border:1px solid #dddddd;margin-top:1144px;text-align: center;padding:6px 0 6px 0;width:330px}
.tags a{background-color:#dddddd;border:1px solid #bbbbbb;line-height: 30px;font-size:12px;padding:4px;margin:1px;}

.t-details{border-bottom:1px dashed #999;display:block;padding:2px;width:100%;vertical-align:middle}
.t-details div{display:inline-block;text-align:center;margin:10px 0;vertical-align:middle}
.t-details:last-child{border:none}
.t-details:nth-child(3n+1){background:#f8f8f8}
.t-rls{white-space: nowrap;width: 680px;overflow: hidden;text-overflow: ellipsis}
.text-left{text-align:left!important}

.Films:before {content: "\f03d"; font-family: FontAwesome;font-style: normal;font-weight: normal;}
.Films {color: #408bea;}
.Séries:before {content: "\f26c"; font-family: FontAwesome;font-style: normal;font-weight: normal;}
.Séries {color: #f29600;}
.Animes:before {content: "\f108"; font-family: FontAwesome;font-style: normal;font-weight: normal;}
.Animes {color: #df5f16;}
.Musiques:before {content: "\f001"; font-family: FontAwesome;font-style: normal;font-weight: normal;}
.Musiques {color: #28a745;}
.Logiciels:before {content: "\f109"; font-family: FontAwesome;font-style: normal;font-weight: normal;}
.Logiciels {color: #894ccc;}
.Jeux-PC:before {content: "\f11b"; font-family: FontAwesome;font-style: normal;font-weight: normal;}
.Jeux-PC {color: #c94b6c;}
.Jeux-Consoles:before {content: "\f11b"; font-family: FontAwesome;font-style: normal;font-weight: normal;}
.Jeux-Consoles {color: #c94b6c;}
.Ebooks:before {content: "\f02d"; font-family: FontAwesome;font-style: normal;font-weight: normal;}
.Ebooks {color: #f3c13c;}
.Vidéos:before{content:"\f008"; font-family: FontAwesome;font-style: normal;font-weight: normal;}
.Vidéos {color: #AAAA77;}
.Sports:before{content:"\f433"; font-family: FontAwesome;font-style: normal;font-weight: normal;}
.Sports {color: #009999;}
.Livres:before {content: "\f02d"; font-family: FontAwesome;font-style: normal;font-weight: normal;}
.Livres {color: #f3c13c;}
.Applications:before{content:"\f10b"; font-family:FontAwesome; font-style:normal; font-weight: normal;}
.Applications {color: #b03b72;}
.Porno:before{content:"\f0fe"; font-family:FontAwesome; font-style:normal; font-weight: normal;}
.Porno {color: #f38afb;}

.Accueil:before {content: "\f015"; font-family: FontAwesome;font-style: normal;font-weight: normal;}
.Accueil {color: #CC9966;}
.Top:before {content: "\f005"; font-family: FontAwesome;font-style: normal;font-weight: normal;}
.Top {color: #CC9966;}
.Derniers:before {content: "\f005"; font-family: FontAwesome;font-style: normal;font-weight: normal;}
.Derniers {color: #CC9966;}

.Info:before {content: "\f05a"; font-family: FontAwesome;font-style: normal;font-weight: normal;}
.Info {color: #CC9966;}
.Christmas:before{content:"\f1bb";font-family:FontAwesome;font-style:normal;font-weight:400}
.Clock:before{content:"\f017";font-family:FontAwesome;font-style:normal;font-weight:400}
.notfound:before{content:"\f119";font-family:FontAwesome;font-style:normal;font-weight:400}
.fa-arrow-right:before{content:"\f061";font-family:FontAwesome;font-style:normal;font-weight:400}
.fa-bars:before{content:"\f0c9";font-family:FontAwesome;font-style:normal;font-weight:400}
div.newsWrapper{margin:auto;background-color: #f7f7f7;}
.newsWrapper div.announce{text-align:left;font-size: 17px;overflow:hidden;padding: 10px 0 10px;}
.newsWrapper p{color:#012038;text-align:left}
.accordion{padding:0!important;margin:8px auto}
.accordion>div{display:none;background:#f7f7f7;margin:0;padding:4px}
.favoris{text-align:center;padding-bottom:35px;background-color:#f7f7f7;padding:20px 260px 30px 260px}
.but{float:left;width:100%}
.but a{background:#282828;font-size:26px;padding:15px 25px;border-radius:10px;height:auto;white-space:normal;color:#fff;display:table;margin:30px auto 20px}
.but a:hover{background:#282828;font-size:26px;padding:15px 25px;border-radius:10px;height:auto;white-space:normal;color:#fff;display:table;margin:30px auto 20px}

#subButton {
	background-color: #eeeeee;
	margin:10px 0 20px 0;
	height: 50px;
	width: 180px;
	font-size: 20px;
	color: #006699;
	font-weight: bold;
}

.downtorrent {
    display: inline-block;
    color: #007700;
    font-weight: bold;
    padding: 1px;
    background-color: #007700;
    border-radius: 3px;
}

.downmagnet {
    display: inline-block;
    color: #CC0000;
    font-weight: bold;
    padding: 1px;
    background-color: #CC0000;
    border-radius: 3px;
}

.downpremium {
    display: inline-block;
    color: #408bea;
    font-weight: bold;
    padding: 1px;
    background-color: #408bea;
    border-radius: 3px;
}

.entete-rechercher{
	background:#aaaaaa;
	float:right;
	margin-top:10px;
	margin-right:20px;
	border: 8px solid #282828;
	border-radius: 8px;
}

.entete-rechercher p{
	color:#eeeeee;
	font-size:13px;
	margin-top:3px;
}

.entete-rechercher a{
	color:#eeeeee;
	font-size:13px;
}

.entete-rechercher a:hover{
	color:#eeeeee;
}

.entete-rechercher a:visited{
	color:#eeeeee;
}

.entete-rechercher input{
	font-size:16px;
	font-weight:normal;
	height:50px;
	padding-left:15px;
	width:780px;
}

.entete-rechercher button{
	background:#ffffff url("../img/sprites.png") no-repeat;
	background-position:-180px 0;
	border: 1px solid #282828;
	height:50px;
	padding:0;
	border:0;
	vertical-align:bottom;
	width:50px;
}

.prems {
  display: block;
  padding: 10px 6px 10px 6px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border:1px solid #ccc;
  border-radius:4px
}

.prems2 {
  display: block;
  padding: 10px 6px 10px 6px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width:50%;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border:1px solid #ccc;
  border-radius:4px
}

.share42init {
  margin: 180px 0 0 280px;
}

#ipvpn {
  text-align: center;
  font-family: Tahoma;
  cursor: pointer;
  padding-bottom: 5px;
  clear: both;
}