
body { 
margin:10px;
 padding:10px;
  border: solid 1px grey;
  outline: 1px solid yellow;
  box-shadow:
  0 0 0 1px #CCC,
  0 0 0 2px #888,
  0 0 0 3px #444,
  0 0 0 4px #000;
}

body:before { 
  content:" "; position:absolute; width:100%; height:100%; top:0; left:0; 
  /* ftp://bellynck:@ftp.cluster002.hosting.ovh.net/w-lacdegrandmaison/_imgs/photos/2019-05/auberge-sous-la-neige-de-face.jpg */
  
  background: url(/_imgs/photos/2019-05/auberge-sous-la-neige-de-face.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

  background-size: cover;
  opacity: .15; 
  z-index: -1;
} 

#basdepage {	
	position: fixed; bottom: 0; height: 10px; left:10px; right: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;
}

/*
#entete>* { float:left; }
#entete:after { content:' '; display:block; clear:both; }
*/

#logo {width:80px; position:fixed; right:10px; top:10px;}

.erreur {
	color: red;
}

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