﻿#galerie { /* PAGE GALERIE PHOTO*/
	position: relative;
	width: 600px;
	border:0px solid blue;
	margin-top:50px;
	}
/*photo paysage#000*/
#photo { 
	width: 500px;
	float: left;
	border:0px solid red;
	margin-left:0px;
}
#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: 442px; /*266px;*/
	height: 325px; /*195px;*/
	left: 550px;
	top:000px;
	border: 2px solid #333;
}

/*photo portrait*/
#photo1 {
	width: 500px;
	float: left;
	border:0px solid red;
	margin-left:00px;
	}
#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: 390px;
	height: 530px;
	left: 550px;
	top: 0px;
	border: 2px solid #333;
}

/*photo paysage#000*/
#liens { 
	width: 600px;
	border:0px solid red;
	margin-left:0px;
}
#liens a {
	display: block;
	float: left;
	margin: 0 0 10px 10px;
	width: 100px;
	height: 70px;
	border: 0px solid #a7552d; /*contour tableau orange #a7552d violet#7678aa*/
}
#liens a img {
	width: 100px;
	height: 70px;
	border: 2px;
}
#liens a:hover {
	border-color: #ddd;
}

/*photo page visite*/
.photo-visite { 
	width: 100%;
	float: left;
	border:0px solid red;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
}
.photo-visite img {
	border:2px solid white;
}

.photos-lien { 
	width: 200px;
	float: left;
	border:0px solid red;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
	height:150px;
	text-align:center;
}

.photos-presse { 
	/*width: 250px;*/
	float: left;
	border:0px solid red;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
	height:250px;
	
}


/* MEDIA QUERIES MEDIA QUERIES POUR ECRAN DE 437 à 767*/
@media screen and (max-width: 767px){
.photo-visite { 
	width: 100%;
	/*margin-left:20%;*/
}

.photos-presse { 
	width: 100%;
	float: left;
	border:0px solid red;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
	height:auto;	
}

.photos-lien { 
	width: auto;
float:none;
	clear : both;
}

#photo a {
	display: block;
	float: left;
	margin-left : 0px;
	width: 100%;
	height: auto;
	border: 0px solid #a7552d; /*contour tableau orange #a7552d violet#7678aa*/
}

#photo a:hover img {
	display:none;
}

#galerie {

	width: 100%;
	margin:auto;
	}
	
#photo { 
	width: 100%;
	float: left;
}	
	#photo img{
		width:100%;
		height:auto;
	}
}
#photo1 {
	width: 100%;
	float: left;
	}


