@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
    background: #E9E9E9 url(http://www.pokemontrash.com/web/bg-forum.jpg) no-repeat 0 40px;
    background-attachment: fixed;
	background-size:cover;
    color: #1b2b3b;
    font: 100% 'Open Sans',Arial,sans-serif;
    margin: 0;
    padding: 0;
}

a {
    color: #069;
    text-decoration: none;
}

a img {
    border: none;
}

a:visited {
    color: #776694;
}

h1 {
    font-size: 2.3em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: inherit;
    border-bottom: #f0f8ff;
    display: block;
    margin: 0;
    padding: 0 0 10px;
}

h1 a {
    color: #236;
}

h2 {
    background: url(http://www.pokemontrash.com/web/navbar.png) no-repeat 0 -1167px;
    display: block;
    text-align: left;
    clear: both;
    line-height: 1;
    font-size: 1.4em;
    font-weight: 700;
    text-shadow: 2px 1px 0 #FFF;
    margin: 10px 0;
    padding: 0;
}

h2 a {
    font-weight: 100;
}

h3 {
    font-size: 14px;
    width: inherit;
    color: #069;
    display: block;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

#container {
    width: 100%;
    position: relative;
    margin: 40px 0 0;
    padding: 0;
}

#header {
    width: auto;
    max-width: 1100px;
    position: relative;
	background:none!important;
    padding: 0;
    margin: 0 auto;
}
#header #logo {
    width: 120px;
    height: 80px;
    display: block;
    background: url(http://www.pokemontrash.com/web/pokemontrash.png) no-repeat;
    text-indent: -5678px;
}
#header .header-menu{
    text-align: center;
    padding: 55px 0 7px 0;
    margin: 0 auto;
}

#header .header-membre{
    margin:0 30px 0 0;
}

#header ul {
    margin: 0 auto;
    width: 100%;
    display: inline;
}

#header li {
    display: inline-block;
    text-align: center;
    margin: 3px;
    background: rgba(0,0,0,0.6);
    border-radius: 3px;
}

#header li:hover {
    background: rgba(0,0,0,0.8);
}

#header li a {
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    padding: 7px 15px;
}

#header .header-membre li:nth-child(2), #header  .header-membre li:nth-child(3) {
    display: none;
}

#main {
    width: auto;
    max-width: 1100px;
    background: #F8F8F8;
    display: block;
    position: relative;
    min-height: 1440px;
    border-radius: 7px;
    border: 1px solid #DCDCDC;
    margin: 0 auto;
}

#article {
    width: auto;
    vertical-align: top;
    line-height: 1.5;
    font-size: .9em;
    max-width: 100%;
    text-overflow: ellipsis;
    padding: 20px 30px 50px 30px;
    margin: 0;
}

#article a {
    color: #255369;
    text-decoration: none;
}

#article img {
    border: none;
    max-width: 100%;
    height: auto;
}

#article iframe {
    max-width: 100%;
}

#footer {
    color: #FFFFFF;
    text-shadow: -1px 0px 2px black;
    font-size: .8em;
    font-weight: 700;
    text-align: center;
    clear: both;
    margin: 0;
    padding: 20px 30px 55px;
}

#footer a,#footer strong {
    color: #FFF9D1;
    cursor: pointer;
}

    #sbar {
        width: 100%;
		max-width: 1100px;
		        text-align: center;
        background: #E9E9E9;
        border-top: 1px dotted #CCC;
        border-bottom: 1px dotted #CCC;
        padding: 10px 0;
        margin: 0 0 20px 0;
    
}

#sbar ul {
    width: 266px; 
    padding: 7px 0 5px 10px;
    margin: 0 auto;
}

#sbar li:nth-child(n+2) {
    list-style-type: none;
    padding: 7px 0;
    margin: 0 3px;
    border-radius: 3px;
    display: inline-block;
}

#sbar a {
    text-decoration: none;
    display: block;
    padding: 0 15px 0 35px;
    font-size: 12px;
    color: #FFF;
    font-weight: 700;
}

#sbar #sbar-menu {
    display: none;
}

