@charset "UTF-8";

html {
	width:100%;
	overflow: hidden;
	/* background-color:#000000 !important; */
	background-color:#020400 !important;
	background-image: url(../images/infinity_1280x720.gif);
	background-position: center top !important;
	background-repeat:no-repeat;
}
/*
body {
	background-color:#020400 !important;
	background-image: url(../images/infinity_1280x720.gif);
	background-position: center center !important;
	background-repeat:no-repeat;
}*/

#under_construction_img
{
	background-image: url(../images/loadcat_64x51.gif);
	background-repeat:no-repeat;
	z-index:1;
	position: absolute;
	height: 64px; 
	width: 51px;
	right: 60px;
	bottom: 60px;
}
#under_construction_txt
{
	color:yellow;
	z-index:1;
	position: absolute;
	height: 64px; 
	width: 51px;
	right: 60px;
	bottom: 9px;
}

@media (max-width:1200px)
{	
/*
	#page
	{
		width:100%;
	}

	#entete
	{
		margin:auto;
		padding:0px;
		height:113px;
		width:640px;
		background-image:url('../images/bandeau_640x113.jpg');
		background-position:center top;
	}
	
	#corp
	{
		width:initial;
		margin:auto;
		padding:0px;
		background-image:none;
		background-repeat:no-repeat;
		background-position:center top;
	}
*/
}

@media (min-width: 480px) and (max-width: 960px) and (orientation:landscape)
{
	html {
		width:100%;
		overflow: hidden;
		background-color:#020400 !important;
		background-image: url(../images/infinity_980x551.gif);
		background-position: center top !important;
		background-repeat:no-repeat;
	}
	/*
	body {
		background-color:#020400 !important;
		background-image: url(../images/infinity_980x551.gif);
		background-repeat:no-repeat;
	}*/
/*
	#entete
	{
		margin: auto;
		padding: 0px;
		height: 57px;
		width: 320px;
		background-image: url('../images/bandeau_320x57.jpg');
		background-position:center top;
	}
*/
	#under_construction
	{
		display:none;
	}
}

@media (max-width: 480px)
{
	html {
		width:100%;
		overflow: hidden;
		background-color:#020400 !important;
		background-image: url(../images/infinity_320x180.gif);
		background-position: center top !important;
		background-repeat:no-repeat;
	}
/*
	body {
		background-color:#020400 !important;
		background-image: url(../images/infinity_320x180.gif);
		background-repeat:no-repeat;
	}
*/
/*
	#entete
	{
		margin: auto;
		padding: 0px;
		height: 57px;
		width: 320px;
		background-image: url('../images/bandeau_320x57.jpg');
		background-position:center top;
	}
*/
	#under_construction
	{
		display:none;
	}
}
