@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
}
.cadrezoom{
	position: fixed;
	width: 100%;
	z-index: 999999;
	display: none;
}
.fondzoom{
	position: absolute;
	width: 100%;
	background-image: url("images/fond.png");
}
.pagezoom{
	text-align: center;
}
.cadregeneral{
	position: relative;
}
.firstpage{
	padding-top: 50px;
}
.cadrepage{
	float: left;
	width: 23%;
	margin: 1%;
	cursor: pointer;
	overflow: hidden;
}
.cadrepage2{
	float: left;
	width: 23%;
	margin: 1%;
	overflow: hidden;
}
.textepage{
	position: absolute;
	width: 90%;
	height: 1500px;
	background-image: url('images/fondnoir.png'); 
	color: #fff;
	padding: 5%;
	font-family:'arial';
	z-index: 999;
	overflow: hidden;
}
.titrepage{
	position: relative;
	font-family:'arial';
	font-size: 26px;
	margin-bottom: 10px;
}
.photopage{
	position: relative;
	width: 100%;
}
.fgauche{
	position: absolute;
	right: 0;
	z-index: 999999;
}
.fdroite{
	position: absolute;
	left: 0;
	z-index: 999999;
}
.croix{
	position: absolute;
	width: 100px;
	height: 22px;
	text-align: center;
	border-top:0;
	color: #fff;
	background-color: #f00;
	top: 5px;
	right: 10px;
	border-radius: 5px;
	font-family: 'Arial';
	padding-top: 7px;
	padding-bottom: 2px;
	cursor: pointer;
	z-index: 999999;
}
.croix:hover{
	color: #000;
}
.flecheg,.fleched{
	padding: 6px;
	float: left;
	width: 30px;
	text-align: center;
	border-left: 0;
	background-color: #333;
	color: #fff;
	opacity: 1;
	cursor: pointer;
}
.flecheg:hover,.fleched:hover{
	opacity: 0.7;
}
.titrauteur{
	float: left;
	font-family: 'Arial';
	font-size: 26px;
	padding-left: 20px;
	padding-top: 15px;
}
.boutauteur{
	float: right;
	padding: 10px;
	background-color: #000;
	margin-right: 20px;
	margin-top: 12px;
	font-family: 'Arial';
	font-size: 14px;
	border-radius: 5px;
}
.boutauteur a{
	text-decoration: none;
	color:#fff;
}
.boutauteur a:hover{
	color:#F39E2C;
}
.bandauteur{
	position: fixed;
	height: 60px;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
}
.lientexte{
	color: #fff;
}
.lientexte:hover{
	color: #b40;
	font-weight: bold;
}
#zimage{
	height: 100%;
}

.zoom {
	display:inline-block;
	position: relative;
}
.zoom img {
	display: block;
}
.zoom img::selection { 
	background-color: transparent; 
}



@media screen and (min-width: 960px) and (max-width: 1180px) {
	.cadrepage{
		width: 30.3%;
		margin: 1,5%;
	}
	.cadrepage2{
		float: left;
		width: 30.3%;
		margin: 1,5%;
	}
}

@media screen and (min-width: 750px) and (max-width: 959px) {
	.cadrepage{
		width: 46%;
		margin: 2%;
	}
	.cadrepage2{
		float: left;
		width: 46%;
		height: 400px;
		margin: 2%;
	}
}

@media screen and (min-width: 0px) and (max-width: 749px) {

	.flecheg,.fleched{
		opacity: 1;
	}
	.croix{
		top: 10px;
		right: 10px;
	}
	
	.cadrepage{
		width: 92%;
		margin: 4%;
	}
	.cadrepage2{
		float: left;
		width: 92%;
		margin: 4%;
	}
	#zimage{
	width: 100%;
	height: auto;
	}
	.fondzoom{
		background-color: #fff;
	}
	.croix{
		top: auto;
		bottom: 5px;
	}
	
}

