<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #e6e6e6;
    color: #555;
}

#header #searchform div {
    background: #fff;
    border: 1px solid #ccc;
}

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

#nav {
    background: #fff;
    border:1px solid #ccc;
}

#nav li a {
    color: #444;
}

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

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

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

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

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

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

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

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

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

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

.pagination a, .pagination span{
    background: #fff;
    color: #666;
}

#sidebar {
    background: #fff;
}

.sidebar-title {
    color: #444;
}

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

.bloc, h1.home{
    background: #fff;
    border:1px solid #ccc;
}

#footer p {
    color: #666;
}

h1 {
    color: #444;
}

/* Partie blog */

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

.comments-template input {
    background: #f5f5f5;
    border: 1px solid #ccc;
    color: #444;    
}

.comments-template textarea {
    background: #f5f5f5;
    border: 1px solid #ccc;
    color: #444;    
}

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

.thumb-blog a {
    background: #fff;
    border: 1px solid #ccc;
}</pre></body></html>