BODY
{	background-color: #455660;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-image: url(images/fleur.jpg); 
	background-repeat: no-repeat; 
	background-position: 680px 340px; 
	background-attachment: fixed; 
}

P { margin: 0px;}

TD {
	font-size: 12px;
	font-family: Georgia, serif ;
	color: #ffffff;
	line-height: 135%;
	text-align: justify;
	}
	
LI {
	font-size: 12px;
	font-family: Georgia, serif ;
	color: #ffffff;
	line-height: 150%;
	font-weight:bold;
	text-align: justify;
	}
	
.navOn {  font-size: 13px;
	font-family: Georgia, serif ;
	color: #cc819e;
	line-height:120%;
	 }
	 
A:link {  font-size: 13px;
	font-family: Georgia, serif;
	color: #ffffff;
	text-decoration: none;
	 }
	
A:visited {	font-size: 13px;
	font-family: Georgia, serif;
	color: #ffffff;
	text-decoration: none;
	 }	
	 
A:hover {	font-size: 13px;
	font-family: Georgia, serif;
	color: #cc819e;
	text-decoration: none;
	 }
	 
.name {  font-size: 16px;
	font-family: Georgia, serif;
	color: #ffffff;
	font-weight: bold;
	line-height: normal
	 }

.popUp {  font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #000;
	line-height: 120%
	 }
	 
.sold {  font-size: 12px;
	font-family: Georgia, serif ;
	color: #e6db0e;
	line-height:120%;
	 }
	 
.pics { background-color:black; 
		width:800; 
		padding-top:20px; 
		padding-bottom:20px;
		border: 1px solid gray;}

#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 12px Georgia;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 50%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;

}

#dropmenudiv a:hover{ /*hover background color*/
background-image:url(images/gradation2.gif);
}
	

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: 100px;
top:-1000px;
border: 2px solid gray;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}







