html{
	height:100%;
}
body{
	background-color:black;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	min-height: 100%;

}
body#lanDing {
  background-image: url('img/background-pyrene.png');	
  background-color: black;
  /*background-size:cover;*/
  background-size: 100%;
  background-repeat: no-repeat;
  color: green;
  font-family: Verdana;
  margin:0px 0px 0px 0px;
  min-height: 50%;
  }       
div#heaDer{
	display:block;
	text-align: center;
}
div#heaDer a{
	text-decoration:none;
	color:white;
}
div#foOter{
	display: block;
	text-align: center;
	margin-bottom: auto;
	margin-top: auto;
}
/*img#loGo {
	max-width: 100%;
	margin-left:100%;
	margin-right:100%;
	margin-top:5%;
	margin-bottom:auto;
}*/
div#loGo_lanDing_zone{
	text-align: center;
	margin-top:30%;
	margin-bottom:auto;
}
img#loGo_lanDing_img {
	max-width: 100%;
	max-height:100%;
	/*display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
	margin-bottom:auto;
	width:50%;
	height:auto;*/
}
a#loGo_lanDing_link {
	max-height:100%;
	/*	display:block;
	margin-top:5%;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	*/
}
/*a#loGo_lanDing:link{}
a#loGo_lanDing:visited{}
a#loGo_lanDing:hover {
	background-color:green;
}*/
img#loGo_lanDing_img:hover{
	background-color:white;
}
div#meNu-nAv a:link{
	text-decoration:none;
	color:white;
	border: 1px solid white;
	padding: 7px;
	overflow:hidden;
	
}
div#meNu-nAv a:visited{
	text-decoration:none;
	color:white;
	
}
div#meNu-nAv a:hover{
	text-decoration:none;
	background-color:white;
	color:black;
	
}
div#meNu-nAv a:active{
	text-decoration:none;
	background-color:white;
	color:black;
	
}


@media screen and (max-width: 500px) {
div#meNu-nAv a {
    display: block;
    text-align: center;
  }
div#loGo img{
	float:left;
}
img#loGo_lanDing_img{
	text-align: center;
	margin-top:50%;
	margin-bottom:auto;
}
/*div#meNu-nAv  {
    display: block;
    text-align: center;
  }
}*/