a:hover {
	color: #569F56;
}

#corps {
 	background: url( ../images/content_bg_bottom.jpg) no-repeat 3px bottom;
	border: 1px #6d9e5e solid;
}

#corps a {
	border-bottom: 1px #000 dotted;
}

/* Carousel */

#carousselBackground {
	width: 754px;
	margin: 10px auto;
	background: url(../images/services_bg.png) no-repeat center;
}

#carouselContainer {
	width: 720px;
	height: 461px;
	margin: 10px auto;
	position: relative;
}

#carouselTabs {
	width: 720px;
	height: 77px;
	margin: 0 auto;
}

.tabElement {
	float: left;
	width: 144px;
	height: 77px;
	cursor: pointer;
}

.tabElement span {
	display: none;
}

#ergonomie {
	background: url(../images/services_ergonomie.gif) no-repeat;
}

#ergonomie:hover {
	background-position: 0 -77px;
}

#developpement {
	background: url(../images/services_developpement.gif) no-repeat;
}

#developpement:hover {
	background-position: 0 -77px;
}

#formation {
	background: url(../images/services_formation.gif) no-repeat;
}

#formation:hover {
	background-position: 0 -77px;
}

#emarketing {
	background: url(../images/services_emarketing.gif) no-repeat;
}

#emarketing:hover {
	background-position: 0 -77px;
}

#hebergement {
	background: url(../images/services_hebergement.gif) no-repeat;
}

#hebergement:hover {
	background-position: 0 -77px;
}

#carouselSlider {
	position: absolute;
	width: 744px;
	height: 350px;
}

.sliderElement {
	position: absolute;
	height: 340px;
	padding: 0 15px 0 15px;
}

.sliderElement .overflow {
	overflow: auto;
	width: 300px;
	height: 150px;
	border: 1px solid pink;
}

.sliderImage {
	display: block;
	float: right;
}
