/* CSS Document */
/* ----- CSS Local ----- */
body{
	background:url(/Design/Img/fond.jpg) repeat-x #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#Navigation{background:url(/Design/Img/bg_menu.png) repeat-x;height:26px;padding-top:10px;padding-bottom:3px;font-size:16px;}
#slider_top{height:286px;} /* Hauteur des Sliders HomePage */
#slider{
	overflow:hidden;
}
#header{
	text-align:center;
}
#header img{
	width:80%;
}
#BlocFeaturedPropPetit .texteFP h1{
	font-size:14px;
}
#BlocFeaturedPropPetit .texteFP h2{
	font-size:14px;
}
/* -- Couleurs -- */
.couleur1{color:#fff;} /* Couleur des menus */
.couleur2{color:#fff;} /* Couleur des Textes de vignettes */
.couleur3{color:#444;} /* Couleur des Titres ColGauche */
.couleur4{color:#666;} /* Couleur Moteur de recherche */
.couleur5{color:#333;} /* Couleur Labels Moteur de recherche */
.couleur6{color:#fff;} /* Couleur Texte des Boutons */
.couleur7{color:#666;} /* Couleur des textes et liens du footer */
.couleur8{color:#ff9120;} /* Couleur du lien des Résultats */
.couleur9{color:#444;} /* Couleur des titres pages Interieures */
.couleur10{color:#777;} /* Couleur des textes de pages Interieures */
.couleur11{color:#646464;} /* Couleur textes CallToAction */
.couleur12{color:#ff9120;} /* Couleur Numéro de téléphone */
.couleur13{color:#888;} /* Couleur des dates News */
.couleur14{color:#fff;} /* Couleur module FeaturedProperties 2 */
#BlocFeaturedProp .imageFP img{border:1px solid #ddd;} /* Couleur du border des images FeatProp */
#listeBiens.liste .bien .imgBien img{border:1px solid #ddd;} /* Couleur Borders Images Biens Affichage Liste */
.RelatedInfos {background:#ff9120;} /* Couleur Background Related Properties Carré */
#BlocFeaturedPropPetit .texteFP{background:#ff9120;}
/* -- Couleurs -- */

/* -- Champ de recherche par mots clés -- */
#frmRecherche .motClef{width:190px; padding-left:30px;}
/* -- --*/

/* -- Boutons Custom -- */
button:hover{
	opacity:0.7;
	filter : alpha(opacity=70); 
	text-decoration:none;
	-moz-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
button{
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding:0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	-moz-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
button span{
	background: url("/Design/Img/bouton_g.png") no-repeat scroll left top transparent;
    float: left;
	height: 24px;
    margin: 0;
    padding: 0 0 0 5px;
    position: relative;
    vertical-align: middle;
}
button span span{
	background: url("/Design/Img/bouton_d.png") no-repeat scroll right top transparent;
    padding: 0 5px 0 0;
}
button span span span{
	background: url("/Design/Img/bouton_m.png") repeat-x scroll left top transparent;
    border: 0 none;
    line-height: 24px;
    margin: 0;
    padding:  0px 5px 0;
	font-weight:bold;
	font-size:12px;
}
/* -- Boutons Custom -- */
#powered a {
	font-size:10px;
}
/* -- Séparateurs -- */
hr.separateurGris{background-color: #CCCCCC;border: 0 none;color: #CCCCCC;margin:0;height:1px;}
hr.separateurBlanc{background-color: #FFFFFF;border: 0 none;color: #FFFFFF;margin:0;height:1px;}
/* -- Séparateurs -- */

/* -- Police personalisées -- */
#colGauche #services li a { font-size:14px; }
#blocCalltoAction span.couleur11 { font-size:14px; }
#BlocRSS .titreRss { font-size:12px; }
/* -- Police personalisées -- */