#sbar-fb {
    background: #344b7b url(http://www.pokemontrash.com/web/navbar.png) no-repeat 2px -532px;
}

#sbar-twt {
    background: #009ad4 url(http://www.pokemontrash.com/web/navbar.png) no-repeat 2px -500px;
}

#sbar-gp {
    display: inline-block;
    height: 24px;
    width: 80px;
    vertical-align: middle;
}

#nav {
    width: 100%;
    height: 40px;
    background-color: #EAE9E9;
    position: fixed;
    border-bottom: 1px solid #DDD;
    top: 0;
    font-size: .8em;
    vertical-align: middle;
}

#nav:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 30px 0;
    border-color: #EAE9E9 transparent transparent;
    position: absolute;
    text-align: center;
    z-index: 4;
    left: 48.3%;
    top: 40px;
    margin: 0 auto;
}

#nav>ul {
    max-width: 1116px;
    position: relative;
    padding: 0 0 0 10px;
    margin: 0 auto;
}

#nav li {
    color: #0D3355;
    list-style: none;
    display: inline-block;
}

#nav .menu-titre>a {
    font-size: 12px;
    display: block;
    color: #0D3355;
    text-transform: uppercase;
    text-shadow: 0 0 1px #FFF;
    line-height: 14px;
    margin: 0;
    padding: 11px 30px 9px 25px;
}

#nav ul li .menu-titre a {
    padding: 2px 0 2px 25px;
}

#nav ul ul {
    width: 145px;
    height: 0;
    background: #EAE9E9;
    overflow: hidden;
    font-size: 12px;
    box-shadow: 0 4px 2px -2px #AAA;
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin: 0 0 0 -10px;
    padding: 0 0 0 10px;
}

#container .mobile ul ul,#nav ul:hover ul {
    height: 340px;
}

#nav li:hover ul {
    background: #E5E5E5;
}

#nav li:hover a {
    color: #c30;
}

#nav li ul li {
    margin: 7px 0;
    display: block;
}

#nav li ul li a {
    display: block;
    color: #0D3355;
}

#nav .home a {
    width: 28px;
    height: 26px;
    display: block;
    cursor: pointer;
    text-indent: -5678px;
    background: url(http://www.pokemontrash.com/web/navbar.png) no-repeat 0 0;
    padding: 5px 20px 5px 0;
}

#nav .menu1 {
    background: url(http://www.pokemontrash.com/web/navbar.png) no-repeat -6px -39px;
}

#nav .menu2 {
    background: url(http://www.pokemontrash.com/web/navbar.png) no-repeat -6px -69px;
}

#nav .menu3 {
    background: url(http://www.pokemontrash.com/web/navbar.png) no-repeat -6px -100px;
}

#nav .menu4 {
    background: url(http://www.pokemontrash.com/web/navbar.png) no-repeat -6px -141px;
}

#nav .menu5 {
    background: url(http://www.pokemontrash.com/web/navbar.png) no-repeat -6px -173px;
}

#nav .menu6 {
    background: url(http://www.pokemontrash.com/web/navbar.png) no-repeat -6px -207px;
}

#nav .menu7 {
    background: url(http://www.pokemontrash.com/web/navbar.png) no-repeat -6px -239px;
}

#nav .menu8 {
    background: url(http://www.pokemontrash.com/web/navbar.png) no-repeat -6px -271px;
}

#nav .menu9 {
    background: url(http://www.pokemontrash.com/web/navbar.png) no-repeat -6px -320px;
}

#nav .menu10 {
    background: url(http://www.pokemontrash.com/web/navbar.png) no-repeat -6px -293px;
}

#nav .menu11 {
    background: url(http://www.pokemontrash.com/web/navbar.png) no-repeat -6px -323px;
}

#nav .menu12 {
    background: url(http://www.pokemontrash.com/web/navbar.png) no-repeat -5px -357px;
}

#nav li.menu-plus {
    padding: 0 20px 0 0;
}

#nav li.menu-plus:before {
    content: '+';
    font-size: 16px;
    color: #0D3355;
}

#nav .search {
    min-width: 130px;
    width: calc(100% - 815px);
    height: 40px;
    background: #F1F1F1;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    margin: 0 0 0 30px;
    padding: 0;
}

