/* Feuille de STYLE */

/********************* Styles communs pour tout le site **********************/

html,body {
	margin: 0;
	padding: 0;
}

body {
    background-color: #0C1833;
    /*background-color: rgb(48,106,169);*/
    /*background: #fff url(../img/bg_1.jpg) top repeat-x;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    
}

p {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

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

img {
	border: 0;
}

/* Pour les liens */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	border:none;
    
}
div.content-data a:visited {
    text-decoration: none;
    color:rgb(0,102,221);
}

a:active {
	text-decoration: none;	
}
/* Fin pour les liens */


/* Styles des titres */
h1,h2 {
	color: #666666;
	padding-bottom: 15px;
	padding-top: 15px;
	margin: 0px;
}

h3,h4 {
	color: #666666;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
}
/* Fin styles des titres */

/* Marge de 2em pour tout les span nommée marge */
.marge {
    margin-left: 2em;
}

/* div pour centrer */
div#center {
	text-align:center;
}

/******************** Fin styles communs pour tout le site ********************/



/** Arborescence du style **/
/**
 *  Container
 *  Header
 *  Menu
 *  Warpper
 *  Content
 *  Content-data
 *  Content-bottom
 *  Content-right
 *  hr
 *  Footer
 *
 */


/*********************************** Container *********************************/

div#container {
	text-align: left;
	background-color: white;
	width: 975px;
	margin: 0 auto;
}

/****************************** Fin du Container *******************************/





/************************************ Header ***********************************/


/* Tout ce qui est dans le header (que la banière pour le moment)*/
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: white;
	overflow:hidden;
}

/* Tous les titres h1 dans le header (il n'y en a pas pour le moment) */
div#header h1 {
	height: 80px;
	line-height: 80px;
	margin: 0;
	padding-left: 10px;
	background: #EEE;
	color: #79B30B;
    border:0px solid blue;
}

/* Tous les survols de liens dans le header (il n'y en a pas pour le moment) */
div#header a:hover {
	text-decoration:none;
}

/* Tous les liens visités dans le header (il n'y en a pas pour le moment) */
div#header a:visited {
	text-decoration:none;
}

/* Style pour logo fnaim dans la banière */
/*#header ul.fnaim{
	width:98px; position:absolute; right:457px; top:190px;
	}
#header ul.fnaim li{
	display:block; margin:0 0 11px 0; text-decoration:none;
	}
#header ul.fnaim li a{
	display:block; font-size:0; text-decoration:none; width:98px; height:80px;
	}
#header ul.fnaim li a.sub{
	background:url(../img/fnaim1.gif) no-repeat 0 0;
	}
#header ul.fnaim li a.sub:hover{
	background:url(../img/fnaim2.gif) no-repeat 0 0;
	}
*/
/* Fin du style  pour le logo fnaim dans la banière */

/******************************** Fin du Header *******************************/


/****************************** Les menus *************************************/

                              /* MENU FR */

#menu table { margin-left: -1px; width: 977px; font-size:16px; text-align: center; border-collapse: collapse;}
#menu td { border: 1px solid black;  background: rgb(136,165,232); }
#menu td a {  color: #000; font-family: Arial; padding: 0px 28px 0px 28px;}
#menu td a:hover {  text-decoration:none;}
#menu td:hover { background: rgb(255,255,202); color: #000;}
#menu td.current { background: rgb(255,255,202); color: #000; }

                              /* MENU EN */

#menuen table { margin-left: -1px; width: 977px; font-size:16px; text-align: center; border-collapse: collapse;}
#menuen td { border: 1px solid black;  background: rgb(136,165,232); }
#menuen td a {  color: #000; font-family: Arial; padding: 0px 35px 0px 35px;}
#menuen td a:hover {  text-decoration:none;}
#menuen td:hover { background: rgb(255,255,202); color: #000;}
#menuen td.current { background: rgb(255,255,202); color: #000; }

/***************************** Fin Les menus ***********************************/


/*********************************** Warpper **********************************/
/********************************* Fin Warpper ********************************/

/*********************************** Content **********************************/
/********************************* Fin Content ********************************/


/******************************** Content-data ********************************/

                            /* class="content-data" */

div.content-data {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left: 10px;
    color:#222222;
    width:645px;
}

/* Titre h1 dans le content-data */
div.content-data h1 {
    font-size:200%;
    color:#222222;
}

/* Titre h2 dans le content-data */
div.content-data h2 {
    font-size:150%;
}


/* Tous les spans lettrine dans le content-data */
div.content-data span.lettrine{
    font-size:31pt;
    line-height:38px;
}

