﻿fieldset
{
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 10px;   
}
legend
{
    color: #ff0000;    
    text-transform:uppercase;
    font-size:12px;
}

.toram
{
    margin: 0 0 20px 20px;
}

.toram_intitule
{
    /*background-image: url("images/puce.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;*/
    width: 600px;
}

.toram_niveau
{
    background-color: #D3D3D3;
    text-align: center;
}

.toram_niveau_detail
{
    background-color: #D3D3D3;
    text-align: center;
}

.toram_niveau td, .toram_niveau_detail td
{
    color: #000000;
    font-weight: bold;
    padding: 5px 0;
    width: 70px;
}

.toram_niveau_0, .toram_niveau_1, .toram_niveau_2, .toram_niveau_3
{
    background-color: #FFFFFF;    
}

.toram_niveau_detail_0
{
    background-color: #f65058;    
}

.toram_niveau_detail_1
{
    background-color: #ff6c2f;    
}

.toram_niveau_detail_2
{
    background-color: #bddc04;    
}

.toram_niveau_detail_3
{
    background-color: #008ea6;    
}

.toram_annule
{
    background-image: url("images/annule.gif");
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin: 5px;
    width: 20px;
}

.toram_annule span
{
    display:none; 
}

.legend
{
    font-weight: normal !important;
    padding: 5px !important;
}

.Eval
{
    background-color: #1A566B;
    margin: 0 0 20px 0;
    min-width: 850px;
}

.Eval tr
{
}

.Eval th
{
    background-color: #1A566B;
    color: #D8D8D8; 
}

.Eval td
{
    background-color: #FFFFFF;
    padding: 2px;
}

.Eval td.intitule
{
    /*background-image: url("images/puce.jpg");
    background-position: 5px center;
    background-repeat: no-repeat;*/
    padding: 5px 20px;
    width: 550px;  
}

.Eval .niveau_detail
{
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    width: 54px; 
}


.Eval .niveau_detail_0
{
    background-color: #D8D8D8;    
}

.Eval .niveau_detail_1
{
    background-color: #BB8686;    
}

.Eval .niveau_detail_2
{
    background-color: #F1A672;    
}

.Eval .niveau_detail_3
{
    background-color: #FFE69E;    
}

.Eval .niveau_detail_4
{
    background-color: #C2E1A4;    
}

.Eval .niveau_detail_5
{
    background-color: #86DAFC;
}

.Eval .niveau_commentaire textarea
{
    border: 1px solid #CCCCCC;
    margin: 0 5px;
    width: 380px;
}

.Eval_annule
{
    background-image: url("images/annule.gif");
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: 5px;
    width: 20px;
}

.Eval_annule span
{
    display:none; 
}

.detailCPro,.detailCLinguistique
{
    background-image: url("images/CB_CPro_Off.png");
    background-position: 2px 0;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 3px 3px 3px 22px !important;
}

.detailCProOn,.detailCLinguistiqueOn
{
    background-image: url("images/CB_CPro_On.png") !important;
    color: #009900;
    font-weight: bold;
}
.detailCPro:hover,.detailCLinguistique:hover
{
    background-image: url("images/CB_CPro_Hover.png");
}

#tblCompetencesLinguistiques td
{
    vertical-align: top;
}

#tblCompetencesLinguistiques td.intitule
{
    /*background-image: url("images/puce.jpg");
    background-position: 5px 10px;
    background-repeat: no-repeat;*/
    width: auto;  
}

.tblGraphEval {
    background-color: #1a566b;
    margin: 0 0 10px;
    width: 100%;
}

.tblGraphEval tr
{
}

.tblGraphEval th
{
    background-color: #1A566B;
    color: #D8D8D8; 
}

.tblGraphEval td
{
    background-color: #FFFFFF;
    padding: 2px;
}

.tblGraphEval td.intitule
{
    background-image: url("images/puce.jpg");
    background-position: 5px center;
    background-repeat: no-repeat;
    padding: 5px 20px;
}

.tblGraphEval .niveau_detail
{
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}

/*AKI*/
.detailAKI
{
    background-image: url("images/CB_CPro_Off.png");
    background-position: 2px 0;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 8px 8px 8px 22px !important;
}
.detailAKIOn
{
    background-image: url("images/CB_CPro_On.png") !important;
    color: #009900;
    font-weight: bold;
}
.detailAKI:hover
{
    background-image: url("images/CB_CPro_Hover.png");
}

textarea.exempleAKI{

}

.ui-accordion-header a:hover {
    text-decoration: none !important;
}