/* mise en page résultats recherche */
#recherche, #contact {
	float: left;
	width: 460px;
	margin-left: 10px;
}
 #contact1 {
 	float: left;
	width: 470px;
	margin-left: 10px;
 }
#criteres {
	width: 465px;
	padding: 5px 5px 25px 5px;
	background: url(../images/large/recherche_bg.png) no-repeat bottom;
}
.recherche-1 {
	float: left;
	width: 210px;
	margin-left: -3px;
	margin-right: -4px;
}
.recherche-2 {
	float: left;
	width: 210px;
	margin-left: 43px;
}
#map {
	float: left;
	width: 468px;
	height: 310px;
	margin-left: 28px;
	border: 1px solid #C4C4C4;
}
p.explications {
	font-size: 0.9em;
	background-color: #eee;
}
p.otherSeniors {
	font-size: 1.5em;
}
div.bonus {
	padding: 2px;
	font-size: 0.9em;
	background: #F1F3DB;
}
div.bonus p {
	margin: 0;
}
p.nbResultats {
	margin: 0;
	float: left;
	width: 330px;
	font-weight: bold;
}
p.pagination {
	margin: 0;
	float: right;
	width: 270px;
	text-align: right;
}
div#resultats div#intro {
	padding: 10px;
	border-left : 2px solid #3595ab;
	background-color: #eee;
}
div#resultats table {
	width: 655px;
	clear: both;
	margin: 0;
    border: none; /* 1px solid gray; */
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 1em;
}
div#resultats table td, div#resultats  table th {
	padding: 4px;
    border: none 0px;
    vertical-align: middle;
}
div#resultats table tr.impair td, div#resultats table tr.impair th {
	background: #EEEEEE;
}
div#resultats table td {
	text-align: center;
}
div#resultats table.recap td {
	text-align: left;
}
div#resultats table p {
	text-align: left;
}
div#resultats table p.evaluation {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
}
div#resultats  table th {
	border-top: 2px solid #3595ab;
	border-bottom: 2px solid #3595ab;
	padding: 5px 0;
    text-align: left;
	font-weight: normal;
}
div#resultats table.recap th {
	border: none 0px;
	border-left : 2px solid #3595ab;
	font-weight: bold;
	padding-left: 3px;
}
div#resultats table.recap th {
	border: none 0px;
	border-left : 2px solid #3595ab;
	font-weight: bold;
	padding-left: 3px;
}
div#resultats table.recap td#tarif {
	background: #EEEEEE;
	vertical-align: middle;
	text-align: center;
	border-left : 2px solid #3595ab;
	padding: 0 3px;
}
div#resultats table.recap td#tarif strong.big{
	font-size: 1.4em;
}
div#explications  {
	margin-top: 40px;
	padding-top: 20px;
	font-size: 0.8em;
	border-top: 1px dotted rgb(40,40,40);
	color: rgb(80,80,80);
}