body {
	background: url(images/backone.gif);
	background-repeat: repeat-x;	
	background-color: #33424B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	overflow:hidden;
	
}

#capsule {
     background-image: url(../images/fond.jpg);
	 background-repeat: no-repeat;
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 460px;
     height: 340px;
     margin-top: -170px; /* moitié de la hauteur */
     margin-left: -230px; /* moitié de la largeur */
	 text-align: center;
	
	
     }
h1{
	font-size: 9px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:0px;
	color:#C0C0C0;
	
}
h2{
	font-size: 9px;
	font-weight:normal;
	margin-top:7px;
	color:#C0C0C0;
}
a{
	color:#C0C0C0;
	text-decoration:underline;
}
a:hover{
	color:#FFFFFF;
}
