﻿body 
{
   
    margin: 0px;
    padding: 0em;
    background-image: url(../images/bg_page.jpg);
    background-color: #000000;
    
    
}

.Texte_General
{
 color: #dfb673;
 font-family:Verdana;
 font-size:14px;  
}

div.scroll {
height: 470px;
width: 500px;
overflow: auto;
border: 0px;
padding: 5px;
text-align:left;
scrollbar-3dlight-color:#301409; 
scrollbar-arrow-color:#ad8d5a; 
scrollbar-base-color:#000000; 
scrollbar-darkshadow-color:#301409; 
scrollbar-face-color:#593620; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#301409;


}


.CelluleTitre
{
 color: #dfb673;
 font-family:Verdana;
 font-weight:bold;
 font-size:14px;
 background-color:#301409; 
}

.CelluleTexte
{
 color: #dfb673;
 font-family:Verdana;
 font-size:12px;
 vertical-align:top;  
}

.CelluleTexte a
{
    font-weight: bold;
    color: #dfb673;
    text-decoration: underline;
}

.CelluleTexte a:hover
{
    color: #e9ca99;
}

.CelluleImage
{
 background-color:#dfb673;
}

.HR_Ligne
{

border: none;
border-top: solid 1px #301409;
height: 1px;

}

#Texte_Video
{
    color: #ffffff;
    font-family: Verdana;
    font-size: 12px;
    padding-left: 14px;
}

#Texte_Video a
{
    color: #ffffff;
    font-family: Verdana;
    font-size: 12px;
}

#Texte_Video a:hover
{
    color: #ffffff;
    font-family: Verdana;
    font-size: 12px;
}

#MenuVideo
{
    height: 154px !important; /* FireFox*/ height: 160px; 
    width: 294px !important; /* FireFox*/ width: 294px; 
    margin-top: 0px !important; /* FireFox*/ margin-top: -4px;
    padding-top:6px; 
    background-color:Orange;
    background-image: url(../images/bg_menu_video.gif);
    overflow: auto;
    border: 0px;
    text-align: left;
    scrollbar-3dlight-color: #f14216;
    scrollbar-arrow-color: #ffb05d;
    scrollbar-base-color: #f14216;
    scrollbar-darkshadow-color: #f14216;
    scrollbar-face-color: #f14216;
    scrollbar-highlight-color: #ffb05d;
    scrollbar-shadow-color: #ffb05d;
    background-repeat: repeat;
    background-attachment: scroll !important; /* FireFox*/ background-attachment:scroll; 
    
}


#MenuVideoText
{
    height: 154px !important; /* FireFox*/ height: 160px; 
    width: 294px !important; /* FireFox*/ width: 294px; 
    margin-top: 0px !important; /* FireFox*/ margin-top: -4px;
    padding-top:6px; 
    background-color:Orange;
    background-image: url(../images/tv_bg_text.jpg);
    overflow: auto;
    border: 0px;
    text-align: left;
    scrollbar-3dlight-color: #f14216;
    scrollbar-arrow-color: #ffb05d;
    scrollbar-base-color: #f14216;
    scrollbar-darkshadow-color: #f14216;
    scrollbar-face-color: #f14216;
    scrollbar-highlight-color: #ffb05d;
    scrollbar-shadow-color: #ffb05d;
    background-repeat: repeat;
    background-attachment: scroll !important; /* FireFox*/ background-attachment:scroll; 
    
}



.hrcontent
{
    border: none;
    border-top: solid 1px #d8e3ea;
    color: #FFFFFF;
    background-color: #FFFFFF;
    height: 1px;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 40px;
    height: 60px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    text-align: center;
    vertical-align :middle;
    
    
    
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../images/SavedStar.png);
}

