
body { 
	font-family: futura, tahoma, verdana; font-size: 12px; 
	text-align:center; 
	background-color: #fff;
<!-- ?php 
  echo "/* ";
  foreach ($_SERVER as $k => $v) echo "\n $k     $v";
  echo "\n*/ \n";
? -->
}
body.accueil {
	background:#fff url("../_imgs/dessins-façades/IMG_1136.JPG") no-repeat scroll center 85% / 60% auto;
	height: 96%; 
}
#basdepage {	
	position: fixed; bottom: 0; height: 10px; width: 100%;
	background-color: #eff; font-size: 80%;
	padding-bottom: 2px;
	vertical-align: top; text-align: center;
}
#basdepage > * {
	margin-left: 10px; margin-right: 10px;
}
pre {  text-align:left;}
pre > b { min-width: 300px; }

.infos { 
  font-family: tahoma, verdana; font-size: 10px; text-align: left; 
  padding-left: 10px; line-height: 0.8em;
  
}
.erreur {
	color: red;
}

.statut {
	color: #2b2; background-color: #f4fff4; margin: auto 30%;
}