#nav .search input {
    font-size: 12px;
    width: auto;
    color: #666;
    background: 0 0;
    position: relative;
    border-radius: 2px;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 13px 0 12px 13px;
}

#nav .search button {
    background: none no-repeat;
    background-image: url(http://www.pokemontrash.com/web/navbar.png);
    background-position: -2px -399px;
    border: 0;
    position: absolute;
    top: 6px;
    right: 5px;
    cursor: pointer;
    margin: 2px 0 0;
    width: 20px;
    height: 20px;
    z-index: 3;
    padding: 0;
}

#nav .inscription {
    margin: 8px 0;
    cursor: pointer;
    border-radius: 4px;
    font-size: 11px;
    text-transform: uppercase;
    color: #0D3355;
    padding: 5px 10px;
}




.ad-sky {
    text-align: center;
    margin: 0 auto 20px auto;
}

.smalltext,tr.smalltext th {
    font-size: .8em;
}

.middletext {
    font-size: .9em;
    line-height: 1em;
}

.normaltext {
    font-size: 1em;
    line-height: 1.2em;
}

.largetext {
    font-size: 1.4em;
}

.centertext {
    text-align: center;
    margin: 0 auto;
}

.righttext {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.lefttext {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.double_height {
    line-height: 2em;
}

.flow_hidden .windowbg,.flow_hidden .windowbg2 {
    margin-top: 2px;
}

.clear_left {
    clear: left;
}

ul.reset,ul.reset li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#stats {
    margin: 20px 0;
}

#stats .total {
    font-size: 16px;
    margin: 20px 0;
}

#stats a,#stats a:visited {
    color: #555;
}

.navigate_section {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
}

.navigate_section ul {
    display: inline;
    list-style: none;
}

.navigate_section ul li {
    display: inline;
    font-size: 13px;
}

.navigate_section ul li a {
    white-space: pre;
    color: #333;
    padding: 0 3px;
}

.dropmenu {
    margin: 15px auto;
    padding: 0;
}

.dropmenu li {
    height: 25px;
    background: #F9F9F9;
    border: 1px solid #EEE;
    list-style-type: none;
    font-size: 11px;
    font-weight: 700;
    display: inline;
    margin: 0 3px;
    padding: 3px 7px;
}

.pagesection {
    padding: 20px 0;
}

.classer {
    border-bottom: 1px dashed #DDD;
    margin: 4px 0 0;
    padding: 0 0 4px;
}

#moderationbuttons_strip {
    margin: 10px auto;
    float: none !important;
}

.buttonlist {
    margin: 0;
}

.buttonlist li {
    list-style: none !important;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
    padding: 0;
}

.buttonlist li a {
    display: block;
    font-size: 11px;
    color: #666;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    background: #e8e8e8;
    margin-left: 15px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    padding: 9px 15px;
}

.buttonlist li a:hover {
    border: 1px solid #AAA;
}

.buttonlist li a.active {
    background: #c30;
    color: #fff !important;
}

.align_top ul li a,.align_bottom ul li a {
    margin: 0 12px 0 0;
}

#liste_messages {
    border: 2px solid #DDD;
    background: #F5F5F5;
}

.post_wrapper {
    display: block;
    overflow: hidden;
    border-bottom: 1px dotted #CCC;
    padding: 15px;
}

.alternate {
    background: #EEE;
}

.signature {
    max-height: 250px;
    overflow: hidden;
    border-top: 1px solid #ccc;
    line-height: 1.4em;
    font-size: .85em;
    margin: 15px 0 0;
    padding: 15px 0 0;
}

.signature:hover {
    overflow: auto;
}

.signature img {
    max-height: 180px;
}

.poster {
    float: left;
    width: 90px;
    text-align: center;
}

.postarea {
    display: block;
    margin: 0 0 0 120px;
}

.poster h4 {
    font-size: 14px;
    margin: 0;
}

.poster h4,.poster h4 a {
    color: #C30 !important;
}

.poster ul ul {
    margin: .3em 1em 0 0;
    padding: 0;
}

