body {
color:white;
background-color: #0C0C0C;
#background-image:url(back.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-attachment:fixed;
  margin: 0;
  text-align: center;
}

#msg { 
position:absolute; 
  left: 50%;  
  top: 50%;
margin-top: -50px; /* moitié de la hauteur */ 
  margin-left: -250px;  
  width: 500px; 
  height : 130px;
  border: 2px dashed #fff;
  border-radius:10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;

}

#titre{
	margin : 15 px;
	font-size: 46pt;

}

#contact{
	margin : 15 px;
	


}

a { color:#ffffff; text-decoration:none; }
a:hover { color:#777777; text-decoration:underline; }