﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 280px;
}

textarea {
    max-width: 300px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
    font-size: 1.4em;
}

.validation-summary-errors li {
    list-style-type: none;
}

.validation-summary-valid {
    display: none;
}

.titre_form {
    border-bottom : 1px solid #ccc;
    color : #666;
    font-size : 18px;
    font-weight :bold;
    margin: 2px 3px 15px;
    text-align : center;
}