@charset "utf-8";
* {
	margin:0;
	padding:0;
	border:0;
	font-family:Tahoma;
}
body { 
	background-color:#000000;
	background-position:top;
	font-family:Tahoma;
}
#conteneur {
	width:950px;
	margin:0px auto;
	position:relative;
	border:none;
}
#image { 
	background-image: url(../imageSite/nico-marret-sculpture-index.jpg);
	background-repeat:no-repeat;
	width:470px;
	height:595px;
	margin:0px auto;
	margin-top:50px;
	position:relative;
	border:none;
}
#logo { 
	background-image: url(../imageSite/logo-index.png);
	background-repeat:no-repeat; 
	height:79px; 
	width:98px;
	position:absolute;
	top:400px; 
	left:310px; 
}
#enter {
	top:62px;
	height:16px;
	width:43px;
	position:absolute;
	color:#d96615;
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
	left: 1px;
}


#enter a{
	
	display:block;
	height:16px;
	width:43px;
	color:#d96615;
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
}

#enter a:hover{
	color:#b7b5b3;
}
