@import url(style.css);

html, body, #paysage, #container {
	
	height : 100%;
	width : 100%;
	vertical-align : middle;	
}

/* Messages d'avertiismsent incompatibilités */
#javascript {
	background-color: #ED1C24;
	border-bottom : 2px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;	
	}

#explorer {
	background-color: #ED1C24;
	text-decoration:none;
	border-bottom : 2px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;	
  display: none;
}


#paysage {
	background : url(../img/intro/intro_background.jpg) no-repeat center;
	}
	
#entree {
	width : 659px;
	height : 160px;
	background : transparent url(../img/intro/intro_entree.png) no-repeat center;
	}

#entree a {
	background : transparent url(../img/intro/intro_entree_01.png) no-repeat;
	float : left;
	overflow : hidden;
	width : 110px;
	height : 30px;
	margin-left : 430px;
	margin-top : 105px;
}

#entree a:hover {
	background : transparent url(../img/intro/intro_entree_02.png) no-repeat;
	float : left;
	overflow : hidden;
	width : 110px;
	height : 30px;
	margin-left : 430px;
	margin-top : 105px;
}
#requis{
  width : 659px;
  margin-top: 50px;
  float: left;
  color: #ffffff;
  text-align: center;
}

#compatibility_warning {
  position: absolute;
  top: 100px;
  left: 40%;
  width: 300px;
  height: 100px;
  background-color: #FFFFFF;
  display:none;
}

span {
	margin-top : 150px;
	float : left;
}