﻿
body
{
    background-image: url("/motogp/images/bgrd_direct.jpg");
    background-repeat:no-repeat;
    background-position:top center;
}

/* Bloc du contenu (body) de la page sous le menu */
.BlocContenuPage
{    
    color:Black;    
    border:none;
    position:relative;
    left:0px;
}

/* Bloc des videos disponibles */
.BlocVideoListe
{
    float:left;
    width:160px;    
    border: 0;    
}

/* Bloc du player videos */
.BlocPlayerVideo
{         
    margin-top:75px;  
    width:650;
    height:100%;
    background-color: white;
    color:White;
}

/* petite image dans les videos disponible */
.imgMiniature
{
    width:100px; 
    height:80px;
    border:0;
}

.FontPlayer
{
    color:black;
    font-weight:bold;
}

/*
#bloc-body-content 
{
    padding-bottom:0px;
}

.footer
{
    float:left;
    width:980px;
   
}
*/