body {
    margin: 0;
    padding: 0;
}

/* importé depuis ancien formulaire */
div#main_header {
    background-color: #ffffff;
    width: 974px;
    /*height: 239px;*/
    margin: auto;
}

.container {
    width: 950px;
    margin: 0 auto;
}

.container {
    border-left: 12px solid white;
    border-right: 12px solid white;
    background-color: white;
}

.clearfix,
.container {
    display: block;
}

div#login_bar {
    background-color: transparent !important;
    border: none;
    /*padding-top: 28px !important;*/
    /*height: 60px;*/
}

div#main_title {
    height: 41px !important;
    padding: 0;
    margin: 0;
    font-family: cuprum, arial, serif !important;
    color: white;
    padding-left: 210px !important;
    line-height: 46px !important;
    font-size: 25px;
    letter-spacing: 3px;
    padding-bottom: 10px;
}

/* fin */

.formulaire {
    margin: 0 auto;
    width: 974px;
    background-color: #ffffff;
}

.formulaire>h1 {
    font-size: 16px;
    padding: 41px 10px 10px 10px;
}

form>div {
    padding: 10px;
    width: 974px;
}

form>div>input:not([type="checkbox"]),
form>div>div>input:not([type="checkbox"]),
form>div>textarea {
    width: 600px;
}

.subcontainer {
    padding-left: 200px;
}

form>div input[type="submit"],
form>div input[type="reset"],
form>div>div>input[type="button"] {
    margin-top: 20px;
    width: 120px;
    background-color: #15428b;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

form>div>textarea {
    height: 50px;
}

form>div>textarea.descriptif {
    height: 150px;
}

#periode-container {
    min-height: 150px;
    display: block;
}

#form-manifestation-container {
    margin: auto !important;
    clear: both;
}

.texte_gras {
    font-weight: bold;
}
