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

@media screen and (min-width: 770px) and (max-width: 960px){
	
	#wrapper{
		width: 800px;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		
	}
	
	.accueilSmall{
		position: fixed;
		top: -10000px;
	}
	
	.imageAccueil img{
		width: 91%;
		margin-right: 12px;
	}
	
	
	#galerie {
		font-size: 120%;
		line-height: 1.3em;
		margin-top: 50px;
	}
	
	.introLogoImg{
		display: block;
		position: relative;
		top: -90px;
		right: -90px;
		margin-top: -50px;
		width: 285px;
	}
	
	img.intrologo{
		width: 100%;
	}
	
	div.choix img{
		width: 80px;
	}
	
	#fetichisme, #popotin, #soumis, #question{
		width: 650px;
		margin-right: auto;
		margin-left: auto;
	}
	
	#soumis div.videoParalaxe{
		height: auto;
		width: 100%;
	}
		
	.image img{
		width: 100%;
	}
	
	#next{
		position: relative;
		top: -50px;
		right: -80px;
	}
	
	#prev{
		position: relative;
		right: 80px;
	}
	
	#actu button.buttonRight{
		right: 170px;
		-webkit-transition: 0s;
		-moz-transition: 0s;
		-ms-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
	}
	
	#actu button.buttonLeft{
		left: 170px;
		-webkit-transition: 0s;
		-moz-transition: 0s;
		-ms-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
	}
	
}

































