body#concours{background-color: #999ca3}


#concours header{
    padding:40px 0;
    margin-bottom: 20px;
}
#concours header .Hleft{text-align:right}
#concours header .Hright{text-align:left;padding-top:5px}

section#mainInfos {
    padding-top: 30px;
    margin: 0 auto 50px;
}

#concours h1 {
font-size: 2em;
margin-bottom: 10px;
font-weight: bold;
}

#concours h2{
    margin-top: 40px;
    margin-bottom: 20px;
}

#concours h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-style: italic;
    margin-bottom: 30px;
    margin-top: -10px;
}

#concours #login h2{
    margin-top: 0px;
    margin-bottom: 20px;
}

#concours #login h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 10px;
}

#concours .step5 h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}

#concours .step5 textarea {width: 400px}

.logout {float: right;}

label[for="id_0-international"]{margin-top:40px}
#id_0-international{margin-top:50px}

#concours .upload{display:block}


/* FORMULAIRE GENERALITES */
input[type="text"], input[type="password"], textarea {
    color: #555;
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 5px;
    width: 200px;
    height: 30px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #DDD;
    background: #ffffff;
    display: inline-block;
    margin: 10px 0;
}

input[type="checkbox"] {
    margin: 10px 0;
}

form select{
    color: #555;
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 5px;
    width: 200px;
    height: 30px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #DDD;
    background: #ffffff;
    display: inline-block;
}


input[type="text"]:hover,  textarea:focus, textarea:hover {
background-color: #efefef;
}

input[type="submit"], button {
    text-shadow: 1px 1px 1px #fff;
    color: #555;
    padding: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #DDD;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 29%, #ededed 57%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(29%,#f6f6f6), color-stop(57%,#ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 29%,#ededed 57%);
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 29%,#ededed 57%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 29%,#ededed 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    background: linear-gradient(top, #ffffff 0%,#f6f6f6 29%,#ededed 57%);
    cursor:pointer;
}

a.back {
    text-shadow: 1px 1px 1px #fff;
    color: #555;
    padding: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #DDD;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 29%, #ededed 57%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(29%,#f6f6f6), color-stop(57%,#ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 29%,#ededed 57%);
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 29%,#ededed 57%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 29%,#ededed 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    background: linear-gradient(top, #ffffff 0%,#f6f6f6 29%,#ededed 57%);
    cursor:pointer;
}


input[type="submit"]{color: #333;}


input[type="file"] {
-webkit-box-align: baseline;
color: inherit;
text-align: start;
color:#000;
}


form label {
    text-align: left;
    float: left;
    padding: 10px;
    margin-right: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #555d71;
    width: 250px;
}


form .submit{
    text-align:center; 
    margin-top:40px;
}

.error, .errors{
    color: red; 
    font-style: italic
}

.helptext {
    color: #bbb;
    font-style: italic;
    display: inline-block;
    max-width: 400px;
    margin-left: 20px;
}

.row{ 
    margin-bottom: 10px;
    min-height: 40px;
}

.row.pair{ background:rgba(51, 157, 206, 0.03);}

/* Page Login */
#login .left {
    float: left;
    width: 500px;
    margin-right: 30px;
}

#login .right {
    float: left;
    width: 368px;
    text-align: center;
}

#login .bord {
    padding: 5px;
    border: 1px dotted #339dce;
}

#login .bord:hover {
    background: rgba(51, 157, 206,0.05);
    transition: background 2s;
    -moz-transition: background 2s;
    -webkit-transition: background 2s;
    -o-transition: background 2s;
}



#login .right input[type="button"], #login .right input[type="submit"], #login .right form input#inputSubmit, #login input.bouton {
    width: 120px;
    margin-left: 0;
    display: inline-block;
    margin-top:1em;
    margin-bottom: 40px;
}
#login .right form {
    margin-left: 0;
    width: 370px;
}

#login form label {
    width:110px;
    margin-right: 10px;
}

#login form {
    width: 600px;
    margin: 20px auto 0;
}

#login form .champ_obligatoire, #login form .error {
    display: inline-block;
}


#login form input, #login form .champ_obligatoire, #login form .cellule_aide {
    display: inline-block;
}

#login span.error{float:right; padding-right:10px;}

.spacer{clear:both}

span.validFichier{color:green}

p.validFichier {
color: #333;
display: inline-block;
margin-bottom: 20px;
margin-right: 20px;
}

/* Page candidat */
#candidat .left {
    float: left;
    width: 450px;
    margin-right: 50px;
    text-align: center;
}

#candidat .right {
    float: left;
    width: 350px;
    text-align: left;
    background: rgba(51, 157, 206,0.05);
    padding: 10px;
    border: 1px dotted #339dce;

    min-height: 300px;
}

#candidat .right h3 {
    text-align: center;
    margin-bottom:20px;
    margin-top: 10px;
    font-size:1.6em;
}
#candidat input[type="button"], #candidat input[type="submit"], #candidat form input#inputSubmit, #candidat input.bouton {
    width: 400px;
    height: 40px;
    margin-left: 0px;
    display: inline-block;
    margin-top:1em;
    margin-bottom: 5px;
}

#candidat .action  input.bouton {
    text-shadow: 1px 1px 1px #fff;
    color: #000;
    padding: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 29%, #ededed 57%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(29%,#f6f6f6), color-stop(57%,#ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 29%,#ededed 57%);
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 29%,#ededed 57%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 29%,#ededed 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    background: linear-gradient(top, #ffffff 0%,#f6f6f6 29%,#ededed 57%);
    cursor:pointer;
}

#candidat .action  input.bouton.disabled {
    color: #bbb;
    border: 1px solid #bbb;
   
}
#candidat .action .disabled:hover { cursor:not-allowed;}