/* Organisation du site

BODY
    GLOBAL
        -> Header
        -> Haut droit
        -> Contenu général
            -> Contenu principal
            -> Contenu droit
        -> Bas droit
    FOOTER

*/
/******************************************************************************************/
/********************* Styles communs pour toutes les pagees du site **********************/
/******************************************************************************************/
img { border: 0; }
.marge { margin-left: 35px; }
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    text-decoration: none;
    border:none; 
}
a:active {
    text-decoration: none;	
}

* { font-family: Arial, Helvetica, sans-serif; }

body {
    /*background: #b6cfff;*/
    background: white url(../img/fond_body.png) top repeat-x;
    /*background: white url(../test.png) no-repeat top;*/
    font-size: 13px;
    margin: 0;
}

#global {
    width: 988px;
    margin: 0 auto;
}

#header {
    width: 988px;
    height: 227px;
    margin: 0 auto;
    z-index: -5;
    /*background: url(../test3.png) no-repeat top;*/
}

#haut-droit {
    height: 185px;
    background: url('../img/fond_haut_droit.png') no-repeat;
    margin-left: 702px;
    margin-top: -13px;
    z-index: 1;
    position: relative;
}
#contenu-droit .drapeau_date {
    width: 248px;
    text-align: center;
    margin-top: -153px;
    margin-left: 0px;
}
#contenu-droit .drapeau_date table {
    width: 140px;
    margin-bottom: 10px;
}

#contenu-general {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: -165px;
    margin-top: -165px;
}

#contenu-principal {
    /*border-right: 1px solid black;
    padding: 5px;*/
    float: left;
    width: 710px;
    min-height: 510px;
}

#contenu-droit
{
    background-image: url("../img/fond_droit.png");
    background-repeat: repeat-y;
    bottom: 165px;
    position: absolute;
    margin-left: 702px;
    top: 165px;
    width: 250px;
    padding-left: 35px;
    z-index: 2;
    min-height: 150px;
}

#bas-droit {
    width: 285px;
    height: 185px;
    background: url('../img/fond_bas_droit.png') no-repeat;
    margin-left: 702px;
    margin-bottom: -13px;
    z-index: 1;
    position: relative;
}

#footer{
    width: 100%;
    height: 51px;
    margin: 0 auto;
    padding-top: 30px;
    background: url(../img/fond_footer.png) top repeat-x;
    text-align: center;
    color: black;
    font-size: 11px;
    clear: both;
}
#footer p {
    margin: 0;
    margin-bottom: 8px;
}
#footer a{
    color: #2b47bc;
    margin-left: 5px;
    margin-right: 5px;
}
#footer a.lien_mention{
    color: #2b47bc;
    margin: 0;
}
#footer a:hover, a.lien_mention:hover{
    color: #2b47bc;
    text-decoration: underline;
}
#footer .lien_admin {
    color: black;
    text-decoration: none;
    margin: 0;
}
#footer .lien_admin:hover {
    text-decoration: none;
    color: black;
    outline: 0;
}

/******************************************************************************************/
/****************** FIN Styles communs pour toutes les pagees du site *********************/
/******************************************************************************************/


/******************************************************************************************/
/********************************** DEBUT Styles MENU *************************************/
/******************************************************************************************/
ul#menu {
    width:988px;
    height:38px;
    list-style:none;
    margin: 0 auto;
    padding-left: 0px;
    margin-bottom: 15px;
    margin-top: -53px;
}
ul#menu li {
    float:left;
}
ul#menu li a {
    background:url(../img/fond_menu.png) no-repeat;
    display:block;
    height:38px;
    position:relative;
    outline: 0;
}   
ul#menu li a.accueil {
    width:90px;
    background-position:0px 0px;
}
ul#menu li a.biens {
    width:88px;
    background-position:-90px 0px;
}
ul#menu li a.terrains {
    width:120px;
    background-position:-178px 0px;
}
ul#menu li a.nouveautes {
    width:140px;
    background-position:-298px 0px;
}
ul#menu li a.espace-vendeurs {
    width:180px;
    background-position:-438px 0px;
}
ul#menu li a.infos-pratiques {
    width:145px;
    background-position:-618px 0px;
}
ul#menu li a.la-region {
    width:117px;
    background-position:-763px 0px;
}
ul#menu li a.contact {
    width:99px;
    background-position:-880px 0px;
}

ul#menu li a.accueil_current, ul#menu li a.accueil_current:hover {
    width:90px;
    background-position: 0px -48px;
}
ul#menu li a.biens_current, ul#menu li a.biens_current:hover {
    width:88px;
    background-position: -90px -48px;
}
ul#menu li a.terrains_current, ul#menu li a.terrains_current:hover {
    width:120px;
    background-position:-178px -48px;
}
ul#menu li a.nouveautes_current, ul#menu li a.nouveautes_current:hover {
    width:140px;
    background-position:-298px -48px;
}
ul#menu li a.espace-vendeurs_current, ul#menu li a.espace-vendeurs_current:hover {
    width:180px;
    background-position:-438px -48px;
}
ul#menu li a.infos-pratiques_current, ul#menu li a.infos-pratiques_current:hover {
    width:145px;
    background-position:-618px -48px;
}
ul#menu li a.la-region_current, ul#menu li a.la-region_current:hover {
    width:117px;
    background-position:-763px -48px;
}
ul#menu li a.contact_current, ul#menu li a.contact_current:hover {
    width:99px;
    background-position:-880px -48px;
}

