body {
	background: black url(/img/univers_services_global_bg.jpg) no-repeat top center;
}


/***************************************************************/
/*index**********************************************************/
/***************************************************************/

div.block.index {
	height: 600px;
	background: #ffdd00 url(../img/univers_services_bg.jpg) no-repeat;
	margin-top: 125px;
	padding: 80px 20px 0px 20px;
	width: 910px;
}

.services {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.services li {
	cursor: pointer;
	/* these are required, but the values are up to you (must be pixel) */
	width: 180px;
	height: 440px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	border-right: 1px dotted #ffdd00;
}

.services li#atelier {
	background: url(../img/img_services_atelier_big.jpg) no-repeat;
}

.services li.active#atelier.active {
	background: url(../img/img_services_atelier_big.jpg) no-repeat;
	background-position: -546px 0;
}

.services li#depannage {
	background: url(../img/img_services_depannage_big.jpg) no-repeat;
}

.services li#depannage.active {
	background: url(../img/img_services_depannage_big.jpg) no-repeat;
	background-position: -546px 0;
}

.services li#kidland {
	background: url(../img/img_services_kidland_big.jpg) no-repeat;
}

.services li#kidland.active {
	background: url(../img/img_services_kidland_big.jpg) no-repeat;
	background-position: -546px 0;
}

.services li#reprise {
	background: url(../img/img_services_reprise_big.jpg) no-repeat;
}

.services li#reprise.active {
	background: url(../img/img_services_reprise_big.jpg) no-repeat;
	background-position: -546px 0;
}

.services li#trocland {
	background: url(../img/img_services_trocland_big.jpg) no-repeat;
	width: 180px;
	border: none;
}

.services li#trocland.active {
	background: url(../img/img_services_trocland_big.jpg) no-repeat;
	background-position: -546px 0;
}

.services li div.texte {
	display: block;
	width: 470px;
	height: 80px;
	margin: 300px 20px 20px 20px;
	padding: 40px 15px 0px 15px;
	background: black;
	opacity: 0;
	filter : alpha(opacity=0);
	color: white;
	z-index: 10;
}

.services li h2{
	margin: -130px 0 0 35px;
	font-size: 25px;
	color: #fce01a;
	text-transform: capitalize;
	z-index: 20;
	position: absolute;
}
