/* normal.css */
/* 2007.11.24 © Keny ORDAZ-HERNANDEZ */




/* zoom image */

#zoom a {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #000;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 125px; /* show only thumbnail */
	height: 94px;
	background: url(../images/zoom.jpg) no-repeat top left;
	}

#zoom a:hover {
	width: 300px; /* adjust size to zoomed photo */
	height: 225px;
	background-position: 0 -104px; /* move the image so only the big one shows */
	}

#zoom01 a {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #000;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 125px; /* show only thumbnail */
	height: 94px;
	background: url(../images/chambres/zoom01.jpg) no-repeat top left;
	}

#zoom02 a {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #000;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 125px; /* show only thumbnail */
	height: 94px;
	background: url(../images/chambres/zoom02.jpg) no-repeat top left;
	}

#zoom03 a {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #000;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 125px; /* show only thumbnail */
	height: 94px;
	background: url(../images/chambres/zoom03.jpg) no-repeat top left;
	}

#zoom01 a:hover {
	width: 300px; /* adjust size to zoomed photo */
	height: 225px;
	background-position: 0 -104px; /* move the image so only the big one shows */
	}

#zoom02 a:hover {
	width: 300px; /* adjust size to zoomed photo */
	height: 225px;
	background-position: 0 -104px; /* move the image so only the big one shows */
	}

#zoom03 a:hover {
	width: 300px; /* adjust size to zoomed photo */
	height: 225px;
	background-position: 0 -104px; /* move the image so only the big one shows */
	}
	
/* end of zoom image */

/*
	
	   h1 {
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 115%;
   }
   h2 {
    font-family: Georgia, serif;
    color: #8F5902;  font-style: italic; text-align: center;
   }
   h3 {font-family: Georgia, serif; }
   p {
    font-family: Georgia, serif;
   }
*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


