root { 
    display: block;
}
html, body {
    margin: 0; padding: 0;
    color: #052c3c;
    text-align: justify;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
    background-color: #c6c6c6;
    background-image: url('design/bkg_body.jpg');
    background-position: top left;
    background-repeat: repeat-x;
}
img { border: 0; text-decoration: none; }
a { color: #9b1f1f; }
h1 { font-size: 1.5em; font-weight: normal; color: #ffffff; background-color: #3d3d3d; padding: 5px; }
h2 { font-size: 1.5em; font-weight: normal; color: #ffffff; background-color: #3d3d3d; padding: 5px; }
.div-spacer { clear: both; }

/*------------------------------------------------------------------*/
/*----------------------------- GLOBAL -----------------------------*/
#div-site {
    width: 100%;
    max-width: 995px; height: auto;
    padding: 40px 20px 20px 20px;
    margin-left: auto; margin-right: auto;
    background-color: #ffffff;
    position: relative;
}
#div-header {
    width: 100%; height: 100%;
    margin-bottom: 25px;
    clear: both;
}
#div-banner {
    width: 100%; height: 208px; position: relative;
    background-image: url('design/bandeau.jpg');
    clear: both;
}


/*-------------------------------------------------------------------------------*/
/*----------------------------- INSCRIPTION & FICHE -----------------------------*/
#div-block-choix-inscription {
    width: auto; height: auto;
    padding-top: 20px; padding-bottom: 20px;
    border: 1px solid #d5d5d5;
}
.div-choix-inscription {
    width: 33%; height: auto; text-align: center;
    float: left;
}
.champ-inscription-obligatoire {
    color: #9b1f1f;
}
.img-radio {
    vertical-align: middle;
}
.table-formulaire-inscription {
    width: 50%; padding-right: 20px;
}
.table-formulaire-inscription td {
    padding-top: 2px; padding-bottom: 2px;
}
.erreur-form { font-weight: bold; color: #9b1f1f; }

.titre-champ {
    width: 110px;
    vertical-align: middle;
}
.input-text {
    width: 100%; height: 25px;
    padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px;
    border-radius: 10px;
    background-color: #d5d5d5;
    border: 1px solid #d5d5d5;
    outline: none;
}
.input-text-empty {
    border: 1px solid #9b1f1f;
}
.input-text:focus {
    border: 1px solid #a7a9ac;
}
.input-submit   {
    font-size: 18px; color: #ffffff;
    padding: 6px 10px 6px 10px;
    background-color: #3d3d3d;
    vertical-align: middle;
    cursor: pointer;
}
.input-select {
    text-align: center;
    background-color: #d5d5d5;
    border: 0px;
    outline: none;
}
span.customSelect {
    width: 250px; height: 20px;
    text-align: center; vertical-align: middle;
    background-color: #d5d5d5;
     padding-right: 5px; padding-top: 5px;
    border: 1px solid #d5d5d5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 1px;
    border-radius: 10px;
}
span.customSelect.changed { }
.customSelectInner { }