﻿
body
{
    background-image: url("/motogp/images/bgrd_photos.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;
    top:50px;
    left:0px;
}

/* Bloc des videos disponibles */
.BlocPhotoListe
{
    float:left;
    width:160px;
    height:200px;    
    border: 0;     
}

/* Bloc du player videos */
.BlocPlayerPhoto
{
    width:100%;
    height:100%;
    background-color:transparent;
    color:White;
}

/* petite image dans les videos disponible */
.imgMiniature
{
    width:108px; 
    height:81px;
    border:0;
}

.BlocBigPhotos
{
    position:absolute;
    left:305px;
    top:25px;
    width:550px; 
    height:412px;
    border:none;    
}

/* Grande image dans les videos disponible */
.imgGrande
{
    width:550px; 
    height:412px;
    border:0;    
}

.ListesDeroulante
{    
    background-color: Transparent;
       
    font-weight:bold;
    font-size:14px;
    color:white;        
    
}
.LabelListesDeroulante
{
    background-color: Transparent;
    font-weight:bold;
    font-size:14px;
    color:black;      
}
.FontPlayer
{
    color:black;
    font-weight:bold;
}