html, body {
	padding:0;
	margin:0;
	/*width:100%;*/
	/*height:100%;*/
}

body {
	background:#f5f4e9;
	overflow-y:hidden;
	overflow-x:hidden;
	
}

object, a { 
	outline:none; 
}

#conteneur{
	background:#f5f4e9 url(../img/background_accueil.jpg) no-repeat center top;
	width: 1400px;
	height: 737px;
	position: absolute;
	left: 50%;
	margin-left: -700px;
}

#conteneur a span{
	display: none;
}

#conteneur a#site{
	display: block;
	width: 264px;
	height: 98px;
	border: none;
	background:#f5f4e9 url(../img/lien_site.gif) no-repeat left top;
	position: absolute;
	top: 410px;
	left: 575px;
}

#conteneur a#blog{
	display: block;
	width: 242px;
	height: 95px;
	border: none;
	background:#f5f4e9 url(../img/lien_blog.gif) no-repeat left top;
	position: absolute;
	top: 370px;
	left: 772px;
}