div.content-data div.nombredebiens{
    margin: auto;
    text-align: center;
    font-size: 10.5pt;
    width: 350px;
    border:1px solid #BFBEBE;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 5px;
    background-image:url('../img/bg4.jpg');
    background-repeat:repeat-x;
}

/* le class='citation' dans le content-data */
div.content-data div.citation{
    border:1px solid #BFBEBE;
    float:left;
    padding:20px 10px 20px 10px;
    margin-bottom:10px;
    width:340px;
    overflow:hidden;
    background: rgb(255,255,240);
    font-size:9pt;
    /*background-image:url('../img/bg3.jpg');
    background-repeat:repeat-x;*/
}


/* style pour le class telephones dans content-data */
div.content-data div.telephones{
    border:1px solid #BFBEBE;
    float:left;
    font-size:9.5pt;
    margin-left:10px;
    margin-bottom:10px;
    padding:10px 10px 9px 10px;
    width:250px;
    overflow:hidden;
    /*background-image:url('../img/bg3.jpg');
    background-repeat:repeat-x;*/
}

div.content-data div.nouveautes{
    float: left;
    width: 360px;
    height: 324px;
    background-color: rgb(221,235,251);
}
div.content-data div.nouveautes span.description {
    font-size: 8.5pt;
}

/* Cadre div arrondi bleu de nouveauté */
.hg, .hd, .bg, .bd {
    width: 10px;
    height: 10px;
}
.haut, .bas {
    width: 360px;
    height: 10px;
}
.gauche, .droite {
    width: 10px;
    height: 324px;
}
.cadre_arrondi div { float: left;}
.hg, .gauche, .bg { clear: left; }
.hg { background-image: url('../img/haut_gauche.png'); }
.hd { background-image: url('../img/haut_droite.png'); }
.bg { background-image: url('../img/bas_gauche.png'); }
.bd { background-image: url('../img/bas_droite.png'); }
.haut, .bas, .droite, .gauche { background-color: rgb(221,235,251); }
/* FIN Cadre div arrondi bleu de nouveauté */

/* Cadre div arrondi rouge/rose de coup de coeur */
.hg2, .hd2, .bg2, .bd2 {
    width: 10px;
    height: 10px;
}
.haut2, .bas2 {
    width: 240px;
    height: 10px;
}
.gauche2, .droite2 {
    width: 10px;
    height: 324px;
}
.hg2, .gauche2, .bg2 { clear: left; }
.hg2 { background-image: url('../img/1.png'); }
.hd2 { background-image: url('../img/2.png'); }
.bg2 { background-image: url('../img/4.png'); }
.bd2 { background-image: url('../img/3.png'); }
.haut2, .bas2, .droite2, .gauche2 { background-color: rgb(250,227,227); }
/* FIN Cadre div arrondi rouge/rose de coup de coeur */

div.content-data div.coupdecoeur{
    height: 324px;
    width: 240px;
    background-color: rgb(250,227,227);
}

                    /* class citationgb, class telephonesgb
                         (pour le fichier indexgb.php) */

/* class citationgb dans le content-data de indexgb */
div.content-data div.citationgb{
    border:1px solid #BFBEBE;
    float:left;
    font-size:9pt;
    margin:0pt;
    padding:10px 10px 10px 10px;
    width:310px;
    overflow:hidden;
    background: rgb(255,255,240);
}

/**
 * span quote dans le class citationgb dans content-data de indexgb : affiche
 * la double quote bleue
 */
/*div.content-data div.citationgb span.quote {
    background:transparent url(/img/openQuoteblue.gif) no-repeat scroll 0px;
    display:block;
    float:left;
    height:12px;
    margin-right:6px;
    width:14px;
}*/

/* class telephonesgb dans le content-data de indexgb */
div.content-data div.telephonesgb {
    border:1px solid #BFBEBE;
    float:left;
    font-size:9.5pt;
    margin:0pt;
    margin-left:10px;
    padding:10px 10px 10px 10px;
    width:280px;
    overflow:hidden;
}

                                   /* FIN
                      class citationgb, class telephonesgb
                         (pour le fichier indexgb.php) */
						

/* style du survol des liens dans class telephones et class telephonesgb */
div.telephones a:hover, div.telephonesgb a:hover
{
    text-decoration: underline;
    color:rgb(128,0,0);
}



                 /****** Style fichier vendeurs.php ******/
div.listedemande table {
    border-collapse: collapse;
    margin: auto;
}