.poster ul ul li {
    display: inline;
}

.poster li.stars,.poster li.avatar,.poster li.blurb,li.postcount,li.im_icons ul {
    margin-top: .5em;
}

.poster li.avatar img {
    max-width: 100% !important;
}

.poster li.warning {
    line-height: 1.2em;
    padding-top: 1em;
}

.poster li.warning a img {
    vertical-align: bottom;
    padding: 0 .2em;
}

.post {
    border-top: 1px dashed #C9C9C9;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    padding: 10px 0 0;
}

.inner {
    border-top: 1px solid #ccc;
    margin: 0 1em 0 0;
    padding: 1em 1em 2px 0;
}

img.smiley {
    vertical-align: bottom;
}

#forumposts .reportlinks {
    margin-right: 1.5em;
    text-align: right;
    clear: right;
}

#profil {
    width: 180px;
    float: left;
    min-height: 600px;
    font-size: 12px;
    margin: 15px 30px 15px 0;
}

#profil img {
    border: 10px solid #FFF;
    box-shadow: 0 0 15px #AAA;
    width: 160px!important;
    height: auto!important;
    margin: 0 0 15px;
}

.content {
    border: 3px solid #ccc;
    margin: 0;
    padding: .5em 1.2em;
}

.cat_bar {
    border: #bab9b9;
    padding-left: 9px;
    overflow: hidden;
    margin-bottom: 1px;
}

.title_bar {
    padding-left: 9px;
    height: 31px;
    overflow: hidden;
    margin-bottom: 1px;
}

.table_grid {
    border-collapse: collapse;
    margin-top: .1em;
    width: 100%;
}

.table_grid th {
    font-size: 11px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px dashed #DDD;
    margin: 0 0 3px;
    padding: 0 0 4px;
}

.table_grid td {
    border-bottom: 1px dashed #ccc;
    padding: 7px 3px;
}

.table_list {
    width: 100%;
    border-collapse: collapse;
}

.table_list tbody {
    border: 2px solid #EAEAEA;
    background: #F1F1F1;
}

.table_list td {
    border-bottom: 1px solid  #E1E1E1;
    min-width: 40px;
    font-size: 13px;
    color: #666;
    vertical-align: top;
    position: relative;
    padding: 6px 3px;
}

.table_grid p, .table_list p {
    padding: 0;
    margin: 3px 0 6px 0;
}

.table_list td:nth-child(3) {
    text-align: center;
}

.table_list td:nth-child(4) {
    width: 25%;
}

.alerte {
    background: url(http://www.pokemontrash.com/club/Themes/default/images/none.png) no-repeat 0 3px;
    vertical-align: top;
    height: 31px;
    padding: 3px 0 0!important;
}

.alerte2 {
    width: 25px;
    height: 25px;
    display: block;
    text-indent: -9678px;
    background-image: url(http://www.pokemontrash.com/club/Themes/default/images/new.png);
    background-repeat: no-repeat;
}

.subject a,.subject a:visited {
    color: #333;
}

.epingle {
    background: #F5F5F5;
}

.stickybg2 {
    background: url(http://www.pokemontrash.com/club/Themes/default/images/icons/quick_sticky.gif) no-repeat 0 5px;
    font-weight: 700;
    padding-left: 22px !important;
}

.lockedbg2 {
    font-style: italic;
}

.locked_sticky2 {
    background-image: url(http://www.pokemontrash.com/club/Themes/default/images/icons/quick_sticky_lock.gif);
    background-repeat: no-repeat;
    background-position: 98% 4px;
}

a.collapse {
    float: none;
    bottom: 13px;
    right: 0;
    position: absolute;
}

.children {
    display: block;
    color: #555;
    border-top: 1px dashed #CCC;
    font-size: 11px;
    margin: 3px 0 0;
    padding: 5px 0 0;
}

.moderators {
    font-size: .8em;
}

.lastpost img {
    float: right;
    padding: 4px;
}

img.new_posts {
    padding: 0 .1em;
}

#quickReplyOptions form textarea {
    opacity: 0.8;
    height: 100px;
    width: 100%;
    margin: 5px 0 10px 0;
}

#postbuttons div.buttons {
    width: 40%;
    float: right;
    padding: .5em;
}

#postbuttons div.middletext {
    width: 60%;
}

#postbuttons span {
    display: block;
    text-align: right;
}

