/* HTML5 */
@charset "utf-8";
/* CSS styles */
html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}
.wrapper{
	width:100%;
	height:350px;  
	margin:0 auto;
	position:relative;
}
.slideno{
	position:absolute;
	bottom:0px;
	left:30px;
	font-size:50px;
	font-weight:bold;
	color:rgba(255,255,255,0.3);
}
#slide1{
	background-image: url(../magasin-peche-finistere/magasin-peche-29.jpg);
}
