body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/*html {
        overflow:-moz-scrollbars-vertical;
}
body{
        background:#eee;
        color:#333;
        font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
        font-size:12px;
        line-height:16px;
        text-shadow:0 1px 0 #fff;
}*/
a {
    color: #333;
    text-decoration: underline;
}

form {
    background: #f5f5f5;
    background: -moz-linear-gradient(90deg, #ddd, #fff); /* Firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); /* Webkit */
    border: 1px solid #aaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 15px #aaa;
    -webkit-box-shadow: 0 0 15px #aaa;
    margin: 20px auto 10px auto;
    padding: 20px;
    width: 440px;
    height: 190px;
}

#login-form {
    min-height: 170px;
    margin: 60px auto 60px auto;
}

.choixEtab-form {
    margin: 60px auto 60px auto;
    min-height: 130px;
}

h1 {
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

form p {
    margin-bottom: 20px;
}

form p:last-child {
    /* Sélecteur avancé pour sélectionner le dernier paragraphe du formulaire */
    margin-bottom: 0;
}

label {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    width: 120px;
    margin: 12px 10px 0px 0px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

form p:hover label {
    color: #0459b7;
}

form p:hover label:after {
    content: " >>";
}

input[type=text],
input[type=password] {
    background: rgba(255, 255, 255, 0.9);
    background: -moz-linear-gradient(90deg, #fff, #eee); /* Firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff)); /* Webkit */
    border: 1px solid #aaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
    padding: 5px 10px;
    width: 140px;
    margin: 10px 10px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;

}

input[type=text]:focus,
input[type=password]:focus {
    border-color: #093c75;
    -moz-box-shadow: 0 0 3px #0459b7;
    -webkit-box-shadow: 0 0 3px #0459b7;
    outline-width: 0pt;
    outline-style: none;
    outline-color: -moz-use-text-color;
}

select {
    cursor: pointer;
    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
    padding: 4px 10px 4px 10px;
    margin: 15px 10px 10px 0px;
}

select:active,
select:focus {
    border: 1px solid #093c75;
    -moz-box-shadow: 0 0 3px #0459b7;
    -webkit-box-shadow: 0 0 3px #0459b7;
    outline: none;
}

input[type=submit],
a.submit {
    float: right;
    background: #ddd;
    background: -moz-linear-gradient(90deg, #428EBE, #5CB9DF); /* Firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#5CB9DF), to(#428EBE)); /* Webkit */
    border: 1px solid #093c75;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    color: #fff;
    cursor: pointer;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 10px 4px 10px;
    margin: 20px 10px 10px 0px;
    text-decoration: none;
    text-shadow: 0 1px 1px #333;
    text-transform: uppercase;
}

p.subscription {
    padding-left: 170px;
    padding-top: 120px;
}

input[type=submit]:hover,
a.submit:hover {
    background: #eee;
    background: -moz-linear-gradient(90deg, #067cd3, #0bcdff);
    background: -webkit-gradient(linear, left top, left bottom, from(#0bcdff), to(#067cd3));
    border-color: #093c75;
    text-decoration: none;
}

input[type=submit]:active,
input[type=submit]:focus,
a.submit:active,
a.submit:focus {
    background: #ccc;
    background: -moz-linear-gradient(90deg, #0bcdff, #067cd3);
    background: -webkit-gradient(linear, left top, left bottom, from(#067cd3), to(#0bcdff));
    border-color: #093c75;
    outline: none;
}

#options {
    margin-bottom: 20px;
}

#options p {
    display: none;
}

#options .show {
    display: block;
}

#options:target .show {
    display: none;
}

#options .hide {
    display: none;
}

#options:target .hide {
    display: block;
}

#options:target p {
    display: block;
}

#finish {
    background: rgba(65, 166, 42, 0.2);
    border: 2px solid #41a62a;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
    padding: 5px 10px;
}

#finish:target {
    display: block;
}

#credits {
    font-size: 11px;
    margin-top: 20px;
    text-align: center;
}

.login_message {
    color: red;
}

