body{ 
  margin:0;
  padding:0;
  background: url(images/fond.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 */
}

#page { width:960px; margin:auto;}
a img {border:none;}
p{text-align:center;}
.logo img {width:300px; margin-top : -40px; margin-bottom:-40px;}


#clock {font-family: Arial, Serif; text-align:center; color: white; margin-top:-10px; margin-bottom: 25px; }

#construction{width:30%; margin:auto; background:#193a60; padding:10px; margin-top:15%;}

#construction .construction{font-family: Arial, Serif; color:white; margin-top:5px;}


#construction .copyright { font-family:Arial, Serif; font-size:150%; color:white;}

#construction .copyright a {color:white;  text-decoration:none;}
#construction .copyright a:hover {font-style:italic; text-decoration:underline;}
