@charset "utf-8";
body { padding:0; margin:0; height:100%; }
html { 
  margin:0;
  height:100%;
  padding:0;
  background: url(images/labouche-bg.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}
a { color:#FFF; text-decoration:none; }
#open { width:223px; margin-left:-111px; left:50%; top:50%; position:absolute; height:427px; margin-top:-200px; }
#footer { background-color:#e32519; position:fixed; bottom:0px; width:100%; padding-top:15px; padding-bottom:12px; font-size:12px; text-align:center; color:#FFF; letter-spacing:2px; font-family:Arial, Helvetica, sans-serif; }