﻿#titreUserEvaluations
{
    position: relative;
    background-image: url(./Images/evaluations/titre_evaluations.gif);
    background-repeat:no-repeat;
    height:23px;
}

#formUserEvaluations
{
    position:relative;
    height:800px;
}

#contenuFormUserEvaluations 
{
    position:relative;
    left:30px;
    top:20px;
    width:670px;
    text-align:justify;
}

#divEvalALaisser
{
    position: relative;
    background-image: url(./Images/evaluations/txt_eval_a_laisser.gif);
    background-repeat:no-repeat;
    width:203px;
    height:25px;
}

#divEvalARecevoir
{
    position: relative;
    background-image: url(./Images/evaluations/txt_eval_a_recevoir.gif);
    background-repeat:no-repeat;
    width:203px;
    height:25px;
    margin-top:20px;
    margin-bottom:20px;
}

#divEvalLaissees
{
    position: relative;
    background-image: url(./Images/evaluations/txt_eval_laissees.gif);
    background-repeat:no-repeat;
    width:203px;
    height:25px;
    margin-top:20px;
    margin-bottom:20px;
}

#divEvalRecues
{
    position: relative;
    background-image: url(./Images/evaluations/txt_eval_recues.gif);
    background-repeat:no-repeat;
    width:203px;
    height:25px;
    margin-top:20px;
    margin-bottom:20px;
}

.divFondEvalALaisser
{/* fond bleu pour écrire une nouvelle évaluation */
    position: relative;
    background-image: url(./Images/evaluations/fond_eval_alaisser.gif);
    background-repeat:no-repeat;
    width:678px;
    height:91px;
    margin-top:15px;
}

#contenuTabEvalRecues, #contenuTabEvalLaissees
{
    position:relative;
    height:100px;
}

.divFondTabEvalLaissees
{/* titre des deux tableau dans les évaluations */
    position: relative;
    background-image: url(./Images/evaluations/titre_eval_laissees.gif);
    background-repeat:no-repeat;
    width:701px;
    height:39px;
    margin-top:15px;
}