#galerie {
	position: relative;
	border:0px solid white;
	width: 1200px;
	}
/*photo paysage#000*/
#photo { 
	width: 1200px;
	float: left;
	border:0px solid white;
	margin-left:200px;
}

#photo a {
	display: block;
	float: left;
	margin: 0 0 10px 10px;
	width: 100px;
	height: 70px;
	border: 0px solid #a7552d; /*contour tableau orange #a7552d violet#7678aa*/
}
#photo a img {
	width: 100px;
	height: 70px;
	border: 2px;
}
#photo a:hover {
	border-color: #ddd;
}
#photo a:hover img {
	position: absolute;
	width: 400px;
	height: 293px;
	left: 350px;
	top: 450px;
	border: 2px solid #333;
}

/*photo paysage#000*/
#photo2 { 
	width: 1200px;
	float: left;
	border:0px solid white;
	margin-left:200px;
}

#photo2 a {
	display: block;
	float: left;
	margin: 0 0 10px 10px;
	width: 100px;
	height: 70px;
	border: 0px solid #a7552d; /*contour tableau orange #a7552d violet#7678aa*/
}
#photo2 a img {
	width: 100px;
	height: 70px;
	border: 2px;
}
#photo2 a:hover {
	border-color: #ddd;
}
#photo2 a:hover img {
	position: absolute;
	width: 500px;
	height: 293px;
	left: 250px;
	top: 500px;
	border: 2px solid #333;
}

/*photo portrait*/
#photo1 {
	width: 1000px;
	float: left;
	border:0px solid red;
	margin-left:0px;
	}
#photo1 a {
	display: block;
	float: left;
	margin: 0 0 10px 10px;
	width: 75px;
	height: 100px;
	border: 0px solid #fff;
}
#photo1 a img {
	width: 75px;
	height: 100px;
	border: 2px;
}
#photo1 a:hover {
	border-color: #ddd;
}
#photo1 a:hover img {
	position: absolute;
	width: 293px;
	height: 400px;
	left:350px;/*decaler photo */
	top: 450px;
	border: 0px solid #333;
}