ul#menu li a.accueil:hover {
    background-position:0px -48px;
}
ul#menu li a.biens:hover {
    background-position:-90px -48px;
}
ul#menu li a.terrains:hover {
    background-position:-178px -48px;
}
ul#menu li a.nouveautes:hover {
    background-position:-298px -48px;
}
ul#menu li a.espace-vendeurs:hover {
    background-position:-438px -48px;
}
ul#menu li a.infos-pratiques:hover {
    background-position:-618px -48px;
}
ul#menu li a.la-region:hover {
    background-position:-763px -48px;
}
ul#menu li a.contact:hover {
    background-position:-880px -48px;
}
/******************************************************************************************/
/*********************************** FIN Styles MENU **************************************/
/******************************************************************************************/


/******************************************************************************************/
/**************************************** ACCUEIL *****************************************/
/******************************************************************************************/

#contenu-principal .texte_intro {
    background: url('../img/fond_texte_intro.png') no-repeat;
    height: 145px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}
#contenu-principal .texte_intro2 {
    background: url('../img/fond_texte_intro2.png') no-repeat;
    height: 145px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}

#contenu-principal .alors_contactez {
    float: left;
    margin-top: 30px;
    margin-left: 80px;
}
#contenu-principal .alors_contactez a{
    color: #2b47bc;
}
#contenu-principal .email_telephone {
    float: right;
    margin-top: 5px;
    margin-right: 90px;
    margin-bottom: 10px;
}
#contenu-principal .email_telephone img{
    padding-left: 20px;
}
#contenu-principal .email_telephone a.lien_email{
    background:transparent url(../img/email.png) no-repeat top left;
    text-indent:-999999px;
    width:290px;
    height:34px;
    margin:0px 0px 0px 0px;
    float:left;
    background-position:0px 0px;
    outline: 0;
}
#contenu-principal .email_telephone a.lien_email:hover{
    background-position:0px -35px;
}

/*.fadeLien {
position:relative;
display:block;
width:290px;
height:34px;
background:url(../img/email.png) 0 0 no-repeat;
}

.fadeLien * {
display: none;
}

.fadeLien span.hover {
position: absolute;
top: 0;
left: 0;
display: block;
width:290px;
height:34px;
background:url(../img/email.png) 0 -35px no-repeat;
}*/


#contenu-principal .nouveautes{
    background: url('../img/fond_nouveautes.png') no-repeat;
    height: 335px;
    float: left;
    width: 420px;
    font-size: 11px;
    padding-top: 50px;
}
#contenu-principal .nouveautes .englobe{
    width: 390px;
    padding-left: 16px;
}
#contenu-principal .nouveautes .englobe .texte_photo{
    float: left;
    margin-top: 5px;
}
#contenu-principal .nouveautes .englobe .texte_photo p{
    text-align: justify;
    font-size: 11px;
}
#contenu-principal .nouveautes .englobe .texte_photo .photo {
    float:left;
}
#contenu-principal .nouveautes .englobe .texte_photo .ref {
    margin: 0;
    margin-bottom: 8px;
}
#contenu-principal .nouveautes img {
    border: 1px solid white;
    margin-right: 10px;
}
#contenu-principal .nouveautes .lien {
    float: right;
    font-weight: bold;
}
#contenu-principal .nouveautes .lien a{
    text-decoration: none;
    color: #2b47bc;
}
#contenu-principal .nouveautes .lien a:hover{
    text-decoration: none;
    color: blue;
}

#contenu-principal .coupdecoeur{
    background: url('../img/fond_coupdecoeur.png') no-repeat;
    height: 329px;
    width: 270px;
    padding-top: 56px;
    font-size: 12px;
    float: right;
    margin-right: 7px;
}
#contenu-principal .coupdecoeur .texte{
    width: 242px;
    margin-left: 15px;
}
#contenu-principal .coupdecoeur .texte p{
    text-align: justify;
    margin-top: 8px;
    margin-bottom: 8px;
}
#contenu-principal .coupdecoeur img {
    border: 1px solid white;
}
#contenu-principal .coupdecoeur .lien {
    float: right;
    font-weight: bold;
    font-size: 11px;
}
#contenu-principal .coupdecoeur .lien a{
    text-decoration: none;
    color: #2b47bc;
}
#contenu-principal .coupdecoeur .lien a:hover{
    text-decoration: none;
    color: blue;
}

#contenu-droit .info_droite{
    background: url('../img/fond_info_biens.png') no-repeat;
    height: 58px;
    padding-left: 35px;
    padding-top: 12px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    /*margin-top: 20px;*/
    margin-left: -30px;
    /*margin-bottom: 7px;*/
    margin-top: 20px;
    margin-bottom: 7px;
    color: #2b47bc;
}
#contenu-droit .info_droite a {
    text-decoration: none;
    color: #AB1616;
}
#contenu-droit .info_droite a:hover {
    text-decoration: underline;
}

.haut_acquereur {
    background: url('../img/fond_haut_acquereur.png') no-repeat;
    width: 228px;
    height: 47px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
}
.milieu_acquereur {
    background: url('../img/fond_milieu_acquereur.png') repeat-y;
    width: 208px;
    min-height: 10px;
    padding: 0px 10px 0px 10px;
    margin: 0 auto;
}
.bas_acquereur {
    background: url('../img/fond_bas_acquereur.png') no-repeat;
    width: 228px;
    height: 18px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.milieu_acquereur #demande p{
    margin: 0;
    padding-bottom: 7px;
}
.milieu_acquereur #demande .prix {
    color: #2b47bc;
}

