.i-large,
.i-medium,
.i-small {
	position : absolute;
	top: 0; right: 0; bottom: 0; left: 0;

}

.i-large {
	background: url("../img/neige/neige_large.png") repeat 0px 0px;
	-webkit-animation: dropFlowParticles 4s linear infinite;
	-o-animation: dropFlowParticles 4s linear infinite;
	animation: dropFlowParticles 4s linear infinite;
	z-index:2;
	opacity: 0.75;
}
.i-medium {
	background: url("../img/neige/neige_medium.png") repeat 0px 0px;
	-webkit-animation: dropFlowParticles 13s linear infinite;
	-o-animation: dropFlowParticles 13s linear infinite;
	animation: dropFlowParticles 13s linear infinite;
	z-index:3;
	opacity: 0.8;
}
.i-small {
	background:url("../img/neige/neige_small.png") repeat 0px 0px;
	-webkit-animation: dropFlowParticles 24s linear infinite;
	-o-animation: dropFlowParticles 24s linear infinite;
	animation: dropFlowParticles 24s linear infinite;
	z-index:4;
	opacity: 0.8;
}

@-webkit-keyframes dropFlowParticles {
	from { background-position: 0 0; }
	to { background-position: 0 413px; }
}
@keyframes dropFlowParticles {
	from { background-position: 0 0; }
	to { background-position: 0 413px; }
}

.neige {
	position: relative;
	padding:0;
}

@media (min-width: 1235px) {
	.neige {
		padding:25px 0;
	}	
}

