a {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF;
}
body {  
  background-image: url(images/fond.jpg); 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #FFFFFF; 
	margin: 0px; 
}
h1 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #FFFFFF;
}
hr {  
	color: #FFFFFF;
}
	
/* ---------- */

.contoursimg {  
	border: #FFFFFF; 
	border-style: solid; 
	border-width: 5px; 
}
.contourstable {  
	border: #000000; 
	border-style: double; 
	border-width: 1px; 
}
.fondgdetable {  
  background-color: #473a32;
}
.textenav {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF;
}
a.pano {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	cursor: pointer;
}
a.pano:hover {
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