/*#contenu-droit .bg_acquereur{
    background: url('../img/fond_acquereur1.png') no-repeat;
    text-align: justify;
    height: 178px;
    width: 202px;
    font-size: 12px;
    margin-left: 10px;
    /* padding : top right bottom left; */
    /*padding: 50px 12px 10px 12px;
    
    font-weight: bold;
}*/
#contenu-droit .milieu_acquereur .texte{
    text-align: center;
    font-variant: normal;
}
#contenu-droit .milieu_acquereur .acquereur_tableau{
    margin: 0 auto;
}
#contenu-droit .milieu_acquereur .acquereur_tableau p{
    margin: 0;
}
#contenu-droit .milieu_acquereur a{
    color: #2b47bc;
    font-size: 12px;
    font-weight: bold;
}
#contenu-droit .milieu_acquereur a:hover{
    text-decoration: none;
}
#contenu-droit .fnaim {
    font-size: 11px;
    text-align: center;
    width: 245px;
}
#infobulle_accueil{
    position:absolute;
    padding:12px 19px;
    display:none;
    font-size: 11px;
    z-index: 2;
    width: 190px;
    background: url('../img/fond_infobulle.png') no-repeat;
    text-align: justify;
}
a#infobulle_accueil:hover{
    text-decoration: none;
}

#infobulle_drapeau{
    position:absolute;
    padding:12px 19px;
    display:none;
    font-size: 11px;
    z-index: 2;
    width: 90px;
    background: url('../img/fond_infobulle_drapeau.png') no-repeat;
}
a#infobulle_drapeau:hover{
    text-decoration: none;
}

/******************************************************************************************/
/************************************* FIN ACCUEIL ****************************************/
/******************************************************************************************/

/******************************************************************************************/
/**************************************** BIENS *******************************************/
/******************************************************************************************/
#contenu-bien {
    min-height: 720px;
}

#contenu-principal .titre_biens_terrains_nouveautes {
    font-weight: bold;
    margin: 0;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 15px;
}

#contenu-principal .fond_pagination_tri{
    width: 710px;
    height: 42px;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    background: url('../img/fond_pagination.png') no-repeat;
}
#contenu-principal .tri {
    float: right;
    padding-top: 4px;
    padding-right: 10px;
    font-size: 12px;
}
#contenu-principal .tri table {
    border-collapse: collapse;
}
#contenu-principal .tri table .lien_tri {
    padding-bottom: 10px;
}
#contenu-principal .tri a.tri_haut {
    background: transparent url('../img/fleche_haut.png') no-repeat;
}
#contenu-principal .tri a.tri_bas {
    background: transparent url('../img/fleche_bas.png') no-repeat;
}
#contenu-principal .tri a.tri_haut, #contenu-principal .tri a.tri_bas {
    text-indent:-999999px;
    width:15px;
    height:10px;
    margin:10px 0px 0px 0px;
    float:left;
    background-position:0px 0px;
    outline: 0;
}
#contenu-principal .tri a.tri_haut:hover, #contenu-principal .tri a.tri_bas:hover {
    background-position:0px -13px;
}

#contenu-principal .pagination {
    font-size: 12px;
    padding-top: 16px;
    padding-left: 10px;
    float: left;
}

#contenu-principal .pagination a {
    background: url('../img/fond_lienpagination.png') no-repeat;
    padding: 9px 8px 2px 18px;
    color: #1450e7;
    font-weight: bold;
    text-decoration: none;
    float: left;
    height: 15px;
    margin-top: -9px;
    outline: 0;
}
#contenu-principal .pagination a span#lien_chiffre {
    position: absolute;
    margin-left: -8px;
    margin-top: -4px;
}
#contenu-principal .pagination a span#lien_nombre {
    position: absolute;
    margin-left: -12px;
    margin-top: -4px;
}
#contenu-principal .pagination a:hover,
#contenu-principal .pagination a:active {
    background-position:0px -26px;
    color: white;
}
#contenu-principal .pagination a#courant {
    color: white;
    background-position:0px -26px;
}
#contenu-principal .pagination a#courant:hover {
    background-position:0px -26px;
}
#contenu-principal .pagination a#suivant {
    background: url('../img/suivant_pagination.png') no-repeat;
}
#contenu-principal .pagination a#suivant:hover {
    background-position:0px -26px;
}
#contenu-principal .pagination a#precedent {
    background: url('../img/precedent_pagination.png') no-repeat;
    padding: 9px 8px 2px 18px;
}
#contenu-principal .pagination a#precedent:hover {
    background-position:0px -26px;
}
#contenu-principal .bien_bleu {
    background: url('../img/fond_bien_bleu.png') no-repeat;
}
#contenu-principal .bien_jaune {
    background: url('../img/fond_bien_jaune.png') no-repeat;
}
#contenu-principal .bien_jaune, .bien_bleu {
    width: 698px;
    height: 155px;
    padding: 12px 0px 0px 12px;
}
#contenu-principal .photo_bien{
    border: 1px solid white;
}
#contenu-principal a{
    outline: 0;
}
#contenu-principal .bien_jaune .detail_bien, .bien_bleu .detail_bien {
    float: left;
    width: 530px;
    padding-left: 10px;
}
#contenu-principal .bien_jaune .detail_bien p, .bien_bleu .detail_bien p{
    margin: 0;
}
#contenu-principal .bien_jaune p.prix, .bien_jaune p.prix a{
    color: #2b47bc;
}
#contenu-principal .bien_bleu p.prix, .bien_bleu p.prix a{
    color: white;
}
#contenu-principal p.prix, p.prix a{
    margin: 0;
    font-weight: bold;
    float: left;
    text-decoration: none;
    font-size: 15px;
}
#infobulle_prix {
    position:absolute;
    padding:11px 19px;
    display:none;
    font-size: 11px;
    z-index: 2;
    width: 190px;
    background: url('../img/fond_infobulle.png') no-repeat;
}
a#infobulle_prix:hover{
    text-decoration: none;
}
#contenu-principal .bien_jaune .detail, .bien_bleu .detail {
    margin-left: 495px;
    margin-top: -5px;
    width: 50px;
}

