/* CSS Document */

body{
	text-align:		center;
	font-family:	tahoma, verdana, arial, sans-serif;
	font-size:		0.8em;
	color:			#666;
	margin:			100px 0;
	padding:		0;
}

a{
  color:    #0cf;
}

img{
	border:			none;
}
.page{
	width:			500px;
	margin:			0 auto 20px auto;
}

.footer{
	width:			500px;
	margin:			0 auto 20px 0;
	border-top:		1px solid #0cf;
	padding:		8px 0;
	margin:			30px 10px;
}

.footer p{
	font-size:		0.85em;
}

address{
  font-style:   normal;
  font-size:		0.85em;
}

h1.title{
  background: transparent url(images/eau-plus-logo.gif) no-repeat top center;
  display:  block;
  width:    100%;
  height:   100px;
}

h1.title span{
  display:  none;
}
