body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff url(images/wallpaper.jpg);
	padding: 0;
	margin: 0;
}
.espace_h {
  width:750px;
  height:50px;
}
#logo {
  margin:auto;
  background: url(images/logo_home.png) no-repeat bottom center; 
  width:520px;
  height:400px;
}
a, a:visited { 
	outline: none 
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #fff;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 18px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}