.recherchebien{
    background: url('../img/fond_recherchebien.png') no-repeat;
    height: 290px;
    margin-top: 30px;
    margin-left: -2px;
    padding-top: 50px;
}
.recherchebien p.titre_recherchebien {
    margin: 0;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.recherchebien .categorie {
    padding-bottom: 7px;
    padding-left: 13px;
    margin: 0;
}
.recherchebien .categorie a{
    color: blue;
    font-size: 12px;
}
.recherchebien .categorie a:hover{
    text-decoration: underline;
}
.recherchebien .typedebien, .recherchebien .departement, .recherchebien .secteur{
   width: 154px;
   margin: 0 auto;
   margin-bottom: 5px;
}
.recherchebien .typedebien select, .recherchebien .departement select, .recherchebien .secteur select{
   background: url(../img/fond_listederoulante.png) no-repeat;
   border: none;
   padding-right: 4px;
   padding-left: 2px;
   padding-bottom: 4px;
   padding-top: 4px;
   font-size: 12px;
   width: 154px;
   outline: 0;
}
.recherchebien .prix{
    width: 175px;
    margin-left: 40px;
}
.recherchebien .prix label.prix_min{
    font-size: 11px;
    margin-left: 19px;
}
.recherchebien .prix label.prix_max{
    font-size: 11px;
    margin-left: 53px;
}
.recherchebien .prix input[type=text]{
    border: none;
    background: url('../img/fond_input.png') no-repeat;
    background-position: 0px 0px;
    width: 69px;
    font-size: 13px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    outline: 0;
}
.recherchebien input[type=text]:focus {
    background-position: 0px -34px;
}
.recherchebien .bouton_submit {
    width: 40px;
    margin: 0 auto;
    margin-top: 4px;
}
.recherchebien input[type=submit] {
    border: none;
    background: url('../img/bouton_recherchebien.png') no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: 0;
    padding: 5px;
}
.recherchebien input[type=submit]:hover{
    background-position: 0px -50px;
}

.rechercheparref {
    background: url('../img/fond_rechercheref.png') no-repeat;
    margin-left: -1px;
    height: 130px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.rechercheparref p.titre_rechercheparref {
    margin: 0;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
}
.rechercheparref p.texte_rechercheparref {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 3px;
    text-align: center;
    font-style: italic;
    font-size: 12px;
}
.rechercheparref table{
    margin: 0 auto;
    margin-top: 5px;
    border-collapse: collapse;
}

.rechercheparref input[type=text] {
    border: none;
    background: url('../img/fond_input.png') no-repeat;
    background-position: 0px 0px;
    width: 69px;
    font-size: 13px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    outline: 0;
}
.rechercheparref input[type=text]:focus{
    background-position: 0px -34px;
}

.rechercheparref input[type=submit] {
    border: none;
    background: url('../img/bouton_recherchebien.png') no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: 0;
    padding: 5px;
    margin-left: 20px;
}
.rechercheparref input[type=submit]:hover{
    background-position: 0px -50px;
}

.titre_resultat_recherche {
    background: url('../img/fond_titre_rechercheref.png') no-repeat;
    width: 690px;
    height: 32px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-top: 11px;
}
.fond_resultat_recherche {
    background: url('../img/fond_texte.png') no-repeat;
    width: 690px;
    height: 120px;
    padding-top: 15px;
    padding-left: 20px;
}
.resultat_recherche {
    width: 690px;
    margin: 0;
}
.resultat_recherche_retour {
    margin: 0;
    margin-left: -3px;
    padding-top: 15px;
}
.resultat_recherche_retour a{
    background:transparent url(../img/bouton_retour.png) no-repeat top left;
    text-indent:-999999px;
    width:69px;
    height:27px;
    margin:0px 0px 0px 0px;
    float:left;
    background-position:0px 0px;
    outline: 0;
}
.resultat_recherche_retour a:hover{
    background-position:0px -36px;
}

.resultat_recherche_bien {
    background: url('../img/fond_titre_rechercheref.png') no-repeat;
    width: 690px;
    height: 32px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-top: 11px;
}

.bouton_haut {
    float: right;
    margin-right: 2px;
}
.bouton_haut a {
    background:transparent url(../img/bouton_hautdepage.png) no-repeat top left;
    text-indent:-999999px;
    float: left;
    width:26px;
    height:26px;
    background-position:0px 0px;
    outline: 0;
}
.bouton_haut a:hover {
    background-position:0px -34px;
}

/*.fadeLien {
position:relative;
display:block;
width:79px;
height:27px;
background:url(../retour.png) 0 0 no-repeat;
}

.fadeLien * {
display: none;
}

.fadeLien span.hover {
position: absolute;
top: 0;
left: 0;
display: block;
width:79px;
height:27px;
background:url(../retour.png) 0 -29px no-repeat;
}*/

/******************************************************************************************/
/************************************** FIN BIENS *****************************************/
/******************************************************************************************/


/******************************************************************************************/
/************************************* NOUVEAUTES *****************************************/
/******************************************************************************************/

.titre_nouveautes {
    background: url('../img/fond_titre_nouveautes.png') no-repeat;
    width: 690px;
    height: 30px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-top: 11px;
    font-size: 13px;
}

/******************************************************************************************/
/************************************ FIN NOUVEAUTES **************************************/
/******************************************************************************************/


/******************************************************************************************/
/************************************ DEBUT TERRAINS **************************************/
/******************************************************************************************/
#contenu-terrain {
    min-height: 550px;
}

.titre_terrains {
    background: url('../img/fond_titre_nouveautes.png') no-repeat;
    width: 690px;
    height: 30px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-top: 11px;
}

.texte_terrains {
    padding-left: 10px;
    padding-right: 15px;
    margin-top: 46px;
    text-align: center;
    margin-bottom: 50px;
}
.texte_terrains p {
    text-align: justify;
    margin: 0;
    padding-bottom: 20px;
}
.texte_terrains a {
    outline: 0;
}

/******************************************************************************************/
/************************************* FIN TERRAINS ***************************************/
/******************************************************************************************/


/******************************************************************************************/
/********************************* DEBUT DETAILS BIENS ************************************/
/******************************************************************************************/
#detailbien {
    min-height: 780px;
}

