@charset "UTF-8";
/* CSS Document */

#prestation_liste{
	margin:5px 10px 0px 10px;
	position:relative;
	width:560px;
}

#prestation_select{
  position:absolute;  
  top:75px;
	left:25px;
}

#prestation_liste #img_abattage{
	position:absolute;
	top:40px;
	left:20px;
	cursor:pointer;
}

#prestation_liste #img_taille{
	position:absolute;
	top:0px;
	left:130px;
	cursor:pointer;
}

#prestation_liste #img_dessouchage{
	position:absolute;
	top:70px;
	left:170px;
	cursor:pointer;
}

#prestation_liste #img_entretien{
	position:absolute;
	top:10px;
	left:240px;
	cursor:pointer;
}

#prestation_liste #img_evacuation{
	position:absolute;
	top:65px;
	left:380px;
	cursor:pointer;
}

.prestation{
	position:absolute;
	width:550px;
	top:108px;
	left:0px;
	display:none;
}

.prestation ul{
  list-style-type: none;
  list-style-image: none;
}

.prestation_visible{
	position:absolute;
	width:550px;
	top:108px;
	left:0px;
	display:block;
}

#presta_e, #presta_d{
   margin-top:20px;
}

#presta_e li{
  margin-bottom:5px;
}

#presta_t table{
  margin-top:10px;
}

#presta_ev table td img{
  margin-left:5px;
}

.prestation_txt{
	float:left;
	width:420px;
}

.prestation_photo{
	float:right;
}

.prestation_p{
	margin:0px 0px 10px 0px;
}

.prestation_sstitre{
	margin:0px 0px 5px 0px;
	font-weight:bold;
}

.prestation_separateur{
  background-color:#FFCC33;
  color:#FFCC33;
  margin:0px 5px; 
}
