/*
* JC & MG
* 100% NET - www.100pour100net.com
*/


/* 
* Formulaire  de recherche
*/
FORM.form_search {
	margin-top: 0px;
	}

TABLE.cadre {
	width: 460px;
	}

TABLE.cadre td {
	margin: 2px;
	padding: 0;
	}
	
TD.left {
	width: 222px;
	height: 30px;
	text-align: right;
	color: #000000;
	background: #F3F3F3;
	font-weight: bold;
	}

TD.right {
	height: 30px;
	}

TD.submit {
	height: 20px;
	text-align: center;
	}
	
INPUT.text {
	width: 90px;
	}


/* 
* Affichage des résultats de recherche (vente et location) 
*/
TD.cadre {
	height: 36px;
	background: #F3F3F3;
	border: 1px dotted #003D6C;
	text-indent: 10px;
	}

TABLE.affiche_resultat {
	width:460px;
	border:0;
	}

TD.affiche_resultat {
	padding-top:1em;
	}

DIV.aucun_resultat {
	text-transform:uppercase;
	}
	
DIV.trop_resultat {
	padding-top:1em;
	}
	
SPAN.trop_resultat_200 {
	font-weight:bold;
	}

DIV.nb_annonce_resultat {
	padding-bottom:1em;
	font-weight:bold;
	}
	
TABLE.pagination_resultat {
	width:100%;
	border:0;
	}
	
SPAN.pagination_page_libelle {
	font-weight:bold;
	}
	
SPAN.pagination_page_active {
	background-color:#F9D155;
	font-weight:bold;
	}

SPAN.pagination_page_fleche {
	font-weight:bold;
	color:#ffae00;
	}

TABLE.bien_resultat {
	width:100%;
	border:0;
	}

TD.resultat_titre {
	width:320px;
	background-color:#F3F3F3;
	font-weight:bold;
	color:#003D6C;
	padding:0;
	font-size: 13px;
	text-indent: 10px;
	}
	
TD.resultat_espace {
	width:1%;
	text-align:center;
	padding:0;
	}

TD.resultat_reference_vide {
	background-color:#E9E9E9;
	}
	
TD.resultat_reference {
	width:130px;
	text-align:center;
	background-color:#E9E9E9;
	font-weight:bold;
	padding:0;
	}

TD.resultat_infos_cadre_vide {
	background: #F3F3F3;
	}

TD.resultat_infos_cadre {
	background: #F3F3F3;
	}
	
TABLE.resultat_infos {
	width:300px;
	border:0;
	}

TD.resultat_infos_libelle {
	text-align:right;
	font-weight:bold;
	color:#000000;
	font-size:0.65em;
	}
	
TD.resultat_infos {
	font-size:0.65em;
	}

TD.resultat_photo_cadre {
	background-color: #E9E9E9;
	}
	
TABLE.resultat_photo {
	width:130px;
	border:0;
	}
	
TD.resultat_photo {
	text-align:center;
	background-color: #CED6DE;
	}
	
IMG.resultat_photo {
	border:0;
	}
	
TD.resultat_photo_agrandir {
	text-align:center;
	}
	
IMG.resultat_photo_agrandir {
	width:130px;
	height:14px;
	border:0;
	}

TD.resultat_descriptif_cadre {
	padding-top: 10px;
	background: #F3F3F3;
	}

TD.resultat_descriptif_3 {
	background: #E9E9E9;
	}
	
TABLE.resultat_descriptif {
	/*width:445px;*/
	border:0;
	}
	
TD.resultat_descriptif {
	padding:0;
	font-size:0.65em;
	}

TABLE.resultat_infos_comple {
	width:445px;
	border:0;
	}

TD.resultat_infos_comple {
	padding:0;
	font-size:0.65em;
	}

TD.resultat_espace {
	padding:0;
	height:10px;
	}

TD.resultat_espace_bas {
	padding:0;
	height:20px;
	}


/* 
* Affichage d'un bien (vente) 
*/
TABLE.affiche_bien {
	width:460px;
	border:0;
	}
	
TD.affiche_bien {
	padding-top:2em;
	text-align:center;
	}

A.bien_photo_lien {
	border:0;
	}

IMG.bien_photo {
	border:0;
	}
	
DIV.bien_reference {
	font-size:1.2em;
	font-weight:bold;
	color:#215A9C;
	}

TD.bien_lien_retour {
	height:30px;
	text-align:center;
	}
	
	
/* 
* Affichage d'un bien (location) 
*/
TABLE.bien_cadre_1_loc {
	width:460px;
	border:0;
	}

TD.bien_titre_partie_loc {
	font-weight:bold;
	}

IMG.bien_puce_titre_partie_loc {
	width:12px;
	height:12px;
	}

TD.bien_details_loc {
	background-color:#eeeeee;
	}

TABLE.bien_details_loc {
	width:450px;
	border:0;
	}
	
TR.bien_details_ligne_loc {
	background-color:#eeeeee;
	}

TD.bien_details_espace_loc {
	width:10px;
	height:10px;
	}
	
TD.bien_details_ref_loc {
	font-weight:bold;
	font-size:0.75em;
	padding:3px;
	}

TD.bien_details_libelle_loc {
	width:135px;
	text-align:right;
	background-color:#eeeeee;
	font-weight:bold;
	font-size:0.65em;
	}
	
TD.bien_details_valeur_loc {
	width:312px;
	font-size:0.65em;
	background-color:#ffffff;
	border-bottom:1px solid #EEEEEE;
	}

IMG.bien_details_puce_lib_loc {
	width:4px;
	height:6px;
	}

DIV.bien_cadre_espace_loc {
	width:100%;
	height:1em;
	}

TABLE.bien_cadre_2_loc {
	width:460px;
	border:0;
	}

TD.bien_photos_big_loc {
	text-align:center;
	}

IMG.bien_photos_big_loc {
	border:1px solid black;
	margin-bottom:10px;
	}
	
TD.bien_photos_small_loc {
	text-align:center;
	}

TABLE.bien_photos_loc {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}

IMG.bien_photos_small_loc {
	width:60px;
	border:1px solid black;
	}
	
IMG.bien_photos_agrandir_loc {
	width:62px;
	height:16px;
	border:0;
	}
	
TD.bien_photos__espace_loc {
	width:10px;
	}