@charset "utf-8";

body {
	background-color: #E0E0E0;
	margin: 0px;
}

div#header_esp {
	position:static;
	width:800px;
	height:151px;
	background-image: url(../images/espace-client_head.gif);
	background-repeat: no-repeat;
}
div#content_esp {
	width:800px;
	background-image: url(../images/espace-client_content.gif);
	background-repeat: repeat-y;
	height: auto;
	position: relative;
	text-align: center;
}
div#footer_esp {
	width:800px;
	height:70px;
	background-image: url(../images/espace-client_footer.gif);
	background-repeat: no-repeat;
	font-size: 9px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	position: relative;
}

/* liens */

a {
	color: #008CBB;
}
a:hover {
  text-decoration: none;
}
.footer_esp {
}
.footer_esp a {
	text-decoration: none;
	color: #999999;
}
.footer_esp a:hover {
	text-decoration: underline;
	color: #008CBB;
}