html {
	height:100%;
}
body { 
	
	font: 100% georgia, sans-serif;
	line-height: 1.9;
	color: rgb(85, 87, 83);  
	background-color: #ffceA5;
	
	padding: 1%;
  height:110%;
	
	margin-top:10px;
	}

header {
	box-shadow:	0px 5px 10px 2px rgba(0,0,0,0.5);
	background-color: #efaad2;
	text-align: center;
	font-style: italic;
	font-size: 150%;
	border-bottom: 4px solid rgb(173, 55, 92);
		display:inline-block;
	width:100%;

}

header b {
	color:darkred;
}


li{
	padding:0.5%;
	margin-left:2%;
	text-decoration: underline;
	transition: color .1s ease;
}

li:hover {
	
	color: #000000
}

li:active {
	color:#0023AA;
}

#cartecampus {
	height : 40%;
	width : 50%;
	  float:left;
	margin:1%;
	border: solid teal 2px;
	box-shadow:	0px 0px 5px 4px rgba(0,0,0,0.5);
	}

#listeEntreprises {
	float:left;
	margin:2%;
	margin-top:1%;
	height:35%;
	border: double black;
	box-shadow:	0px 5px 1px 2px rgba(0,0,0,0.5);
	padding:2%;
	overflow:auto;
	width:38%;
}

table {
	clear:both;
	box-shadow:	8px 0px 5px 3px rgba(0,0,0,0.5),-8px 0px 5px 3px rgba(0,0,0,0.5);
	border: solid black;
  width:80%;
	margin-left:auto; 
  margin-right:auto;
}


table td {
	border: solid black;
	background-color: #faacc5;
	padding: 0;
	margin: 0;
	font-weight:bold;
}

table td:last-child{
	text-align: center;
	background-color: rgb(255, 175, 160);
	font-weight:normal;
}

footer{
	box-sizing: border-box;
  background-color: rgb(173, 55, 92);
  font-size: 14px;
  line-height: 19.5333px;
  margin-bottom: 0px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0px;
  padding-bottom: 20px;
  text-align: left;
	padding: 5px;
  position:absolute;
  width:90%;
	}
	

footer a{
	color:white;
	margin-left: 1%;
	font-family: Verdana, Geneva, sans-serif;
}

