body#installateur {
	background: #ffffff url('../images/fond_installation.jpg') center top no-repeat;
	background-attachment: fixed;
}
body#detaillant {
	background: #ffffff url('../images/fond_detaillant.jpg') center top no-repeat;
	background-attachment: fixed;
}

#resultats {
	padding: 20px  0;
	overflow: auto;
}
#resultats>h2 {
	font-size: 1.1em;
	margin: 0;
}
#resultats>div {
	float: left;
	width: 288px;
	margin: 0 10px 0 0;
}

#resultats>div>h3 {
	font-size: 0.9em;
	margin: 0;
}
#resultats>div>p {
	font-size: 0.9em;
	margin: 3px 0 5px;
	padding: 0 0 5px;
	border-bottom: solid 1px #ffffff;
}

#pagination {
	margin: -10px 0 0;
	padding: 0 0 20px;
	text-align: right;
}

#pagination>a {
	display: inline-block;
	padding: 0 2px;
	margin: 0 4px;
} 
#pagination > a.actif {
	text-decoration: none;
} 