html, body, div, span, img, ol, ul, li  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

}

body {
	font: 0.75em/1em "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif; /* 1em = 12px at 96ppi */
	color: #3a4956;
	/* background: white url('../img/bg_body.gif') repeat-y 0 0; */
	}	

#content {
margin-left:14px;
	line-height: 1.5em;
	min-height: 189px;
	position:relative;
}
/* home page */
#home #entrance {
	margin-left: 0px;
	width: 657px;
	height: 189px;
	overflow: hidden;
	position: relative;
}
#home #entrance ul {
	position: absolute;
	top:0px;
	left:0px;
	width: 1056px;
}
#home #entrance li {
	width: 219px;
	height: 189px;
	overflow: hidden;
	float:left;
}
#home #entrance li a {
	text-indent: -5000px;
	display: block;
	width: 219px;
	height: 189px;
	position:relative;
	background-position: 0 0;
}

#col-dream a, #col-dream a span { background-image: url('../img/profile4.jpg') }
#col-aqua a,  #col-aqua a span  { background-image: url('../img/acier6.jpg') }
#col-pom a,   #col-pom a span   { background-image: url('../img/jardinage3.jpg') }
#col-graff a, #col-graff a span { background-image: url('../img/menuiserie_ami.jpg') }
#col-drail a, #col-drail a span { background-image: url('../img/sanitaire_ami.jpg') }


#home #entrance li a span {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 219px;
	height: 189px;
	background-position: -219px 0;
	visibility: hidden;
}
#home #entrance li a:focus, #home #entrance li a:hover {
	cursor: pointer;
}

/* controls */
#btnLeft, #btnRight {
	display: block;
	background: #7B8688;
	width: 14px;
	height: 189px;
	text-indent: -5000px;
	position: absolute;
	top: 0px;
}

#btnRight {
	left: -14px;
	background: #7B8688 url('../img/controls_right.jpg') 0 0 no-repeat;
}

#btnLeft {
	left: 657px;
	background: #7B8688 url('../img/controls_left.jpg') 0 0 no-repeat;
}

#btnLeft:hover, #btnRight:hover {
	background-position: -14px 0;
}

#shadowLeft, #shadowRight {
	height: 189px;
	width: 40px;
	position: absolute;
	top: 0px;
}

#shadowLeft {
	left:617px;
	background: transparent url('../img/panel_slide_left.png') 0 0 no-repeat;
}

#shadowRight {
	left:0px;
	background: transparent url('../img/panel_slide_right.png') 0 0 no-repeat;
}