div.listedemande td, th{
    border: 1px solid #BFBEBE;
    text-align: center;
    padding: 5px 5px 5px 5px;
}
div.listedemande th{
    background-color: rgb(136,165,232);/*rgb(100,136,224);*/
}


/* Formulaire vendeur */
div.content-data div.formulairevendeur {
    border:1px solid #BFBEBE;
    float:left;
    font-size:9pt;
    margin:0pt;
    padding:10px 10px 10px 10px;
    width:640px;
    overflow:hidden;
}

/* Bandes bleues du formulaire */
div.content-data div.formulairevendeur div.vendeurbis p{
	background:rgb(100,136,224);
	font-size:10.5pt;
}

                 /****** Fin Style fichier vendeurs.php ******/

                 /****** Style fichiers biens/detailbiens ******/

                 /* Class bien dans le fichier bien.php */

div.content-data div.tris {
    border: 1px solid #BFBEBE;
    margin-top: 6px;
    padding: 5px;
    text-align: center;
    width:190px;
}

/* Pour le fichier biens.php */
div.content-data div.bien {
    border: 1px solid #BFBEBE;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px;
    width:660px;
    overflow: auto;
}

/* Pour pas que les photos plus hautes que larges soit collé à la description quand celle-ci est petite*/
div.content-data div.bienbis {
    border-top: 1px solid #BFBEBE;
    border-left: 1px solid #BFBEBE;
    border-right: 1px solid #BFBEBE;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px;
    width:660px;
    overflow: auto;
}

/* Pour pas que les photos plus hautes que larges soit collé à la description quand celle-ci est petite*/
div.content-data div.bienspecialphoto {
    border-left : 1px solid #BFBEBE;
    border-right : 1px solid #BFBEBE;
    border-bottom : 1px solid #BFBEBE;
    width:670px;
}


div.content-data div.detail_bien {
    /*border: 1px solid black;*/
    float:right;
    overflow:visible;
    width: 495px;
    padding: 5px;
    margin-left: 5px;
}


div.content-data table {
    border-collapse: collapse;
}

/* Infobulle */

a.info, a.info_video{
    position:relative;
    color:#000;
    z-index:24;
    text-decoration:none
}

a.info:hover, a.info_video:hover{
    z-index:25;
}
/*
a:focus
{
outline:0;
}*/
a.info span, a.info_video span{
    display: none
}

a.info:hover span{
    display:block;
    position:absolute;
    bottom:2.8em;
    right: 10px;
    width:110px;
    border:1px solid #000;
    background-color:#FFF;
    color:#000;
    text-align: center;
    padding:5px;
}

a.info_video:hover span{
    display:block;
    position:absolute;
    bottom:6em;
    right: 30px;
    width:110px;
    border:1px solid #000;
    background-color:#FFF;
    color:#000;
    text-align: center;
    padding:5px;
}
/* FIN Infobulle */

/* Pagination */
div.pagination{
    /*border: 1px solid #BFBEBE;
    width: 450px;*/
    float : left;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    padding : 5px;
    font-size: 8pt;
}
div.pagination a{
    text-decoration: none;
    color: rgb(62,112,235);
    font-size: 9pt;
    font-weight: bolder;
    padding: 2px;
    background:#fff;
    margin: 0 2px 0 2px;
    /*font-size: 14px;*/
}
div.pagination a:hover, a#suivant:hover, a#precedent:hover {
    color: blue;
}
a#suivant {
    color: rgb(62,112,235);
    font-size: 9pt;
}


span#courant {
    color: blue;
    font-size: 11.5pt;
    font-weight: bolder;
    padding: 2px;
    background:#fff;
    margin: 0 2px 0 2px;
}

a#precedent {
    color: rgb(62,112,235);
    font-size: 10pt;
}
span#page {
    color: rgb(62,112,235);
    font-size: 9pt;
    margin-right: 5px;
}
/* Fin pagination */

                /* Fin Class bien pour le fichier bien.php */

                /* CSS pour le fichier detailbien.php */

div.content-data div.detail1 {
    padding: 5px;
    margin-bottom: 5px;
    /*background-color: rgb(221,235,251);*/
    background-image:url('../img/bg2.jpg');
    background-repeat:repeat-x;
    height: 80px;
}

div.content-data div.detail2 {
    border: 1px solid #BFBEBE;
    padding: 5px;
    float: left;
    width: 230px;
    background-image:url('../img/bg3.jpg');
    background-repeat:repeat-x;
}

