/* -------------------
BOITE RECHERCHE ANNUAIRE
---------------------*/
.boxDirectorySearch{ }
#boxDirectorySearchForm{ }

/* -------------------
BOITE PUBLICATION FICHE
---------------------*/
.boxdirectories .directoryEnties{
	float: none;
	background: none;
}
.boxdirectories .directoryEntiesContainer{
	width: auto;
}
.boxdirectories a.directoryLink{
	left: 40px;
}

/* -------------------
PUBLICATION DE L'ANNUAIRE
---------------------*/
#directory{ }
.map{
  width:100%;
  overflow:hidden;
}
	#directoryPresentation{
		background:#eeeeee;
		clear: both;
		margin:auto;
		width:100%;
	}
		#directoryPresentation img{
			float:left;
			margin:5px;
		}
		#directoryPresentation p{
			padding:5px;
		}
#directory #sort_form{
	border-bottom:1px dotted #cccccc;
	clear: both;
	margin:0 auto;
	padding: 10px 0 0;
	width:90%;
}
	#directory #sort_form fieldset legend{
		color:#666666;
		float:left;
		font-size:11px;
		font-size:1.1rem;
		font-weight:bold;
		margin:3px;
	}
	#directory #sort_form label{
		float:none;
		margin-right:10px;
		width:auto;
	}
#directory  #formArboSelect,
.directoryEntryDetailDefault #formgotoentry{
	width:auto;
	padding:0;
}
	#directory  #formArboSelect legend,
	.directoryEntryDetailDefault #formgotoentry legend{
		float: left;
		display: block;
		margin-right: 5px;
	}
	#directory  #formArboSelect .row,
	.directoryEntryDetailDefault #formgotoentry .row{
		clear: none;
		margin: 0 5px;
		padding: 0 5px;
	}
	#directory  #formArboSelect label,
	.directoryEntryDetailDefault #formgotoentry label{
		display: none;
	}
.entries{
	clear:both;
	padding-top: 5px;
}
.entryDesc{ }

.directoryLevel1,
 .directoryParent,
 .directoryCurrent,
 .directoryLevel2,
 .directoryLevel3,
 .directoryLevel4{
	display: none;
}
.directoryEnties{
	border-right:1px dotted #E0E0E0;
	border-bottom:1px dotted #E0E0E0;
  float: left;
	position: relative;
	color: #666;
	position: relative;
}
	.directoryEnties h2{
		color: black;
		font-size: 16px;
		font-weight: normal;
		height: 30px;
		margin: 0 0 5px;
		overflow: hidden;
		padding: 2px;
		display: block;
		margin-bottom: 10px;
		overflow: hidden;
		height: auto;
		clear: both;
		display: inline;
	}
	.directoryEntiesContainer{
	  height: 210px;
		padding: 24px 15px 19px;
		width: 175px;
	}
	.directoryEntiesContainerInner{
		height: 168px;
		overflow: hidden;
	}
#directory #sort_form div{
	display:inline;
}
#directory #childrenCategories{
	margin: 5px 5px 5px 50px;
	font-weight: bold;
}
#directory #childrenCategories li{
	padding: 0 0 10px 15px;
}

#adsPresentation{
	margin: auto;
	width: 100%;
	background: #EEE;
	clear: both;
}	
	
#directory .field_2{
	text-align: center;
}
#directory .field_2 img{ }
	#directory .directoryAdditionnalsPropertiesLabel,
	.directoryEntryDetailDefault .directoryAdditionnalsPropertiesLabel{
		display:none;
	}
a.directoryLink{
	background-color:#cfcfcf;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
		background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
		background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background-image: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
	
	border: 1px solid #949494;

		-moz-box-shadow: 0 1px 3px rgba(000,000,000,0), inset 0 0 2px rgba(255,255,255,1);
		-webkit-box-shadow: 0 1px 3px rgba(000,000,000,0), inset 0 0 2px rgba(255,255,255,1);
	box-shadow: 0 1px 3px rgba(000,000,000,0), inset 0 0 2px rgba(255,255,255,1);

		-moz-text-shadow: 0 -1px 0 rgba(000,000,000,0), 0 1px 0 rgba(255,255,255,0);
		-webkit-text-shadow: 0 -1px 0 rgba(000,000,000,0), 0 1px 0 rgba(255,255,255,0);
	text-shadow: 0 -1px 0 rgba(000,000,000,0), 0 1px 0 rgba(255,255,255,0);

		-webkit-transition: background-color 250ms ease-out;
		-moz-transition: background-color 250ms ease-out;
		-ms-transition: background-color 250ms ease-out;
		-o-transition: background-color 250ms ease-out;
	transition: background-color 250ms ease-out;

	display: block;
	left:60px;
	line-height: 25px;
	margin: 5px auto 0 auto;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100px;
	z-index: 500;
}
	a.directoryLink span{
		color: #666;
		font-size: 12px;
	}
	a.directoryLink:hover{
		background-color: #ffffff;
	}
a.directoryBack{
	display:block;
	margin:10px 0;
	text-align:center;
	clear: both;
}
#directoryLinkedEntries{
	margin-top: 15px;
	overflow: auto;
	clear: both;
}
#directoryLinkedEntries #linkedEntry{
	background: url("/common_images/skins/DefaultSkins1.5/product-right.png") repeat-y right top;
	color: #666;
	float: left;
	position: relative;
}
	#directoryLinkedEntries .directoryEnties{
		background: url("/common_images/skins/DefaultSkins1.5/product-bottom.png") repeat-x scroll left bottom transparent;
		border:none;
		height: 280px;
		padding: 24px 15px 19px;
		width: 200px;
	}
	#directoryLinkedEntries #directoryDescription{
		width: auto;
		height: 114px;
		overflow: hidden;
		line-height: 140%;
		margin-bottom: 5px;
	}
	#directoryLinkedEntries .directoryAdditionnalsPropertiesValue{
		text-align: center;
	}
#directoryLinkedEntries h2{	
	color: #666;
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	line-height: 15px;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 2px;
}
.directoryEntiesOrder{
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	margin-right: 5px;
	display: inline;
	border-right: 1px dotted silver;
}