#postbuttons #pagelinks {
    padding-top: 1em;
}

input,button,select,textarea {
    font: 95%/115% verdana, Helvetica, sans-serif;
    color: #000;
    background: #fff;
    border: 1px solid #7f9db9;
    padding: 2px;
}

#content dd input,#content dd textarea,#content dd select {
    max-width: 94%!important;
}

.button_submit,.button_reset {
    background: #BCF;
    border: 1px solid #CCC;
    cursor: pointer;
    font-weight: 400;
    border-radius: 5px;
    padding: 4px 10px;
}

.button_submit:hover,.button_reset:hover {
    border: 1px solid #aaa;
    background: #cde7ff;
}

fieldset {
    border: 1px solid #c4c4c4;
    margin: 0 0 .5em;
    padding: 1em;
}

fieldset legend {
    font-weight: 700;
    color: #444;
}

#searchform,#simple_search p {
    margin: 0;
    padding: .5em;
}

#simple_search,#simple_search p,#advanced_search {
    text-align: center!important;
    margin: 0;
}

#search_error {
    font-style: italic;
    padding: .3em 1em;
}

#search_term_input {
    font-size: 115%;
    margin: 0 0 1em;
}

#searchform fieldset {
    text-align: left;
    border: none;
    padding: 0;
}

#advanced_search dl#search_options {
    padding-top: 1em;
    overflow: hidden;
    margin: 0 auto;
}

#advanced_search dt {
    clear: both;
    float: left;
    text-align: right;
    width: 20%;
    padding: .2em;
}

#advanced_search dd {
    width: 75%;
    float: left;
    text-align: left;
    margin: 0 0 0 .5em;
    padding: .2em;
}

