.staging-bar {
    visibility: visible;
}

.portlet-msg-success, .lfr-message-success, .portlet-msg-error, .lfr-message-error, .portlet-msg-info, .lfr-message-info {
    background-repeat: no-repeat;
    padding-left: 20px;
}

.article-content a {
    color: #005891;
    text-decoration: underline;
}

.article-content-max a {
    color: #005891;
    text-decoration: underline;
}

.article-content img {
    padding: 10px;
}

.article-content-max img {
    padding: 10px;
}

.submit {
    border: none;
    padding: 0.2em 1em;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    background: #555;
    color: #fff;
    font-weight: normal;
}

.submit:hover,
.submit:focus,
.submit:active {
    background: #888;
}

.aui-w3-10, .aui-w30 {
    width: auto;
}

/** Forms **/

.informations-required {
    font-style: normal;
    font-size: 0.917em;
}

.required {
    color: #c93636;
}

#formContact fieldset {
    margin-top: 20px;
    border: 1px solid #C0C0C0;
    padding: 1em
}

#formContact fieldset legend {
    float: none;
    width: auto;
    text-align: left;
}

.form-row-contact {
    clear: both;
    margin-top: 15px;
}

.form-row-contact-select {
    padding-bottom: 25px;
}

.form-row-contact label {
    padding-top: 3px;
    text-align: left;
}

.form-row label.error {
    color: red;
    display: none;
    font-weight: bold;
}

#formContact label.error {
    margin-left: 10px;
    width: auto;
    display: inline;
    color: red;
    float: none;
}

#formContact input.error {
    border: 1px dotted red;
}

#mailMessage label.success {
    width: 100%;
    display: inline;
    color: green;
    text-align: center;
}

#mailMessage label.error {
    width: 100%;
    display: inline;
    color: red;
    text-align: center;
}