
/* ***** FICHE JOUEUR ***** */


table.jIntro {
    width:95%;
    margin-top:20px;
}

div.jTitreNom {
    color:#274F8C;
    font-weight:bold;
    font-family:"Trebuchet MS",Verdana,Tahoma,Arial;
    font-size:20px;
    text-align:center;
    padding-top:10px;
}

div.jTitreNumero {
    margin-top:10px;
    text-align:center;
}

div.numero {
    color:#000000;
    font-weight:bold;
    font-family:"Trebuchet MS",Verdana,Tahoma,Arial;
    font-size:24px;
}

div.numeroOmbre {
    color:#AF0006;
    font-weight:bold;
    font-family:"Trebuchet MS",Verdana,Tahoma,Arial;
    font-size:24px;
    position:relative;
    margin-top: -31px;
    margin-right: 2px;
}

#jBody{
    padding:10px;
    clear:both;
}

div.headSection {
    /*border:1px solid #888888;*/
    background-image:url('http://static.smcaen.net/img/puce_flechedroit_gr.gif');
    background-repeat:no-repeat;
    background-position: 10px 7px;
    background-color:#E1E1E1;
    color:#585858;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    line-height:18px;
    padding:2px 0px 2px 25px;
    margin-top:15px;
}

div.hdSaisonOut {
    border:1px solid #0959A2;
    background-color:#E1E1E1;
}

div.hdSaisonOver {
    border:1px solid #888888;
    background-color:#FFFFFF;
}

div.bodySection {
    /*border-left:1px solid #888888;
    border-right:1px solid #888888;
    border-bottom:1px solid #888888;*/
    background-color:#F7F7F7;
    color:#585858;
    font-size:10px;
    padding:5px 2px 5px 10px;
}

div.jLine {
    margin:5px 0px 5px 0px;
}

span.jInitule {
    color:#000000;
    font-weight:bold;
}

span.jInitule2 {
    color:#0959A2;
    font-weight:bold;
}

.jText {
    color:#484848;
    font-weight:normal;
}

a.jLink {
    color:#0959A2;
    text-transform:none;
}

a.jLink:hover {
    color:#AF0006;
}


table.joueur {
    margin:10px;
    width:80%;
}

tr.jGris {
    background-color: #F7F7F7;
}

table.joueur th {
    background-color:#595959;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
    text-align:center;
}

table.joueur td {
    background-image:url('http://static.smcaen.net/img/filetpt.gif');
    background-repeat:repeat-x;
    background-position: bottom;
    color:#484848;
    font-size:10px;
    font-weight:normal;
    height:20px;
}

td.jNum {
    padding-right:10px;
}


table.stats {
    margin:10px Opx 10px 0px;
    width:98%;
}

table.stats th {
    background-color:#595959;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
    text-align:center;
}

table.stats td {
    background-image:url('http://static.smcaen.net/img/filetpt.gif');
    background-repeat:repeat-x;
    background-position: bottom;
    color:#484848;
    font-family:Tahoma,Arial;
    font-size:9px;
    height:25px;
}

tr.subSection td {
    background-color:#1767b2;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    height:18px;
    padding-left:10px;
    border-top:1px solid #FFFFFF;
    background-image:none;
}

tr.totalSection td {
    color:#336699;
    font-size:11px;
    font-weight:bold;
    text-align:center;
    background:none;
}

tr.totalTitle td {
    color:#336699;
    font-size:10px;
    text-align:center;
    background:none;
    height:10px;
}

span.totalLib {
    color:#336699;
    font-size:13px;
    font-weight:bold;
    margin-right:30px;
}

span.jMatchResult {
    font-size:10px;
    color:#336699;
}

span.matchGagne {
    font-size:11px;
    font-weight:bold;
    color:#439344;
}

span.matchNul {
    font-size:11px;
    font-weight:bold;
    color:#000000;
}

span.matchPerdu {
    font-size:11px;
    font-weight:bold;
    color:#AF0006;
}



