/**********************************************************/
/*                Report d'erreur                         */
/***********************************************************/
div.reportGlobalLinks{
    text-align: right;
    margin-right:5%;
    margin-bottom:10px;
}

div.reportUserMsg{
    color:#f2b625;
    font-weight:bold;
    padding-top:10px;
    padding-left:30px;
    padding-bottom:20px;
    margin-left:5px;
    background-image:url('../images/reperr/bulle-icone.png');
    background-repeat:no-repeat;
}

div.reportErrMsg{
    color:#cc0000;
    font-weight:bold;
    padding-top:18px;
    padding-left:18px;
    padding-bottom:20px;
    margin-left:5px;
    background-image:url('../images/reperr/bulle-erreur.png');
    background-repeat:no-repeat;
    background-position:center left;
}

/* Styles pour la box de report d'erreur */
div #repBoxTop {
    height: 20px;
    width: 500px;
    background-image: url('../images/reperr/reportBoxTop.png');
    background-repeat: no-repeat;
}
div #repBoxClose {
    padding-left: 473px;
    margin-top: -5px;
    background-image: url('../images/reperr/reportBoxBg.png');
    background-repeat: repeat-y;
    width: 493px;
}
div #repBoxContent {
    padding-left: 10px;
    padding-right: 10px;
    background-image: url('../images/reperr/reportBoxBg.png');
    background-repeat: repeat-y;
    width: 480px;
}
div #repBoxBottom {
    height: 20px;
    width: 500px;
    background-image: url('../images/reperr/reportBoxBottom.png');
    background-repeat: no-repeat;
}


div #repBox {
    bottom: 100px;
    left: 10%;
}

span.loading {
        padding-left: 16px;
        padding-top: 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../images/jquery/ui-anim_basic_16x16.gif');
}

span.loading2 {
    margin-right: 100px;
}
div.pager {
    margin-top: 15px;
    text-align: center;
    letter-spacing: 3px;
}


table.listReports {
    width: 90%;
}


/**********************************************************/
/*                Fin Report d'erreur                     */
/***********************************************************/