div.content-data div.detail3 {
    border: 1px solid #BFBEBE;
    padding: 5px;
    float: right;
    width: 400px;
    background-image:url('../img/bg3.jpg');
    background-repeat:repeat-x;
}

div.content-data div.photos {
    text-align: center;
}
div.content-data div.photos img {
    border: 1px solid #BFBEBE;
    margin-top: 5px;
}

div.contact{
    border: 1px solid #BFBEBE;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 3px;
    color: black;
    text-align:center;
    /*background-color: rgb(136,165,232);*/
    background-image:url('../img/bg1.jpg');
    background-repeat:repeat-x;
}

div.contact div.texte_contact{
    font-size: 10.5pt;
    margin-top: 10px;
}

div.contact input#formu{
    border: 1px solid #BFBEBE;
    width: 240px;
    height: 18px;
    font-size: 8pt;
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}
div.contact textarea{
    border: 1px solid #BFBEBE;
    width: 240px;
    font-size: 8pt;
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}

                /* FIN CSS pour le fichier detailbien.php */


                /* Class recherche dans le fichier biens.php */

div#content-right div.recherche {
    border: 1px solid #BFBEBE;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 3px;
    color: black;
    background-image:url('../img/bg1.jpg');
    background-repeat:repeat-x;
}

div.recherche div.texte_recherche{
    font-size: 12pt;
    margin-top: 7px;
    margin-bottom: 7px;
    text-align:center;
}

div.recherche div.typedebien{
   font-size: 8pt;
   margin-top: 5px;
   margin-bottom: 8px;
}

div.recherche div.departement{
   font-size: 8pt;
   margin-top: 5px;
   margin-bottom: 8px;
}

div.recherche div.secteur{
   font-size: 8pt;
   margin-top: 5px;
   margin-bottom: 8px;
}

div.recherche div.prix{
   font-size: 8pt;
   margin-top: 5px;
   margin-bottom: 8px;
}
div.recherche div.prix input{
   font-size: 8pt;
  
}
               /* Fin Class recherche dans le fichier biens.php */

               /* Class recherche par référence dans le fichier biens.php */

div#content-right div.rechercheparref {
    border: 1px solid #BFBEBE;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
    color: black;
    background-image:url('../img/bg3.jpg');
    background-repeat:repeat-x;
    text-align: center;
}
div.rechercheparref div.texte_recherche{
    font-size: 12pt;
    margin-top: 7px;
    margin-bottom: 7px;
    text-align:center;
}
div.rechercheparref input{
    margin-top: 15px;
}
               /* Fin Class recherche par référence dans le fichier biens.php */

                    /****** Fin Style fichiers biens/detailbiens ******/


               /****** Style fichier formulaire_contact.php ******/

div.content-data div.formulaire {
    border:1px solid #BFBEBE;
    float:left;
    font-size:9pt;
    margin:0pt;
    padding:10px 10px 10px 10px;
    width:640px;
    overflow:hidden;
}

div.content-data div.formulaire div.partie1 p {
	background:#d2c487;
	font-size:10.5pt;
}

div.content-data div.formulaire div.partie2 p{
	background:#d2c487;
	font-size:10.5pt;
}

             /****** Fin Style fichier formulaire_contact.php ******/


                    /****** Style fichier info.php ******/

div.content-data div#info {
    border: 1px solid #999999;
    padding : 5px 5px 5px 5px;
    margin : 5px;
}

/*div.content-data div#info ul li{
	font-size: 13px;	
	padding-left: 12px;
	background: url(../img/bottom-panel-list-arrow.gif) left no-repeat;
	list-style: none;
}*/
                   /****** Fin Style fichier info.php ******/




/***************************** Fin du content-data *****************************/



/******************************* Content-bottom ********************************/

div#content-bottom {
    text-align:center;
}
div#content-bottom img {
    margin-top:5px;
}

/***************************** Fin Content-bottom ******************************/


/******************************* Content-right *********************************/

div#content-right {
    display: block;
    padding-top: 5px;
    padding-left: 10px;
    color: gray;
    border: 1px solid #EFEFEF;
    background-color: white;
    width:265px;
}

/***************************** Fin Content-right *******************************/

/* Séparateur entre le warpper et le footer */
hr.separateur_bas{
    background-color:#d2c487;
}

/********************************** Footer ************************************/

div#footer {
    background: white;
    color: #FFFFFF;
    width: 100%;
}

div#footer span {
    color: gray;
    font-size: 7pt;
    padding: 5px 10px;
}

div#footer p {
    margin: 0;
    padding: 5px 10px;
}

/******************************* Fin du Footer *********************************/

