body {
    margin-top: 50px;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    background-color: #f4f4f4;
    height: auto;
}

#div-principal {
    font-size: 1.2em;
}

#bgFeuille {
    position: fixed;
    background-size: auto auto;
    -webkit-background-size: 75%;
    -moz-background-size: 75%;
    -o-background-size: 75%;
    background-size: 75%;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .navbar-center {
        display: inline-block;
        float: none;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

.navbar-default {
    background-color: #FFFFFF;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-brand img {
    height: 1.5em;
}

.navbar-default li a {
    text-transform: uppercase;
    position: relative;
    padding-left: 3em;
}

.navbar-default li a:hover {
    color: #333333;
}

.navbar-default li a:before {
    content: ' ';
    height: 1em;
    width: 1em;
    border-radius: 1em;
    background-color: #000033;
    position: absolute;
    left: 1em;
    top: 1.3em;
}

.navbar-default li:nth-child(1) a:before {
    background-color: #E95E44;
}

.navbar-default li:nth-child(2) a:before {
    background-color: #E95E44;
}

.navbar-default li:nth-child(3) a:before {
    background-color: #c9c9c9;;
}

#divAffixGauche > div {
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #52BCC3;
}

h1, .h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 24px;
}

input.obligatoire, select.obligatoire, textarea.obligatoire,
 .input-group-montant.obligatoire *, .input-group-taux.obligatoire *, .input-group-duree.obligatoire *,
input.btnRadio[type="radio"].obligatoire:not(:checked) + label,
input.btnRadio[type="checkbox"].obligatoire:not(:checked) + label{
    background-color: #ccc;
    border: 1px solid #F35E0E;
}

.texteAlert, .texteImp {
    color: #F35E0E;
}

a{
	color: #F35E0E;
    text-decoration: underline;
}
#FAUTH em {
    margin-bottom: 5px;
    font-weight: bold;
}

#inputSaisie input {
    margin-bottom: 5px;
    width: 100%;
}

input[type=text],
input[type=password],
select, textarea {
    border-radius: 5px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    padding: 5px 8px;
}

input[type=submit] {
    background-image: linear-gradient(to bottom, #F35E0E 0%, #F35E0E 100%);
    color: #FFFFFF;
    border-radius: 4px;
    border: none;
    text-align: center;
}
.divSouscription input[type=submit] {
    padding: 8px 10px;
    margin: 5px auto;
    min-width: 120px;
}

/* validation*/
#SAISIEDONNEE h3 {
    height: 26px;
}

.divLigne {
    line-height: 40px;
    vertical-align: middle;
    margin-bottom: 5px;
}
footer {
    background-color: rgba(82, 188, 195, 0.80);
    line-height: 5em;
    position: relative;
}

footer .container {
    text-align: center;
}

footer a {
    color: #FFFFFF;
    font-size: 1.2em;
}

footer a:hover {
    color: #FFFFFF;
}