table.container {
   width                : 1000px;
   background-color     : inherit;
   background-repeat    : no-repeat;
   height               : 626px;
}

table.container td.colonne1 {
    width               : 180px;
}

table.container td.colonne2 {
    width               : 330px;
}

table.container td.colonne3 {
    width               : 340px;
}

table.container td.colonne4 {
    width               : 150px;
}

h1.off {
    color               : #864973;
    cursor              : pointer;
}

h1.on {
    color               : #FFF;
    padding-left        : 20px;
    padding-top         : 3px;
    background-image    : url(images/violet/etat_stress.gif);
    background-repeat   : no-repeat;
    height              : 30px;
    cursor              : pointer;
}

p.off {
    color               : #864973;
    display             : none;
    font-weight         : bold;
}

p.on {
    color               : #FFF;
    font-weight         : bold;
}

div.intro_coach {
    color               : #FFF;
    font-size           : 11px;
    line-height         : 12px;
    font-weight         : bold;
    margin-top          : 26px;
    margin-left         : 20px;
    width               : 290px;
}

div.liens_coach {
    color               : #FFF;
    font-size           : 13px;
    font-weight         : bold;
    margin-left         : 35px;
    margin-top          : 25px;
    padding-top         : 10px;
}

div.liens_coach a:link, div.liens_coach a:visited, div.liens_coach a:hover, div.liens_coach a:active {
    text-decoration     : none;
}

.contenu {
    margin-top                  : 100px;
    margin-left                 : 15px;
    height                      : 360px;
    width                       : 320px;
    padding-right               : 5px;
    overflow-y                  : auto;
    
    font-family                 : Arial, Verdana, Helvetica, sans-serif;
    font-size                   : 11px;
    color                       : #000;
    
    scrollbar-3dlight-color     : #B66B9D;
    scrollbar-arrow-color       : #CE95BE;
    scrollbar-darkshadow-color  : #CE95BE;
    scrollbar-face-color        : #B66B9D;
    scrollbar-highlight-color   : #CE95BE;
    scrollbar-shadow-color      : #B66B9D;
    scrollbar-track-color       : #CE95BE;
}

.titre_page {
    background-image            : url(images/violet/fd_titre.gif);
    background-position         : left center;
    background-repeat           : no-repeat;
    padding-left                : 14px;
    font-weight                 : bold;
    font-size                   : 14px;
}