.annuaire-block {
	float: left;
	width:100%;
	min-width: 356px;
	padding-right: 0;
}

.annuaire-block .error {
	font-size: 1.2em;
}

#entite-list-wide {
	clear: both;
	width: 100%;
	height: 260px;
	position: relative;
	overflow: auto;
	margin: 0 0 10px 0;
	border: 1px solid #CCC;
}

#entite-list-wide .entite {
	display: block;
	background-color: white;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	position: relative;
}

#entite-list-wide .entite:hover {
	background-color: #E8E8E8;
}

#entite-list-wide .entite h3 {
	margin: 5px 0;
	padding: 0 10px 0.1em;
	cursor: pointer;
}

#entite-list-wide .entite .adresse {
	background-color: #FFF;
	width: 90%;
	padding: 0 10px;
	margin: 0;
	cursor: pointer;
}

#entite-list-wide .entite .btns {
	margin: 8px 0 0 0;
}

#entite-list-wide .entite button {
	margin-right: 5px;
	font-size: 1.1em;
	cursor: pointer;
}

#recherche {
	margin: 6px 0 10px 0;
	padding: 0;
	position:relative;
	float: left;
	width: 142px;
}

#recherche form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#recherche .field input {
	width: auto;
}

.map {
	width: 358px;
	height: 240px;
	float: right;
	margin: 10px 0 12px 0;
	background: ThreedShadow;
	font-size: 1.1em;
}

.mapDetail {
	width: 358px;
	height: 240px;
	float: right;
	position: relative;
	margin: 0 0 20px 10px;
	background: ThreedShadow;
}

#mapEnlarge {
	width: 100%;
	clear: both;
	margin: 0 0 10px 0;
	text-align: right;
}

#mapEnlarge button {
	font-size: 1.1em;
	cursor: pointer;
}

.pagination {
	position: relative;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	width:100%;
}

.pagination .previous {
	position: relative;
	left: 15px;
}

.pagination .next {
	position: relative;
	right: 15px;
}

.pagination > a {
	text-decoration: none;
	font-size: 11px;
}

.pagination > a:hover {
	text-decoration: underline;
}

.pagination .pagination-pages {
	display: inline;
}

.pagination .pagination-page {
	padding: 0 2px;
}

.pagination .pagination-page.selected {
	font-weight: bold;
	font-size: 1.1em;
	cursor: default;
	text-decoration: none;
}

#popUpDiv {
	position: absolute;
	background-color: #eeeeee;
	width: 300px;
	height: 300px;
	z-index: 9002;
}

#blanket {
	background-color: #111;
	opacity: 0.65;
	filter: alpha(opacity=65);
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
}
