html, body {
 margin: 0;
 padding: 0;
 width:100%;
 height:100%;
 }
 
 /*structural elements*/
 #container	    {vertical-align: middle; text-align:center;}
 #holder		{width:100%; padding:0px 0px 0px 0px; background:none; background-position: center;}
 
 
body {
 font-family: Verdana, sans-serif; 
 font-size: 100%;
 background-color:black;
 background-position:center;
 vertical-align: middle;
 }
 

 
img { 
  vertical-align:middle;
}
 
p {font-type: arial; color: #848484;}
 
h1 {
 font-size: 200%; 
 color: navy; 
 text-align: center;
 }
 
 a:link {/*par défaut*/
color:  white;
text-decoration:none;
 }
 
 a:visited {/*visité */
 color:  white;
text-decoration:none;
}

 a:hover {/*survolé*/
 color: white;
text-decoration:none;
 }
 
 a:active {/*cliqué*/
 color: white;
text-decoration:none;
 }
 

bloc-central { 
  padding-left:90px;
  padding-right:90px;
}

div.centre {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 400px;
    }
    

 
 .clearfix:after {content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */