body {
    background: #1A1A1A;
    color:#999999;
}

#header #searchform div {
    background: #111111;
    border: 1px solid #333;
}

#header #searchform #searchsubmit {
    background: url(../images/search-white.png) no-repeat;
}

#nav {
    background: #111;
    border:1px solid #333;
}

#nav li a {
    color:#B3B3B3;
}

#nav li a:hover {
    color:#fff;
}

#nav li ul.sub-menu{
    background: #111;
    border: 1px solid #333;
    border-top: none;
}

.listing-tube li, .listing-blog li, .listing-blog2 li, .listing-categories-videos li a, .listing-wall li{
    background: #111111;
    border: 1px solid #333;
}

.listing-tube span.views, .listing-blog span.views, .listing-blog2 span.views {
    color: #fff;
}

.listing-tube span.duree, .listing-blog span.duree, .listing-blog2 span.duree {
    color: #fff;
}

#video-synopsys p {
    color:#999;
}

#video-tags p, #video-infos-left strong, #video-infos-right strong, .sidebar-title{
    color:#E6E6E6;
}

#video-infos-right {
    border-left: 1px solid #333;
}

#relative, .comments-template {
    background: #111111;
    border: 1px solid #333;
    border-top: none;
}

ul.tabNavigation li a.selected {
    background: #111111;
    border: 1px solid #333;
    border-bottom: none;
}

.pagination a, .pagination span{
    background: #333;
    color: #ccc;
}

#footer {
    border-top:1px solid #333;
}

.bloc, h1.home{
    background: #111;
    border:1px solid #333;
}

h1 {
    color:#E6E6E6;
}

/* Partie blog */

.comments-template h3 {
    color: #ccc;
    font-size: 16px;
    border-bottom: 1px dashed #333;
}

.comments-template input {
    background: #222;
    border: 1px solid #333;
    color: #999;    
}

.comments-template textarea {
    background: #222;
    border: 1px solid #333;
    color: #999;    
}

.comments-template input[type=submit] {
    color: #000;
    font-weight:bold;
}

.thumb-blog a {
    background: #111;
    border: 1px solid #333;
}

.post {
    border-bottom: 1px dashed #222;
}