#divStaticContent
{
    margin-left: 10px;
}

#divLeftCol, #divRightCol
{
    display: inline;
    float: left;
    margin: 20px 0px 0px 0px;
}


#divSlide
{
    float: right;
    margin-right: -20px;
    text-align: center;
    width: 350px;
}

/*SECTION DES QUESTIONS*/
#divLeftCol
{
    margin-left: 0px;
    width: 410px;
}

#divLeftCol span
{
    color: Black;
    display: block;
    font-weight: bold;
    margin-left: 30px;
}

#divLeftCol ul
{
    list-style: none;
    margin: 0px 0px 10px 10px;
    padding: 0px;
}

#divLeftCol li
{
    background-image: none;
    font-weight: normal;
    padding: 0px;
}



#divLeftCol a:link { display: block; }
#divLeftCol a:link, #divLeftCol a:visited { color: #939598; }
#divLeftCol a:link, #divLeftCol a:visited, .selChoice { text-decoration: none; padding-left: 20px; }
#divLeftCol a:hover, .selChoice { background: url(/images/rondrougepetit.gif) no-repeat 0% 50%; color: black; }

/*SECTION DES RESULTATS*/
#divRightCol
{
    text-align: center;
    width: 350px;
}

#ResultsHeader
{
    color: white;
    font-size: 110%;
    line-height: normal;
    font-weight: bold;
    background: url(/images/selector_results.gif) no-repeat;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

#Results
{
    background: url(/images/selector_results_left.gif) repeat-y;
    text-align: left;
}

#divRightCol a
{
    border-bottom: 1px solid #000;
    cursor: pointer;
    display: block;
    padding: 4px 0px;
    width: 100%;
    text-decoration: none;  
}

#divRightCol a:link strong, #divRightCol a:visited strong { color: #000; }

#divRightCol a:hover
{
    background: url("/images/rondrougepetit.gif") no-repeat 60px 7px;
    color: #000;
}

#divRightCol a span
{
    display: block;
    margin-left: 80px;
    padding: 0px;
    width: 265px;
}

#divRightCol strong { display: block; float: left; margin-right: 20px; width: 60px; text-align: center;}



