﻿
#tdMain
{
    vertical-align:top; 
    text-align:center;
    width:1016px; 
    height:1050px;
    background-image:url(./images/fondPage.png); 
}
#divCcontent
{
    z-index:20;
    position:absolute;
    top:275px;
    left:60px;
    width: 900px;
    text-align:left;
    vertical-align:top;
    padding:0px;
    font-family:calibri;
    font-size:14px;
    color:#333333;
    border:0px solid black;    
}


#fondPlayer
{
    width:300px;
    height:300px;
    vertical-align:bottom;    
    background-image:url(./images/orTrans10.png);
}

#divfondMenu
{
    z-index:10;
    position:absolute;
    top:420px;
    left:0px;
    width:100%;
    height:152px;
    background-image:url(./images/pelicule.png);
    background-position:center;
    background-repeat:repeat-x;
}


#divPlayer
{
    z-index:20;
 	  position :relative;
 	  
    padding-top:44px;
  width:510px;
  height:404px;
  background-image: url(./images/fondVideo.png);
  background-position:center;
  background-repeat:no-repeat;
  overflow:hidden
}