.retour {
    height: 27px;
    margin-bottom: 3px;
    margin-left: 4px;
}
.retour a{
    background:transparent url(../img/bouton_retour.png) no-repeat top left;
    text-indent:-999999px;
    width:69px;
    height:27px;
    float:left;
    background-position:0px 0px;
    outline: 0;
}
.retour a:hover{
    background-position:0px -36px;
}

#contenu-droit .contact {
    background: url('../img/fond_contactpourbien.png') no-repeat;
    margin-top: 30px;
    margin-left: -2px;
    padding-top: 10px;
    margin-bottom: 10px;
    width: 250px;
    height: 540px;
}
.contact .texte_contact {
    text-align: center;
    width: 190px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.contact .message_contact {
    margin: 0 auto;
    font-size: 11px;
    text-align: center;
    width: 190px;
    color: red;
    margin-top: -19px;
    margin-bottom: 5px;
}
.contact form {
    text-align: center;
}
.contact #formu {
    background: url('../img/fond_input_texte.png') no-repeat;
    border: none;
    width: 195px;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 10px;
    font-size: 8pt;
    outline: 0;
}
.contact #formu:focus {
    background-position:0px -40px;
}
.contact textarea{
    border: 1px solid #9e9e9e;
    width: 200px;
    padding-left: 3px;
    padding-top: 5px;
    font-size: 8pt;
    outline: 0;
    margin-top: 7px;
}
.contact .image_captcha {
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact input[type=submit] {
    border: none;
    background: url('../img/bouton_envoyercontact.png') no-repeat;
    width: 50px;
    height: 50px;
    padding: 5px;
    cursor: pointer;
    outline: 0;
}
.contact input[type=submit]:hover{
    background-position: 0px -62px;
}

#contenu-principal .entete{
    background: url('../img/fond_entetedetailbien.png') no-repeat;
    width: 686px;
    height: 105px;
    padding: 16px 12px 0px 12px;
}
.entete .titre_detailbien{
    margin: 0;
    color: #1450e7;
    float: left;
    font-size: 15px;
    font-weight: bold;
}
.entete .prix_detailbien {
    float: right;
    color: #1450e7;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}
.entete .prix_detailbien a{
    text-decoration: none;
}
.entete .prix_detailbien .info_prix {
    font-size: 9px;
    font-style: italic;
}
.entete .ref_detailbien, .entete .secteur_detailbien {
    float: left;
    margin-top: 15px;
}
.entete .img_print {
    float: right;
    margin-top: 8px;
}
.entete .img_print a.logo {
    background: url('../img/logo_imprimante.png') no-repeat;
    text-indent:-999999px;
    float: left;
    width:26px;
    height:26px;
    background-position:0px 0px;
    outline: 0;
}

.haut_contenu_detailbien {
    background: url('../img/fond_haut_detailbien.png') no-repeat;
    width: 686px;
    height: 4px;
    padding: 16px 12px 0px 12px;
}
.milieu_contenu_detailbien {
    background: url('../img/fond_milieu_detailbien.png') repeat-y;
    width: 686px;
    min-height: 345px;
    padding: 0px 12px 0px 12px;
}
.bas_contenu_detailbien {
    background: url('../img/fond_bas_detailbien.png') no-repeat;
    width: 686px;
    height: 9px;
    padding: 0px 12px 16px 12px;
    margin-bottom: -13px;
}
.milieu_contenu_detailbien .description_detailbien {
    margin-top: -13px;
    /*margin-bottom: -13px;*/
    text-align: justify;
}

.milieu_contenu_detailbien .info_video_dpe {
    float: right;
    font-size: 12px;
    padding-left: 10px;
    padding-bottom: 15px;
    padding-top: 8px;
    background: url('../img/fond_infodetailbien.png') no-repeat;
    width: 221px;
    margin-left: 20px;
}
.milieu_contenu_detailbien .info_video_terrain {
    float: right;
    font-size: 12px;
    padding-left: 10px;
    padding-bottom: 15px;
    padding-top: 8px;
    background: url('../img/fond_infodetailbien_terrain.png') no-repeat;
    width: 221px;
    margin-left: 10px;
}

.milieu_contenu_detailbien .info_video_dpe .dpe_detailbien {
    width: 206px;
    margin-top: 8px;
}
.milieu_contenu_detailbien .info_video_dpe .video_detailbien,
.milieu_contenu_detailbien .info_video_terrain .video_detailbien{
    height: 37px;
    width: 206px;
    margin-top: 8px;
}
.milieu_contenu_detailbien .module_reseauxsociaux{
    width: 397px;
    height: 20px;
    border-top: 1px solid black;
    padding-top: 10px;
}

.video_detailbien a {
    background:transparent url(../img/bouton_video.png) no-repeat top left;
    text-indent:-999999px;
    float: left;
    width:125px;
    height:37px;
    background-position:0px 0px;
    outline: 0;
}
.video_detailbien a:hover {
    background:transparent url(../img/bouton_video.png) no-repeat top left;
    background-position:0px -44px;
}

#infobulle_video{
    position:absolute;
    padding:10px 10px;
    display:none;
    font-size: 11px;
    z-index: 2;
    width: 195px;
    background: url('../img/fond_infobulle.png') no-repeat;
    text-align: justify;
    margin: 0;
}
a#infobulle_video:hover{
    text-decoration: none;
}

