﻿fieldset
{
    background-color: #FFFFFF;
    border: 1px solid #8dc63f;
    margin: 0 0 20px;
    padding: 10px;
}
legend
{
    color: #39b54a;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.toram
{
    margin: 0 0 20px 20px;
}

.toram th.info
{
    background-color: Transparent;
    background-image: url("images/info.jpg");
    background-position: right center;    
    background-repeat: no-repeat;
    cursor:pointer;
    height: 16px;    
}

.toram_intitule
{
    background-image: url("images/puce.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
    width: 700px;
}

.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: 54px;
}

.toram_niveau_0, .toram_niveau_1
{
    background-color: #FFFFFF;    
}

.toram_niveau_2, .toram_niveau_3
{
    background-color: #FFFFFF;    
}

.toram_niveau_4, .toram_niveau_5
{
    background-color: #FFFFFF;    
}

.toram_niveau_detail_0
{
    background-color: #D8D8D8;    
}

.toram_niveau_detail_1
{
    background-color: #BB8686;    
}

.toram_niveau_detail_2
{
    background-color: #F1A672;    
}

.toram_niveau_detail_3
{
    background-color: #FFE69E;    
}

.toram_niveau_detail_4
{
    background-color: #C2E1A4;    
}

.toram_niveau_detail_5
{
    background-color: #86DAFC;
}

.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;
    font-size: 12px;
    margin: 0;
}

.Eval tr
{
}

.Eval th
{
    background-color: #1A566B;
    color: #D8D8D8; 
}

.Eval td
{
    background-color: #FFFFFF;   
    vertical-align: top;        
}

.Eval td.intitule
{
    background-image: url("images/puce.jpg");
    background-position: 5px 10px;
    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;
}

.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;
}

.detailAKI
{
    background-image: url("images/CB_CPro_Off.png");
    background-position: 2px 0;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 8px 8px 8px 22px;
}
.detailCProOn,.detailAKIOn,.detailCLinguistiqueOn
{
    background-image: url("images/CB_CPro_On.png") !important;
    color: #009900;
    font-weight: bold;
}
.detailCPro:hover,.detailAKI:hover,.detailCLinguistique:hover
{
    background-image: url("images/CB_CPro_Hover.png");
}

textarea.exempleAKI{

}

.ui-accordion-header a:hover {
    text-decoration: none !important;
}