﻿/* v1.0 */

.pnlErreur
{
    border: 1px solid rgba(0, 0, 0, 0.125);
    background-color: rgba(231, 227, 223, 0.5);
    margin-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
}

.trInfos
{
    height: 25px;
}

.divInfos
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
    width: 650px;
    border: 1px solid #d5d3d1;
    border-radius: 3px 4px;
    background-color: #f3f1ef;

    box-shadow:2px 2px 15px gray; 
    -moz-box-shadow:2px 2px 15px gray;
    -webkit-box-shadow:2px 2px 15px gray;

    margin-bottom: 50px;
    margin-top: 50px;
}

.txtErreur
{
    font-weight: bold;
    color:#C1002A;
}

.tabInfos
{
    background-color: #f3f1ef;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.tabErreur
{
    background-color: transparent;
    text-align: left;
}