/* Photos CSS */

.titleTour {
	background-image: url(../images/tour.png);
	background-repeat: no-repeat;
	width: 125px;
	height: 50px;
}
.title {
	color: #FFFFFF;
	background-color: #947C63;
}
#tour table {
	width: 100%;
	text-align: center;
}
#tour td {
	border: thin solid #999999;
	padding: .5em;
}
.row1 {
	background-color: #C3D5E8;
}
.row2 {
	background-color: #D6E2ED;
}
