@CHARSET "ISO-8859-1";
/* 800px pour l'ancient gif */
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}


@media screen and (min-width: 600px) {
#splash_gif_img{
	width:100%;
	height:100%;
	background-image: url("../images/splash.jpg");
	background-size:100% 100%;
}
}
	
@media screen and (max-width: 799px)and (orientation:portrait) {
	#splash_gif_img{
	width:100%;
	height:100%;
	background-image: url("../images/splash_portrait.jpg");
	background-size:100% 100%;
	
}
