.specific ul{	
	margin-bottom:5px;
	overflow:hidden;
	list-style-type: none;	
}
.specific ul li{
	line-height:1.5em;	
	float:left;	
	margin:0 30px;
	/*text-align: justify;*/
}
.specific ul li:before {
	content: "\00BB \0020";
	font-size: 20px;
	font-weight: bold;
	margin-right:5px;
}

#ul_parts li{
	width: 25%;
}

.descrip ul{
	list-style-type: none;
}
.descrip ul li{
	margin-bottom: 10px;
	margin:0 20px;
	text-align: justify;
}
.descrip ul li:before {
	content: "\2666";
	font-size: 20px;	
	font-weight: bold;
	margin-right:5px; 
}