/* CSS Document */

.Style_num {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;		
}
.nom_ville{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 22px;
	color:#D3C09C;	
}
.nom_pays{
	font-family: "Times New Roman",Times, serif;
	font-weight: bold;
	font-size: 12px;
	color:#000000;
}
.nom_ville_big{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 30px;
	color:#D3C09C;
}
.nom_pays_big{
	font-family: "Times New Roman",Times, serif;
	font-weight: bold;
	font-size: 18px;
	color:#000000;
}
.txt_annonce{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 11px;
	color:#000000;
}
.prix_annonce{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 11px;
	color:#9f7743;
}
a.num_annonce{
	font-family:verdana, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 10px;
	color:#bbbbbb;	
	text-decoration:none;
	cursor:pointer;
}
a.num_annonce:hover{
	font-family:verdana, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 10px;
	color:#bbbbbb;	
	text-decoration:underline;
	cursor:pointer;
}
a.num_annonce:visited{
	font-family:verdana, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 10px;
	color:#888888;	
	text-decoration:none;
	cursor:pointer;
}
.btn_detail_off{
	font-family:verdana, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 10px;
	color:#ffffff;
	padding:2px;
	background-color:#9f7743;
	width:100px;
	text-align:center;
	cursor:pointer;
}
.btn_detail_on{
	font-family:verdana, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 10px;
	color:#ffffff;
	padding:2px;
	background-color:#caba89;
	width:100px;
	text-align:center;
	cursor:pointer;
}
.btn_detail_disabled{
	font-family:verdana, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 10px;
	color:#dbcb9A;
	padding:2px;
	background-color:#caba89;
	width:100px;
	text-align:center;
	cursor:pointer;
}
.foto_off{
	/*filter:Gray(strength=5);*/
	cursor:pointer;
}
.foto_on{
	/*filter:Gray(strength=0);*/
	cursor:pointer;
}
.num_annonce_big{
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 14px;
	color:#bbbbbb;	
	text-decoration:none;
	cursor:pointer;
}
.titre_detail{	
	padding-left:10px;
	height:16px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#e1d5bd;
	font-weight:bold;
	color:#6b532b;	
	cursor:pointer;
	text-align:left;
	vertical-align:middle;
}
.titre_detail_02{	
	padding-left:10px;
	height:16px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#6f5c31;
	font-weight:bold;
	color:#ffffff;	
	cursor:pointer;
	text-align:left;
	vertical-align:middle;
}
.thumb_off{
	border:none;
	cursor:pointer;
	
}
.thumb_on{
	border:none;
	cursor:pointer;
}
.thumb_select{
	border:1px solid #000000;
	cursor:pointer;
}
.retour_off{
	cursor:pointer;
	color:#D3C09C;
}
.retour_on{
	cursor:pointer;
	color:#755B33;
}


