* {
	outline:none;
}
html {
	height:100%;
	margin:0px;
	padding:0px;
	}

body {
	
	width:100%;
	overflow:hidden;
	margin:0px;
	padding:0px;
	height:100%;
	}
	
#background {
	position:absolute;     //  Bg est placé ds id background
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	}



#centre {
	background-image: url(images/index.jpg);
	background-repeat: no-repeat;
	height: 422;
	width: 600px;
	letter-spacing: 0.5em;
	position: absolute;
	text-align: center;
	position:absolute;
	z-index:1;
	margin-left:-310px;
	left:50%;
	overflow:hidden;  
}

.classcentre {
    //margin-top:-50px;
	top:30%;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.1em;
	line-height: 1.8em;
	font-weight: bold;
	margin-top: 121px;
	margin-left: 30px;
	letter-spacing: 0.1em;
}
a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}

