

.contain {
  object-fit: contain;
}	
.boitesup_1900{
	width:1700px;
	height:50px;
	background-color: yellow;
	border:5px solid blue;
}
.leftbox_TEST1900{
float :left;
	background-color: black;
width: 700px;
height: 100%;

	padding:0px ;
	margin-top:120px;
	
border: 2px solid white;

}

.rightbox_TEST1900{
	
	background-color: purple;
width: 700px; 
height: 100%;

	
	padding:0px ;
	margin-top:-825px;
	margin-left: 1000px;
	border: 2px solid yellow;
}


.zoom {
width: 655px; 
height: 930px;
}
.leftbox_TEST1900 img {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease; 
-ms-transition: all 1s ease; 
-o-transition: all 1s ease; 
transition: all 1s ease;
}
.leftbox_TEST1900:hover img {

-webkit-transform:scale(1.25);
-moz-transform:scale(1.25); 
-ms-transform:scale(1.25); 
-o-transform:scale(1.25); 
transform:scale(1.25);
}

.rightbox_TEST1900 img {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.rightbox_TEST1900:hover img {
-webkit-transform:scale(1.25);
-moz-transform:scale(1.25); 
-ms-transform:scale(1.25);
-o-transform:scale(1.25);
transform:scale(1.25);
}
a.styleboutonPrec_Test1300_fixe{
position:fixed;
float:left;
padding:5px;
color:#fff;
background-color:#fe6914;
font-weight:bold;
text-transform:uppercase;
border-radius: 15px;
z-index:100;
}
a.styleboutonPrec_Test1300_fixe:hover{
box-shadow: 0px 0px 1px #555;
background-color : #e8ab2e;
}
a.styleboutonSuiv_Test1300_fixe{
position:fixed;
float:left;
margin-top:-985px;
margin-left:200px;
padding:5px;
color:#fff;
background-color:#fe6914;
font-weight:bold;
text-transform:uppercase;
border-radius: 15px;
z-index:110;
}
a.styleboutonSuiv_Test1300_fixe:hover{
box-shadow: 0px 0px 1px #555;
background-color : #e8ab2e;
}
a.styleboutonAcc_Test1300_fixe{
position:fixed;
margin-top:-985px;
float:left;
padding:5px;
margin-left:800px;
color:#fff;
background-color:#fe6914;
font-weight:bold;
text-transform:uppercase;
border-radius: 15px;
z-index:120;
}
a.styleboutonAcc_Test1300_fixe:hover{
box-shadow: 0px 0px 1px #555;
background-color : #e8ab2e;
}

.suivant1haut {
	font-family:arial, sans-serif;
 font-size:100%;
 color:white;
	background-color:black;
	display: inline-block;
 vertical-align: top;
		border: 2px solid black;
		margin-left:30px;
		margin-top:-985px;
		height:10px;
		padding:20px;
}
.accueil1haut {
	font-family:arial, sans-serif;
 font-size:100%;
 color:white;
	background-color:black;
	display: inline-block;
 vertical-align: top;
	border: 2px solid black;
		margin-left:150px;
		margin-top:-985px;
		height: 10px;
		padding:20px;
}
.precedent1haut {
	font-family:arial, sans-serif;
 font-size:100%;
 color:white;
	background-color:black;
	display: inline-block;
 vertical-align: top;
	border: 2px solid black;
		margin-left:0px;
		margin-top:-0px;
		height: 10px;
		padding:20px;
}
