

/* Internet_Index_index.css */



form,  flash_message_ok,  flash_message_nok {
  /* display: none  !important; */
}


body { 
  color: black;
  font-family: monospace, monospace;
  background: linear-gradient( to bottom right, lightsteelblue, black);
  margin: 0;
  padding: 0;
}




nav {
  background-color:lightslategrey;
  display: block;	
  padding: 0.5rem;
  height: 4rem;
}


nav ul {
  list-style-type: none;
  font-size: 100%;
  padding: 0;
}


nav ul li {
  padding: 0.5rem 1rem 0.5rem 0;
  float: left;
}	


section {
	clear: both;
	min-height: 30rem;
	padding: 0.5rem;
}


a {
  color: black;
  text-decoration: none;
}	

a:hover,  a.selected {
  text-decoration: underline;
}



footer {
  background: darkslategrey;
  display: block;
  min-height: 30rem;
}



