body {
    font: 12px Tahoma;
    color:#000000;
    background:  #3388DD url(images/interface/fond-degrade.jpg) repeat-x top;
    margin-left:auto;
    margin-right:auto;
}
A{
    font-weight:bold;
    color:#3388DD;
    text-decoration:none;
}
A:HOVER{
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}
#popup-titre{
margin-left:30px;
padding-top:5px;
padding-bottom:0px;
width:350px;
height:20px;
background:url(images/interface/popup-titre.png) no-repeat bottom;
font-size:14px;
font-weight:bold;
text-align:center;
}
#popup-body{
margin-left:30px;
width:350px;
height:400px;
background:url(images/interface/popup-body.png) repeat-y ;
}
#popup-footer{
margin-left:30px;
padding-top:10px;
width:350px;
height:24px;
background:url(images/interface/popup-footer.png) no-repeat top;
}
#popup-photo{
    float:left;
    width:100px;
    height:120px;
    margin-left:5px;
    margin-top:5px;
    text-align:center;
    font-size:10px;

}
#colA{
    float:left;
    width:115px;
    height:400px;
    text-align: center;
}
#colA A{
float:left;
width:110px;
height:15px;
text-align: left;
padding-left:5px;
}
#colA A:hover{
float:left;
background:url(images/interface/popup-lien.png) no-repeat left top;
width:110px;
height:15px;
}
#colB{
    float:left;
    width:220px;
    height:400px;
}
#popup-jeu{
    float:left;
    width:210px;
    height:265px;
    margin-left:10px;
    margin-top:15px;
    overflow:auto;
    overflow-x:hidden;
    overflow-y:auto;
    border: solid 2px #3388DD;
}
#popup-code{
    float:left;
    width:200px;
    height:20px;
    margin-left:10px;
    margin-top:15px;
    text-align:center;
    border: dotted 1px #3388DD;
}
#popup-score{
    float:left;
    width:210px;
    height:95px;
    margin-left:10px;
    margin-top:15px;
    overflow:auto;
    overflow-x:hidden;
    overflow-y:auto;
    border: solid 2px #3388DD;
}
.popup-titre1{
    background:  #CFE4FF;
    height:15px;
    padding-left:15px;
    padding-top:2px;
    font-weight:bold;
}
.popup-contenu{
    padding-left:5px;
}
.caps {
    background:  url(images/interface/caps.png) no-repeat left;
    margin-left:10px;
    margin-top:4px;
    padding-bottom:2px;
    padding-left:10px;
}
/**********************************************/
#texte-variable {
    color:#AAAAAA;
    font-weight:bold;
}
#texte-commentaire {
    color:#F3AB03;
    font-weight:bold;
}

