/*-------------------- CATEGORIES --------------------------*/
#prestations_categories{
	height: 350px;
	outline:hidden;	
}

#prestations_categories_items{
	width:760px;
	margin-left: 35px;
	margin-top: 10px;
	float:left;
	outline:hidden;
}

#prestations_categories_items li{
	display:block;
	float:left;
	width:170px;
	height:150px;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-right: 15px;
}

.prestations_categories_item {
	background-position: right top;
}

.prestations_categories_item:hover {
	background-position: left top;
}

.prestations_categories_item_active{
	background-position: left top;
}

/*-------------------- ZOOM --------------------------*/

#prestations_zoom{
	width:237px;
	margin-top: 20px;
	float:left;
	outline:hidden;
}

#prestations_zoom_une{
	height:15px;
	overflow:hidden;
	background-color: #262626;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #FFFFFF;
	vertical-align: middle;
	margin-bottom:5px;
}

#prestations_zoom_bloc{
	overflow:hidden;
	display:block;
	height:292px;
	background-image: url(../images/prestations/prestation_zoom_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#F66C26;
	text-decoration: none;
}

#prestations_zoom_bloc:hover{
	background-position: center bottom;
	color: #000000;
}

#prestations_zoom_bloc_photo{
	display:block;
	height:205px;
	margin-top:1px;
	margin-left:1px;
}

#prestations_zoom_bloc_text{
	
	display:block;
	height:87px;
	padding-left:15px;
	padding-right:5px;
	padding-top:15px;
	
}


/*-------------------- DETAIL --------------------------*/

#prestation_detail{
	display:block;
	width:1100px; 
	overflow:hidden;
}

#prestation_detail_items{
	float: left;
	display:block;
	width:760px;
	margin-left: 35px;
	overflow:hidden;
}

.prestation_detail_item_line{
	display:block;
	width:760px;
	overflow:hidden;
	margin-bottom:20px;
}

.prestation_detail_item{
	float: left;
	display:block;
	width:360px;
	margin-right: 15px;
	margin-top:20px;
	overflow:hidden;	
}

.prestation_detail_item_title{
	height: 30px;
	width:360px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
	margin-bottom: 5px;	
}

.prestation_detail_item li{
	display:block;	
	background-image: url(../images/general/puce_orange.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:2px;
}

.prestation_detail_item_sous_item_title{
	color:#C73D0D;
	text-decoration: underline;
	font-weight: bold;
}

.prestation_detail_item_sous_item{
	margin-bottom:10px;
}

.prestation_detail_item_sous_item li{
	display:block;
	background-image: none;
}

.prestation_detail_item h4{
	display:block;
	color:#666666;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration:none;
	vertical-align: middle;
	margin-left:12px;
}

/*-------------------- COMPLEMENT --------------------------*/

#prestation_detail_complements{
	display:block;
	float: left;
	width:240px;
	overflow:hidden;
}

.prestation_detail_complements_title{
	width:240px;
	margin-top: 15px;
	display:block;
	height:25px;
	overflow:hidden;
	background-color: #262626;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #FFFFFF;
	text-indent: 15px;
	vertical-align: middle;
}

#prestation_detail_complements ul{
	display:block;
	width:240px;
	overflow:hidden;
	background-color: #C4C4C4;
	padding-top: 5px;
	padding-bottom: 10px;
}

#prestation_detail_complements li{
	display:block;	
	background-image: url(../images/general/puce_noire_lien.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:15px;
}

#prestation_detail_complements a{
	display:block;
	color: #262626;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration:none;
	vertical-align: middle;
	margin-left:12px;
}

#prestation_detail_complements a:hover{
	color:#C73D0D;
	text-decoration:underline;
}