.photos {
    margin-top: 20px;
    text-align: center;
}
.photos img{
    border: 1px solid black;
    margin-bottom: 10px;
}
/******************************************************************************************/
/********************************** FIN DETAILS BIENS *************************************/
/******************************************************************************************/


/******************************************************************************************/
/*********************************** DEBUT DEMANDES ****************************************/
/******************************************************************************************/

#demandes .texte_demande {
    background: url('../img/fond_demandes.png') no-repeat;
    width: 670px;
    height: 150px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    text-align: justify;
}
#demandes .texte_demande .titre {
    font-size: 18px;
    padding-bottom: 10px;
    margin: 0;
}
#demandes .texte_demande a {
    color: #2b47bc;
}

#demandes .listedemande table.listedemande{
    margin: 0;
    width: 697px;
    border-collapse: collapse;
}
#demandes .listedemande th {
    background-color: #cadcf8;
}
#demandes .listedemande td {
    text-align: center;
}
#demandes .listedemande .tableau_tri {
    margin: 0 auto;
}

#demandes .tableau_tri .lien_tri {
    padding-bottom: 10px;
}
#demandes .listedemande .tableau_tri a.tri_haut {
    background: transparent url('../img/fleche_haut_demandes.png') no-repeat;
}
#demandes .listedemande .tableau_tri a.tri_bas {
    background: transparent url('../img/fleche_bas_demandes.png') no-repeat;
}
#demandes .listedemande .tableau_tri a.tri_haut,
#demandes .listedemande .tableau_tri a.tri_bas {
    text-indent:-999999px;
    width:15px;
    height:10px;
    margin:10px 0px 0px 0px;
    float:left;
    background-position:0px 0px;
    outline: 0;
}
#demandes .listedemande .tableau_tri a.tri_haut:hover,
#demandes .listedemande .tableau_tri a.tri_bas:hover {
    background-position:0px -13px;
}

/*#espace_vendeurs .notification{
    margin: 0;
    text-align: center;
    padding-bottom: 10px;
    color: #dc1d1d;
    font-weight: bold;
}*/
#demandes .haut_liste_demandes {
    background: url('../img/fond_haut_liste_demandes.png') no-repeat;
    width: 686px;
    height: 4px;
    padding: 16px 12px 0px 12px;
}
#demandes .milieu_liste_demandes {
    background: url('../img/fond_milieu_liste_demandes.png') repeat-y;
    width: 698px;
    min-height: 310px;
    padding: 0px 6px 0px 6px;
}
#demandes .bas_liste_demandes {
    background: url('../img/fond_bas_liste_demandes.png') no-repeat;
    width: 686px;
    height: 9px;
    padding: 0px 12px 16px 12px;
    margin-bottom: 0px;
}/*
#espace_vendeurs table {
    margin-left: 30px;
    border-collapse: collapse;
}
#espace_vendeurs .informationsdemande {
    background: url('../img/fond_informationsdemande.png') no-repeat;
    width: 680px;
    height: 35px;
    margin-left: 5px;
    margin-bottom: 10px;
}
#espace_vendeurs .voscoordonnees {
    background: url('../img/fond_voscoordonnees.png') no-repeat;
    width: 680px;
    height: 35px;
    margin-left: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}
#espace_vendeurs input {
    background: url('../img/fond_input_contact.png') no-repeat;
    border: none;
    width: 175px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    outline: 0;
}
#espace_vendeurs input:focus {
    background-position:0px -34px;
}
#espace_vendeurs textarea {
    border: 1px solid #9e9e9e;
    margin-left: 4px;
    padding: 5px;
    font-size: 13px;
    -moz-border-radius : 5px;
    overflow: auto;
}
#espace_vendeurs .captcha {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#espace_vendeurs .captcha table{
    margin: 0 auto;
    margin-top: 10px;
    font-size: 12px;
}
#espace_vendeurs .captcha input#security_code{
    background: url(../img/fond_input_captcha.png) no-repeat;
    border: none;
    width: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    outline: 0;
}
#espace_vendeurs .captcha input#security_code:focus {
    background-position:0px -34px;
}
#espace_vendeurs input[type=submit] {
    border: none;
    background: url('../img/bouton_envoyercontact.png') no-repeat;
    width: 50px;
    height: 50px;
    padding: 5px;
    cursor: pointer;
    outline: 0;
}
#espace_vendeurs input[type=submit]:hover{
    background-position: 0px -62px;
}*/

.image_droit {
    width: 245px;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}

