html, body { 
  width: 100%; 
  height: 100%; 
  margin: 0;
  font-family : Verdana, Arial;
  font-size: 10px;
  background-color: white;  
} 
#container { 
  width: 100%; 
  height: 100%; 
}
.libRech  {
  margin-top:25px;
  margin-bottom:3px;
  vertical-align: center;
 
}

.liste {
  color:#4C4C4C;
}

#tParcelle {
  padding: 4px 0px 4px 4px;
  border: 1px solid #ffffff;
}

.menugauche {
  width:200px;
  height:550px;
  background-color: green;
}

.carte {
  width:797px;
  height:550px;
  background-color: yellow;
}

.btnVoir {
  margin-left:10px;    
  cursor:pointer;
}

.enTeteImage {
 float:left;
 margin-right:135px;
}

.enTeteCarto {
  margin-top:25px;
  color:#ffffff;   
}

.enTeteCarto h1 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 2em;
	font-weight: bold;
  
}

piedPageCarto {
  width: 100%;
  height: 40px; 
}

.liens {
  float: left;
  width:15%;
  margin-top:7px;
  text-align: center;
  font-size: 1.25em;
}

a:link,
a:visited {
	background: transparent;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none; 
}

a:hover, 
a:active, 
a:focus {	
	background: #567816;
	color: #FFF;
	text-decoration: none; 
}
