body {
	margin: 0;
	padding: 0;
	z-index: 0;
	
	background-repeat:no-repeat;
	background-color: #c0dee9;
	}
	
div#global {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	
	
}	


div#entree {

	position:absolute;
	top: 70px;
	text-align: center;
	font-family: arial;
	margin-top: 5px;
	padding-top: 5px;
	
	width: 400px;
	height: 450px;
	background-color: #bdb1ce;
	z-index: 1;

}
div#image {
	position:absolute;
	top: 25px;
	text-align: center;
	margin-left: 5px;
	margin-top: 5px;
	padding-top: 5px;
	width: 450px;
	height: 455px;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	z-index: 10;

}

div#image2 {
	position: absolute;
	background-image: url("images/coeur.png");
	height: 200px;
	width: 200px;
	margin-left: -120px;
	top: 400px;
	z-index: 11;
	}
	
a.lien1 
 
 { 
 color:white; 
 text-decoration:none; 
 font-family:arial;

 font-weight:bold; 
 } 
 
 a.lien1:hover 
 
 { 
 color:#bdb1ce; 
 font-family:arial;
 
 text-decoration:none; 
 font-weight:bold; 
 } 
	