#form, #feedbackOk, #contact {
    background: #fff;
    height: 60px;
    padding: 25px;
    text-align: center;
    width: 300px;
}
#presse_connex {
    background: url('../../skins/img/pro_connex.jpg') no-repeat top center;
    padding: 175px 0 90px;
}
#formConnexion {
    background: #e8882d;
    border: 3px solid #2d2b25;
    border-radius: 400px;
    height: 312px;
    margin: 0 auto;
    padding: 72px 32px 0;
    text-align: center;
    width: 320px;
}
#formConnexion h1 {
    color: #fff;
    font-size: 1.9em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#formConnexion h1 span {
    font-size: 1.3em;
}
#formConnexion input, #formConnexion button {
    background: #2d2b25;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-family: 'jaf-facitweb', 'Trebuchet MS', sans-serif;
    margin: 12px 0 0;
    padding: 3px 10px;
}
#formConnexion button {
    border-radius: 60px;
    font-size: 2.2em;
    padding: 20px;
}
#formConnexion a {
    color: #fff;
    font-size: 0.9em;
}

#no_connex {
background: #1c1c1c;
box-shadow: 0 0 10px #000;
color: #fff;
height: 100px;
left: 50%;
margin-left: -130px;
padding: 30px;
position: fixed;
text-align: center;
top: 220px;
width: 200px;
z-index: 99;
}

#presse_inscr {
    background: #1c1c1c url('../../skins/img/pro_inscr.jpg') no-repeat bottom center;
    color: #fff;
    overflow: hidden;
    padding: 60px 0 80px;
}
#presse_inscr h1 {
    font-size: 2.5em;
    text-transform: uppercase;
}
#presse_inscr h2 {
    color: #f59625;
    font-size: 1.8em;
    text-transform: uppercase;
}
#presse_inscr h2 span {
    font-size: 1.2em;
}
#formInscription {
    float: right;
    margin-right: 77px;
    width: 440px;
}
#formInscription label {
    float: left;
    padding: 0 10px 10px 0;
    text-align: right;
    width: 210px;
}
#formInscription label span {
    float: left;
    margin-left: 12px;
    text-align: left;
}
#formInscription input, #formInscription select {
    background: #2d2b25;
    border: 0;
    border-radius: 8px;
    color: #ababab;
    float: left;
    margin: 0 0 10px;
    padding: 5px;
    width: 210px;
}
#formInscription input[type="checkbox"] {
    width: 12px;
}
#formInscription button {
    background: url('../../skins/img/lnk_mag.png') repeat-y top left;
    background-size: 100% 1px;
    border: none;
    color: #fff;
    cursor: pointer;
    float: right;
    font: 1.1em 'jaf-facitweb', 'Trebuchet MS', sans-serif;
    padding: 10px 20px;
}
#formInscription + div {
    float: left;
    margin-left: 77px;
    width: 460px;
}
.req {
    color: #f59625;
}
.clear {
    clear: right;
}