blockquote.bbc_standard_quote,blockquote.bbc_alternate_quote {
    font-size: 11px;
    color: #000;
    line-height: 1.4em;
    background: url(http://www.pokemontrash.com/club/Themes/default/images/theme/quote.png) .1em .1em no-repeat;
    border-top: 2px solid #99A;
    border-bottom: 2px solid #99A;
    overflow: auto;
    margin: .1em 0 .3em;
    padding: 1.1em 1.4em;
}

blockquote.bbc_standard_quote {
    background-color: #F9F9F9;
}

blockquote.bbc_alternate_quote {
    background-color: #e7eafc;
}

code.bbc_code {
    display: block;
    font-size: x-small;
    background: #eef;
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
    line-height: 1.5em;
    overflow: auto;
    white-space: nowrap;
    max-height: 24em;
    padding: 3px 1em;
}

.codeheader,.quoteheader {
    color: #666;
    font-size: x-small;
    font-weight: 700;
    padding: 0 .3em;
}

.codeoperation {
    font-weight: 400;
}

.bbc_link:link,.bbc_link:visited {
    border-bottom: 1px solid #A8B6CF;
}

.bbc_link:hover {
    text-decoration: none;
    border-bottom: 1px solid #346;
}

.bbc_size {
    line-height: 1.4em;
}

.bbc_color a {
    color: inherit;
}

.bbc_img {
    border: 0;
}

.bbc_table {
    font: inherit;
    color: inherit;
    border-spacing: 2px;
    background: #88A6C0 url(images/catbg.jpg) repeat-x;
}

.bbc_table td {
    font: inherit;
    color: inherit;
    vertical-align: top;
    background: #E9F0F6 url(images/titlebg.jpg) repeat-x 0 -17px;
    padding: 5px;
}

.bbc_list {
    text-align: left;
}

.help {
    cursor: help;
}

.meaction {
    color: red;
}

.highlight {
    font-weight: 700;
    color: #ff7200!important;
    font-size: 1.1em;
}

.highlight2 {
    background-color: #D1E1EF;
    color: #000!important;
}

fieldset.spoiler {
    border: 1px dashed gray;
}

fieldset.spoiler > legend {
    font-size: 1.2em;
}

div.spoilerheader a {
    font-family: sans-serif;
    font-size: 1.1em;
    font-weight: 700;
}

div.spoilerheader input {
    background-color: #cececc;
    color: #3e3e33;
    font: .9em sans-serif;
}

div.spoilerbody {
    color: #0f0f0f;
    border: 1px dotted gray;
    margin: 1em;
    padding: 1em;
}

fieldset.spoiler div.spoilerbody {
    border: 0;
    padding: 0;
}

dl.settings {
    overflow: auto;
    margin: 0 0 10px;
    padding: 0;
}

dl.settings dt {
    width: 70%;
    float: left;
    margin: 0 0 10px;
    padding: 0;
}

dl.settings dt.settings_title {
    width: 100%;
    float: none;
    font-weight: 700;
    clear: both;
    margin: 0 0 10px;
    padding: 5px 0 0;
}

dl.settings dt.windowbg {
    width: 98%;
    float: left;
    clear: both;
    margin: 0 0 3px;
    padding: 0 0 5px;
}

dl.settings dd {
    width: 30%;
    float: right;
    overflow: auto;
    margin: 0 0 3px;
    padding: 0;
}

dl.settings img {
    margin: 0 10px 0 0;
}

.login {
    width: 540px;
    margin: 0 auto;
}

.login dt,.login dd {
    width: 44%;
    margin: 0 0 .4em;
    padding: .1em;
}

.login dt {
    float: left;
    clear: both;
    text-align: right;
    font-weight: 700;
}

.login dd {
    width: 54%;
    float: right;
    text-align: left;
}

.login p {
    text-align: center;
}

.register_error {
    border: 1px dashed red;
    margin: 0 1ex 1ex;
    padding: 5px;
}

dl.register_form {
    clear: right;
    margin: 0;
}

dl.register_form dt {
    font-weight: 400;
    float: left;
    clear: both;
    width: 50%;
    margin: .5em 0 0;
}

dl.register_form dt strong {
    font-weight: 700;
}

dl.register_form dd {
    float: left;
    width: 49%;
    margin: .5em 0 0;
}

#confirm_buttons {
    text-align: center;
    padding: 1em 0;
}

.coppa_contact {
    width: 32ex;
    background-color: #fff;
    color: #000;
    margin-left: 5ex;
    border: 1px solid #000;
    padding: 4px;
}

.valid_input {
    background-color: #f5fff0;
}

.invalid_input {
    background-color: #fff0f0;
}

.topic_table td blockquote,.topic_table td .quoteheader {
    margin: .5em;
}

.search_results_posts .buttons {
    padding: 5px 1em 0 0;
}

.centertext #recaptcha_table {
    margin: 0 auto!important;
}

.floatright,a.unreadlink,a.collapse,#postbuttons .buttonlist {
    float: right;
}

.floatleft,#forumposts .modified {
    float: left;
}

.flow_auto,.login dl {
    overflow: auto;
}

.flow_hidden,#moderationbuttons,.search_results_posts {
    overflow: hidden;
}

.clear,#searchform p.clear {
    clear: both;
}

.clear_right,#postbuttons span.lower {
    clear: right;
}

dl.register_form dt span {
    display: block;
}

.bbc_u,.register_error span {
    text-decoration: underline;
}

.buttonlist ul, .poster h4, .poster ul, .table_grid p, form, select {
    margin: 0;
    padding: 0;
}

dl,dt {
    overflow: auto;
    margin: 0;
    padding: 0;
}


	
	
#container .menu-trigger,#container .menu-trigger2 {
    display: none;
}

#container ::-webkit-scrollbar,#nav ::-webkit-scrollbar {
    width: 11px;
}

#container ::-webkit-scrollbar-track,#nav ::-webkit-scrollbar-track {
    background: #F1F1F1;
}

#container ::-webkit-scrollbar-thumb,#nav ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,.15);
    border: 2px solid #F1F1F1;
}

