#Tableau_01 {
	background-image: url(../images/tainos-cottages_02.gif);
	background-repeat: repeat-y;
}
#Tableau_02 {
	background-image: url(../images/tainos-cottages_06.gif);
	background-repeat: repeat-y;
}

#col1 {
	background-image: url(../images/tainos-cottages_30.gif);
	background-repeat: repeat-y;
}

#col2 {
	background-image: url(../images/tainos-cottages_32.gif);
	background-repeat: repeat-y;
}
#col3 {
	background-image: url(../images/tainos-cottages_34.gif);
	background-repeat: repeat-y;
}
#titre_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #6F5B3E;
	color: #F6D7A3;
	padding-left: 15px;
	padding-bottom: 5px;
}
#titre_col {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #D96B2D;
	color: #F4D8B0;
	padding-left: 15px;
	padding-bottom: 5px;
}
#Text_page {
	background-color: #F5E6CC;
	vertical-align: top;
	float: none;
	padding-left: 15px;
	padding-top: 10px;
	color: #81310E;
	font-size: 11px;
}
#Text_page td {
	text-align: center;
	padding-left: 5px;
	padding-top: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #6F5B3E;
	border-right-color: #6F5B3E;
	border-bottom-color: #6F5B3E;
	border-left-color: #6F5B3E;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #89B735;
	color: #6F5B3E;
}
#Text_col {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	list-style-image: url(../images/tainos-cottages_bullet.gif);
	color: #5F5442;
	vertical-align: top;
	line-height: 20px;
}
#Text_col a {
	color: #5F5442;
}
#Text_page a {
	color: #D96B2D;
	font-size: 12px;
	font-weight: bold;
}

#cell_photo {
	padding: 10px;
	text-align: center;
}

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail a{
	border: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
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: -200px; /*position where enlarged image should offset horizontally */

}