.haut_contact_demandes {
    background: url('../img/fond_hautcontactdemandes.png') no-repeat;
    width: 250px;
    height: 16px;
    margin-left: -2px;
    margin-top: 40px;
}

.milieu_contact_demandes {
    background: url('../img/fond_milieucontactdemandes.png') repeat-y;
    /**/
    margin-left: -2px;
    /*padding-top: 10px;
    margin-bottom: 10px;*/
    width: 250px;
    /*height: 540px;*/
}
.bas_contact_demandes {
    background: url('../img/fond_bascontactdemandes.png') no-repeat;
    width: 250px;
    height: 16px;
    margin-left: -2px;
}

.milieu_contact_demandes .texte_contact {
    text-align: center;
    width: 190px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.milieu_contact_demandes .message_contact {
    margin: 0 auto;
    font-size: 11px;
    text-align: center;
    width: 190px;
    color: red;
    margin-bottom: 7px;
}
.milieu_contact_demandes form {
    text-align: center;
}
.milieu_contact_demandes input {
    background: url('../img/fond_input_texte.png') no-repeat;
    border: none;
    width: 195px;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 10px;
    font-size: 8pt;
    outline: 0;
}
.milieu_contact_demandes input:focus {
    background-position:0px -40px;
}
.milieu_contact_demandes textarea{
    border: 1px solid #9e9e9e;
    width: 200px;
    padding-left: 3px;
    padding-top: 5px;
    font-size: 8pt;
    outline: 0;
    margin-top: 7px;
    margin-left: 1px;
    -moz-border-radius : 5px;
}
.milieu_contact_demandes .captcha {
    margin-top: 15px;
    margin-bottom: 10px;
}
.milieu_contact_demandes table {
    margin: 0 auto;
    border-collapse: collapse;
}
.milieu_contact_demandes input#security_code {
    background: url(../img/fond_input_captcha.png) no-repeat;
    border: none;
    width: 64px;
    padding-top: 9px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    outline: 0;
}
.milieu_contact_demandes input#security_code:focus {
    background-position:0px -34px;
}

.milieu_contact_demandes input[type=submit] {
    border: none;
    background: url('../img/bouton_envoyercontact.png') no-repeat;
    width: 50px;
    height: 50px;
    padding: 5px;
    cursor: pointer;
    outline: 0;
}
.milieu_contact_demandes input[type=submit]:hover{
    background-position: 0px -62px;
}

/******************************************************************************************/
/************************************* FIN DEMANDES ***************************************/
/******************************************************************************************/


/******************************************************************************************/
/******************************** DEBUT ESPACE VENDEURS ***********************************/
/******************************************************************************************/
#carousel {
    width:700px;
    height:270px;
    margin-left: -16px;
}

#espace_vendeurs .carousel {
    background: url('../img/fond_carousel.png') no-repeat;
    width: 670px;
    height: 325px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}
#espace_vendeurs table {
    margin-bottom: 10px;
    font-weight: bold;
    color: #2640ac;
}
#espace_vendeurs .journal_fnaim{
    background: url('../img/fond_journalfnaim.png') no-repeat;
    width: 670px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 12px;
}
#espace_vendeurs .journal_fnaim p {
    text-align: justify;
    margin: 0;
    padding-bottom: 5px;
}
#espace_vendeurs .journal_fnaim p.remede {
    padding-bottom: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #2b47bc;
}
#espace_vendeurs .journal_fnaim p.depeche {
    text-align: right;
    text-decoration: underline;
}

.texte_droit_vendeurs {
    background: url('../img/fond_droit_vendeurs.png') no-repeat;
    padding-top: 10px;
    padding-left: 75px;
    padding-right: 10px;
    margin-top: 48px;
    margin-bottom: 20px;
    margin-left: -3px;
    height: 75px;
    font-size: 12px;
    font-weight: bold;
}
.texte_droit_vendeurs a{
    color: #2b47bc;
}
.texte_droit_vendeurs a:hover{
    color: #2b47bc;
    text-decoration: underline;
}

.image_fnaim_maison {
    text-align: center;
    margin-left: -2px;
    margin-bottom: 40px;
}
/******************************************************************************************/
/********************************* FIN ESPACE VENDEURS ************************************/
/******************************************************************************************/


/******************************************************************************************/
/************************************* DEBUT INFOS *************************************/
/******************************************************************************************/

.contenu_info {
    background: url('../img/fond_infos_pratiques.png') no-repeat;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    width: 670px;
    height: 444px;
}
.contenu_info .titre {
    margin: 0;
}
.contenu_info table {
    margin-left: 5px;
}
.contenu_info .categorie {
    margin-bottom: 20px;
}
.contenu_info a {
    color: #2640ac;
    font-size: 12px;
    font-weight: bold;
}
.contenu_info a:hover {
    text-decoration: underline;
}

.photo_quillan {
    width: 223px;
    text-align: center;
    margin-top: 22px;
    margin-left: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #2640ac;
    font-weight: bold;
}

/******************************************************************************************/
/************************************* FIN INFOS ***************************************/
/******************************************************************************************/




/******************************************************************************************/
/************************************* DEBUT LAREGION *************************************/
/******************************************************************************************/
#region {
    min-height: 650px;
}

#lightBox_carte {
    float: right;
    text-align: center;
}
#lightBox_carte ul { list-style: none; margin: 0; padding: 0;}
#lightBox_carte ul li { display: inline; }

#la_region {
    background: url('../img/fond_mentions_legales.png') no-repeat;
    width: 670px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}