#nav {
    scrollbar-base-color: #CCC;
    scrollbar-3dlight-color: #F1F1F1;
    scrollbar-highlight-color: #F1F1F1;
    scrollbar-track-color: #F1F1F1;
    scrollbar-arrow-color: #CCC;
    scrollbar-shadow-color: #F1F1F1;
    scrollbar-dark-shadow-color: #F1F1F1;
}

@media screen and (max-width:960px) {
    body {
        background: none!important;
    }
    #container {
        margin: 0;
    }
	    #header {
    background: url(http://www.pokemontrash.com/web/forum.jpg) no-repeat!important;
background-position:bottom!important;	
    background-size: cover !important;}
    #header .header-menu {
    padding:30px 0 10px 0;
}
#header .header-membre{
    margin:0;
}

    #article {
        float: none;
        padding: 0;
        margin: 20px 10px!important;
        width: auto!important;
    }

    #main {
        margin-right: 0!important;
    }

    #header #logo {
        margin: 0 auto;
    }

    #header #titre {
        width: 100%;
        font-size: 26px;
        text-align: center;
        margin: 15px auto 0;
        padding: 0;
    }

    #mur {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        padding: 0;
        margin: 0 auto;
    }

    #nav li,#nav ul {
        display: block;
        margin: 0;
    }

    #nav>ul {
        padding: 50px 0 20px 20px;
        width: 180px;
        height: 98%;
        height: calc(100% - 70px);
        position: absolute;
        overflow: auto;
        overflow-x: hidden;
        overflow-y: auto;
    }

    #nav li ul {
        position: relative;
        height: auto;
        box-shadow: none;
    }

    #container .mobile ul ul,#nav ul:hover ul {
        height: auto;
    }

    #nav li:hover ul {
        background: #EAE9E9;
    }

    #nav .menu-titre {
        border-top: none;
    }

    #nav .menu-titre:hover a {
        color: inherit;
    }

    #nav .home a {
        margin: 0 auto;
        text-indent: 0;
        width: auto;
        font-weight: 700;
        color: #1E3460;
        padding: 5px 0 5px 38px;
    }

    #nav .search,#nav.mobile .search {
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
        border-left: 0;
        margin: 0;
    }

    #nav li.menu-plus:before {
        content: '';
    }

    body.menu-active #nav {
        left: 0;
    }

    #nav {
        width: 200px;
        height: 100%;
        position: fixed;
        border-radius: 0;
        padding: 0;
        left: -220px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    body.menu-active #nav {
        right: 0;
    }

    #container .menu-trigger {
        position: fixed;
        top: 10px;
        left: 10px;
        background: #dfe5eb url(http://www.pokemontrash.com/web/navbar.png) 2px -430px no-repeat;
        font-size: 10px;
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 5px;
        padding: 10px 5px 10px 33px;
        display: block;
    }

    body.menu-active #container {
        position: fixed;
        left: 200px;
        top: 0;
        width: 100%;
        height: 100%;
    }

    body.menu-active #container .menu-trigger {
        left: 210px;
    }

    body.menu-active #container .menu-trigger2 {
        top: 55px;
    }
     #footer {
        background:#222;
    }
}

	

	


@media screen and (max-width:820px) {
    #haut .buttonlist {
        float: none;
        text-align: center;
    }
	
	.ad-sky {
    display:none;
}

    #haut p {
        font-size: 16px;
        text-align: center;
        padding: 0;
        margin: 10px 0 0 0;
    }

    .poster {
        width: 50px;
    }

    .poster h4 {
        font-size: 12px;
    }

    .postcount, .postgroup, .membergroup {
        display: none;
    }

    .postarea {
        margin: 0 0 0 70px;
    }

    .signature {
        display: none;
    }

    #left_admsection {
        float: none !important;
        margin: 0 auto;
    }

    #moderationbuttons_strip li a {
        font-size: 9px !important;
        padding: 5px;
    }

    .description,.moderators,.button_strip_add_poll, .topic_table th:nth-child(n+3), .topic_table td:nth-child(n+3):nth-child(-n+4),.table_list td:nth-child(3) {
        display: none !important;
    }

    .table_list td:nth-child(4) {
        width: 185px;
        font-size: 11px;
        padding: 0 0 0 10px;
    }
}