#contact_form{
    background-color:#3e8c84;
    margin:0px;
    padding:0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 547px;
    font-family: verdana MS,sans-serif;
    line-height: 15px;
    color: #222;
    font-size: 12px;
}

.notice{
    text-align: center;
    margin: 1%;
}

/* unvisited link */
.notice a:link {
    color: #222;
    text-decoration: underline;
}

/* visited link */
.notice a:visited {
    color: #222;
    text-decoration: underline
}

/* mouse over link */
.notice a:hover {
    color: blue;
    text-decoration: underline
}

/* selected link */
.notice a:active {
    color: #222;
    text-decoration: underline
}

.zone_champ{
    margin-left: 15%;
}

.contact_champ input{
    width:50%;
    margin-bottom: 2%;
}

.width_auto input{
    width:30%;
    margin-bottom: 2%;
}

.textarea_champ{
    width:70%;
    margin-bottom: 2%;
    height: 257px;
}


#btn_submit{
    margin-top: 2%;
    margin-left: 38%;
}

.well{
    background: transparent !important;
    border: none !important;
}