.lien_info_region {
    margin-top: 40px;
    margin-left: -5px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}
.lien_info_region p {
    margin: 0;
}
.lien_info_region p.villes {
    margin: 0;
    padding-left: 10px;
}
.lien_info_region a{
    color: #2b47bc;
}
.lien_info_region a:hover{
    color: #2b47bc;
}


/******************************************************************************************/
/************************************* FIN LAREGION ***************************************/
/******************************************************************************************/



/******************************************************************************************/
/************************************* DEBUT CONTACT **************************************/
/******************************************************************************************/

#contact .titre_contact {
    background: url('../img/fond_texte.png') no-repeat;
    width: 690px;
    height: 110px;
    margin-top: 5px;
    padding-left: 20px;
    padding-top: 15px;
}
#contact .titre_contact .titre {
    font-size: 18px;
    padding-bottom: 10px;
    margin: 0;
}
#contact .notification{
    margin: 0;
    text-align: center;
    padding-bottom: 10px;
    color: #dc1d1d;
    font-weight: bold;
}
#contact .haut_formulaire {
    background: url('../img/fond_haut_contact.png') no-repeat;
    width: 686px;
    height: 4px;
    padding: 16px 12px 0px 12px;
}
#contact .milieu_formulaire {
    background: url('../img/fond_milieu_contact.png') repeat-y;
    width: 686px;
    min-height: 310px;
    padding: 0px 12px 0px 12px;
}
#contact .bas_formulaire {
    background: url('../img/fond_bas_contact.png') no-repeat;
    width: 686px;
    height: 9px;
    padding: 0px 12px 16px 12px;
    margin-bottom: 0px;
}
#contact table {
    margin-left: 30px;
    border-collapse: collapse;
}
#contact table td {
    padding-right: 10px;
}
#contact .informationsbien {
    background: url('../img/fond_informationsbien.png') no-repeat;
    width: 680px;
    height: 35px;
    margin-left: 5px;
    margin-bottom: 10px;
}
#contact .voscoordonnees {
    background: url('../img/fond_voscoordonnees.png') no-repeat;
    width: 680px;
    height: 35px;
    margin-left: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}
#contact input {
    background: url('../img/fond_input_contact.png') no-repeat;
    border: none;
    width: 175px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    outline: 0;
}
#contact input:focus {
    background-position:0px -34px;
}
#contact select {
    background: url(../img/fond_select_contact.png) no-repeat;
    border: none;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    width: 187px;
    outline: 0;
    margin-left: 4px;
    margin-top: 3px;
    margin-bottom: 3px;
}
#contact textarea {
    border: 1px solid #9e9e9e;
    margin-left: 4px;
    padding: 5px;
    font-size: 13px;
    -moz-border-radius : 5px;
    overflow: auto;
}
#contact .captcha {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#contact .captcha table{
    margin: 0 auto;
    margin-top: 10px;
    font-size: 12px;
}
#contact .captcha input#security_code{
    background: url(../img/fond_input_captcha.png) no-repeat;
    border: none;
    width: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    outline: 0;
}
#contact .captcha input#security_code:focus {
    background-position:0px -34px;
}
#contact input[type=submit] {
    border: none;
    background: url('../img/bouton_envoyercontact.png') no-repeat;
    width: 50px;
    height: 50px;
    padding: 5px;
    cursor: pointer;
    outline: 0;
}
#contact input[type=submit]:hover{
    background-position: 0px -62px;
}


.contact_droit {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 50px;
    margin-left: -5px;
}
.contact_droit .jacques {
    margin-bottom: 50px;
    font-size: 11px;
}
.contact_droit .jacques p{
    margin: 0;
}
.contact_droit .jacques p.nom_prenom{
    color: #2b47bc;
    font-size: 13px;
    margin: 0;
    margin-top: 7px;
    font-weight: bold;
}
.contact_droit .citation{
    text-align: justify;
    margin: 0 auto;
    font-style: italic;
    color: #2b47bc;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 15px;
}

/******************************************************************************************/
/************************************* FIN CONTACT ****************************************/
/******************************************************************************************/



/******************************************************************************************/
/*********************************** DEBUT TENDANCES **************************************/
/******************************************************************************************/
#tendances .titre_contact {
    background: url('../img/fond_texte.png') no-repeat;
    width: 690px;
    height: 110px;
    margin-top: 5px;
    padding-left: 20px;
    padding-top: 15px;
}
#tendances .titre_contact .titre {
    font-size: 18px;
    padding-bottom: 10px;
    margin: 0;
}
/******************************************************************************************/
/************************************ FIN TENDANCES ***************************************/
/******************************************************************************************/


/******************************************************************************************/
/************************************ DEBUT MENTION ***************************************/
/******************************************************************************************/
.mention {
    background: url('../img/fond_mentions_legales.png') no-repeat;
    width: 670px;
    height: 430px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    font-size: 12px;
}
.mention .titre{
    font-size: 18px;
    margin: 0;
    color: #2b47bc;
}
.mention a {
    color: #2b47bc;
    font-weight: bold;
}

/******************************************************************************************/
/************************************* FIN MENTION ****************************************/
/******************************************************************************************/

/*
div.newsletter_preformulaire {
    border: 1px solid #BFBEBE;
    color: black;
    padding-left: 2px;
    background-color: rgb(237,237,237);
    margin-bottom: 8px;
}
div.newsletter_preformulaire a{
    color: rgb(12,73,137);
    font-weight: bold;
}
div.newsletter_preformulaire a:hover{
    color: red;
    text-decoration: none;
}*/

