body {
    /*background: #000 url('../images/fond.jpg') repeat-x top;*/
    background-color: #000;
    color: #fff;
    margin: 20px auto 0 auto;
    width: 1024px;
    font-family: Arial, "Liberation Sans", "DejaVu Sans Condensed", Verdana, sans-serif;
    font-size: 14px;
}

img {
    border: 0;
}

a img,:link img,:visited img { border: none; }

a, a:visited {
    text-decoration: none;
    color: #FF6431;
}

a:hover {
    color: #FF6431;
}

#header {
    min-width: 800px;
    height: 90px;
}

#left_ads, #right_top_ads, #right_bottom_ads, #square_ads {
    padding: 12px 0 0 0;
    background: transparent url('../images/pub/skyscraper-ad.gif') no-repeat top left;
}

#top_ads, #bottom_ads {
  padding-left: 12px;
  background: transparent url('../images/pub/fullbanner-ad.gif') no-repeat left;
}

#pub_haut {
    float: right;
    display: inline;
}

#logo {
    float: left;
    display: inline;
}

#menu {
    margin: 20px 0;
    background: url('../images/menu.jpg') repeat-x;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

.title {
    border-bottom: 1px solid #FF6431;
    border-left: 4px solid #FF6431;
    padding: 0 0 0 5px;
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
    border: c
}

/* éléments au centre */
#content {
    margin: 0 20px;
    width: 500px;
    float: left;
    padding: 0;
}

#content-videos {
    width: 700px;
    margin: 0 20px 0 0;
    float: left;
    padding: 0;
}

#content-videos table{
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

#content-videos td{
    text-align: center;
}

.title-video {
    border: 0;
    color: #FF6431;
}

#bottom_ads {
    margin: 20px 0;
    text-align: center;
}

/* éléments à gauche */
#left {
    width: 180px;
    float:left;
}

#left_ads {
    margin: 15px 0 0 0;
    text-align: center;
}

#video-list {
    text-align: center;
    background-color: #444;
    padding: 5px 0;
}

#video-list a{
    margin: 2px 0;
}

.pagination {
    text-align: center;
}

/* éléments à droite */
#right {
    width: 300px;
    float:left;
    margin: 0;
}

#right_top_ads {
    margin: 0 0 15px 0;
}

#service table {
    width: 100%;
    text-align: center;
}

#footer {
    padding: 20px 0;
    clear: both;
    text-align: center;
    font-size: 12px;
}

form.forms label {
    display: inline;
    text-align: right;
    font-weight: bold;
    float: left;
    width: 270px;
    margin: 2px 5px 2px 0;
}

form.forms input, form.forms textarea, form.forms select, form.login input, form.filter select, form.filter input {
    border: 1px solid #FF6431;
    background-color: #000;
    color: #fff;
    margin: 2px 0;
}

form.forms li {
    list-style-type: none;
    display: inline;
}

ul.radio_list label {
    width: 20%;
    display: inline;
    float: none;
    font-weight: normal;
}

form.forms input["radio"] {
    float: left;
    margin: 2px 0;
    border: 1px solid #FF6431;
}

#thecaptcha a {
    margin-left: 274px;
    display: block;
}

.error_list {
   color: red;
}

.notice {
    color: #fff;
    background-color: green;
    font-weight: bold;
    padding: 5px;
}
