﻿#contenu
{
    height: 500px;
    text-align: center;
    font-family: Verdana;
    font-size: 16px;
}

.titre_error {
    margin: 80px auto 25px auto;
    width: 342px;
    text-align: left;
    font-size: 60px;
    color: #2f3237;
}

.cadre_rouge
{
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 15px;
    width: 312px;
    height: 211px;
    text-align: left;
    color: #fff;
    font-size: 24px;
    background-color: #c32332;

    -webkit-box-shadow: 6px 6px 20px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow:    6px 6px 20px 0px rgba(50, 50, 50, 0.45);
    box-shadow:         6px 6px 20px 0px rgba(50, 50, 50, 0.45);
}

.error_message {
    margin-top: 5px;
}

.error_contact {
    font-size: 12px;
    line-height: 16px;
}

.retour {
    margin: 0 auto;
    width: 342px;
    text-align: left;
}

.lien_accueil
{
    font-size: 12px;
    color: #2f3237;
}