@charset "utf-8";

/* ------------ Page index bnp ---------------- */
body {
	line-height: 1;
}
#content {
    clear: both;
    display: table;
    margin: 0 auto;
}
#middle_left, #middle_right {
    float: left;    
}
#middle_left {
    width: 665px;
    margin: 145px 0 10px 0;
}
#middle_right {
    width: 460px;
    margin: 145px 0 10px 40px;
}
/* Bloc connexion */
#connexion {
    background: url(../img/8/icone-connexion.png);
    background-repeat: no-repeat;
    background-position: 38px 73px;
    border: 2px solid #00965E;
    padding: 38px 38px 30px;
    min-height: 238px;
	border-radius:18px;
}
.titre-accueil {
    font-family: BNPP Sans Regular, EmbeddedArimo, sans-serif;
    font-size: 22px;
}
.texte-accueil {
    font-family: EmbeddedDejaVuSans, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 20px;
    padding-top: 20px;
    padding-left: 148px;
}
.texte-accueil-italique {
    font-family: EmbeddedDejaVuSans, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    font-style: italic;
    margin-left: 10px;
}
.bt-connexion {
    background-color: #be1d69;
    text-align: center;
    padding: 9px 5px 5px 5px;
    width: 150px;
	border-radius: 5px;
}
.bt-connexion a {
    font-family: BNPP Sans Regular, EmbeddedArimo, sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.bt-connexion:hover, .bt-connexion a:hover {
    background-color: #942358;
    color: #ffffff;
}
#connexion .texte-accueil {
    padding: 20px 0 0 148px;
}
#connexion .titre-accueil {
    color: #00965E;
}
/* Bloc contact */
#contact {
    background: url(../img/8/icone-contact.png);
    background-repeat: no-repeat;
    background-position: 275px 73px;
    margin-right: 10px;
    border: 2px solid #E77226;
    padding: 38px 38px 30px;
    min-height: 238px;
	border-radius:18px;
}
#contact .titre-accueil {
    color: #E77226;
}
#contact .texte-accueil {
    padding: 20px 148px 0 0;
}
ΒΆ
/* Bloc bottom */
#bottom {
    bottom: 0;
    width: 100%;
}
#footer {
    margin-top: 280px;
    padding-right: 30px;
    text-align: center;
}
#footer li{
    display:inline;
    padding:0 2px;
}
#footer li, #footer li a {
    font-family: EmbeddedDejaVuSans, sans-serif;
    font-size: 11px;
    color: #7c7c7c;
    text-align: center;
}
#footer li a:hover {
    text-decoration:underline;
}
@media screen and (max-width: 1205px) {
    #middle_left,#middle_right {
        margin: 45px 0 10px 40px;
    }
    #footer {
        margin-top: 45px;
    }
}
/* ------------ Fin Page index bnp ---------------- */

/* ------------ Page de login ---------------- */
#login {
    border: 2px solid #00965E;
    padding: 38px 80px;
    margin: 135px auto;
    width: 475px;
	border-radius:18px;
}
.titre-login {
    font-family: BNPP Sans Regular, EmbeddedArimo, sans-serif;
    font-size: 22px;
    text-align: left;
    color: #00965E;
    padding-bottom: 25px;
}
input[class="input-login"] {
    border: 1px solid #00965E;
    font-size: 14px;
    padding-left: 4px;
	font-family: EmbeddedArimo, sans-serif;
}
.boutonValider, .boutonValider_on {
    font-family: BNPP Sans Regular, EmbeddedArimo, sans-serif;
    font-size: 16px;
    background-image: none !important;
    background-color: #be1d69;
    text-align: center;
    padding: 5px 34px !important;
    color: #ffffff;
    border: 0;
    text-transform: uppercase;
    width:auto;
    height: 30px;
    white-space: nowrap;
    cursor: pointer;
}
.boutonValider:hover, .boutonValider_on {
    background-color: #942358 !important;
}
.boutonAnnuler, .boutonAnnuler_on {
    font-family: BNPP Sans Regular, EmbeddedArimo, sans-serif;
    font-size: 16px;
    background-image: none !important;
    background-color: #c7c7c7;
    text-align: center;
    padding: 5px 34px !important;
    color: #ffffff;
    border: 0;
    text-transform: uppercase;
    width:auto;
    height: 30px;
    white-space: nowrap;
    cursor: pointer;
}
.boutonAnnuler:hover, .boutonAnnuler_on {
    background-color: #605f60 !important;
}
/* ------------ Fin Page de login ---------------- */