.listing
{
	position: relative;
	background-image: URL("../img/listing.jpg");
	background-repeat:no-repeat;
	width: 800px;
	height: 125px;
	text-align:left;
	margin:0 auto;
	padding-bottom: 5px;
	color: #000000;
	clear:both;
}
.photo
{
	position: relative;
	float:left;
	width: 180px;
	height: 120px;
	padding: 5px;
	margin-right: 5px;
}
.info
{
	position: relative;
	float:left;
	width: 490px;
	height: 120px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	color: #000000;
}
.logo
{
	float: right;
	width: 100px;
	height: 110px;
	padding-top: 10px;
}

.hautinfo
{
	position: relative;
	width: 490px;
	height: 42px;
}
.basinfo
{
	position: relative;
	width: 490px;
	height: 80px;
}

.blockinfo
{
	position: relative;
	width: 490px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.type
{
	position:relative;
	font-size: 12px;
	font-weight:bold;
	height: 10px;
	padding:0;
	padding-top:5px;
	margin:0;
}
.ville
{
	position:relative;
	font-size: 12px;
	font-weight: normal;
	padding:0;
	padding-top:5px;
	margin:0;
}
.detail
{
	position:relative;
	font-size: 11px;
	font-weight:bold;
	padding-top:3px;
}
.desc1
{
	position:relative;
	font-size: 11px;
	font-style: italic;
	padding-top:3px;
}
.desc2
{
	position:relative;
	font-size: 12px;
	font-style: italic;
	color: #E87900;
}
.ref
{
	font-size:9px;
	color: #8888FF;
	padding-top:3px;
}
.lnouveau
{
	position:relative;
	color: #5555CC;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	width: 90px;
}
.lexclu
{
	position:relative;
	color: #E87900;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	width: 90px;
}
.lvisite
{
	position:relative;
	width: 90px;
	height: 40px;
	background-image: URL("../img/icone_vv.gif");
	background-repeat:no-repeat;
	background-position:center;
}
.lvideo
{
	position:relative;
	width: 90px;
	height: 54px;
	background-image: URL("../img/icone_video.gif");
	background-repeat:no-repeat;
	background-position:center;
}
.lcoeur
{
}
.lienl a
{
	color: #0000FF;
	text-decoration:none;
}
.lienl a:hover
{
	color: #FF0000;
	text-decoration: underline;
}
.btliste
{
	position:relative;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	width:100px;
	height:23px;
	padding-top:8px;
    background-position:bottom;
	background-image:url('/img/btliste.png');
	background-repeat:no-repeat ;
	text-align:center;
	cursor:pointer;
		margin-right:2px;
}
.btliste-on
{
	position:relative;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	width:100px;
	height:23px;
	padding-top:8px;
    background-position:bottom;
	background-image:url('/img/btliste-on.png');
	background-repeat:no-repeat ;
	text-align:center;
	cursor:pointer;
	margin-right:2px;
}
