.pair {
	background: #E5E2D7;
}
.pairFirst {
	background: #B8B19F;
	font-weight: bold;
	padding-left: 0px;
}
select option {
	padding-left: 10px;
}
#carteFlash {
	width: 307px;
	float: left;
}
#recherche {
	float: left;
	margin: 0;
	width: 725px;
	overflow: hidden;
	height: auto;
	position: relative;
}
#conteneur {
	width: 2000px;
	float: left;
	overflow: hidden;
}
#autresChoix {
	float: left;
	margin: 10px 0 10px 0;
}
#critere {
	background: #4B5A70;
	width: 380px;
	height: 158px;
	padding: 10px 0 0 20px;
	float: left;
}
#critere h3 {
	float: left;
	width: 380px;
	margin: 8px 0 4px 0; /* Changer pour IE */
	color: #FFFFFF;
	font-size: 13px;
	padding: 0;
}
#critere label {
	color: #E5E2D7;
	display: inline;
	float: left;
	cursor: pointer;
}
#critere input {
	margin: 0 10px 0 3px;
	float: left;
}
#recherche h1, #autresChoix h1, #resultat h1 {
	font-family: Times new Roman;
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 0 40px;
	color: #4B5A70;
	padding: 0 0 5px 0;
}

#resultat {
	width: 710px;
	float: left;
}
#resultat .bandeau {
	background: #E5E2D7;
	border-top: 1px solid #B8B19F;
	border-bottom: 1px solid #B8B19F;
	/*height: 26px;*/
	height: auto;
	width: 710px;
	margin: 0 0 10px 0;
	float: left;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
#resultat .bandeau p {
	width: 500px;
	color: #666666;
	float: left;
	margin: 5px 0 5px 10px;
}
#resultat .bandeau a {
	font-family: Times,"Times New Roman", serif;
	background: transparent url('/medias/fleche2.png') no-repeat right -1px;
	float: right;
	height: 19px;
	display: block;
	color: #000000;
	margin: 5px 10px 0 0;
	padding: 2px 22px 0 0;
	text-decoration: none;
}
#resultat .bandeau a:hover {
	text-decoration: underline;
}
#listeBiens {
	float: left;
	width: 725px;
}
#listeBiens div {
	background: #FFFFFF;
	width: 342px;
	height: 90px;
	margin: 0 10px 10px 0;
	float: left;
	color: #333333;
}
/*#listeBiens div:hover {
	background: #4B5A70;
	cursor: pointer;
	color: #FFFFFF;
}*/
#listeBiens div img {
	float: left;
}
#listeBiens div .secteur {
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin: 5px 0 0 10px;
	color: #333333;
}
#listeBiens div p {
	float: left;
	margin: 0 0 0 10px;
	color: #666666;
	width: 240px;
}
#listeBiens div .ref {
	float: left;
	margin: 5px 0 0 10px;
	font-weight: bold;
	font-size: 12px;
	width: 115px;
	color: #333333;
}
#listeBiens div .prix {
	float: right;
	margin: 5px 10px 0 0;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	width: 115px;
	color: #333333;
}
#listeBiens div .secteur a {
	color: #333333;
	text-decoration: none;
}
#listeBiens div a {
	color: #666666;
	text-decoration: none;
}
#listeBiens div a:hover {
	text-decoration: underline;
}

/* Détail du bein */

#leBien {
	float: left;
	width: 725px;
}
#leBien img {
	float: left;
}
#leBien p {
	float: left;
	width: 300px;
	margin: 0 0 3px 0;
}
#leBien p.secteur {
	font-size: 13px;
	font-weight: bold;
	width: 190px;
	margin: 10px 0 5px 0;
	padding: 0 10px 0 0;
	float: left;
}
#leBien p.ref {
	font-weight: bold;
	width: 300px;
	float: left;
	margin: 0 0 5px 0;
}
#leBien p.prix {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 10px 10px 0 0;
	border-left: 1px solid #D6C7A3;
	width: auto;
	float: right;
	text-align: right;
}
#leBien #description {
	float: left;
	width: 300px;
	margin: 0 0 0 10px;
}
#leBien ul#diaporama {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
}
#leBien ul#diaporama.attente{
	background: #FFFFFF url('/medias/preloader.gif') no-repeat 50% 50%;
}
#leBien ul#diaporama li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: none;
}
#leBien #diapoConteneur {
	width: 400px;
	float: left;
}
#leBien #diapoConteneur .conteneurLiensVisible a {
	margin: 5px 2px 0 0;
	border: 1px solid #A99E89;
	float: left;
	font-weight: bold;
	width: auto;
	color: #A99E89;
	display: block;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

#leBien #diapoConteneur .conteneurLiensVisible a.actif {
	background: #A99E89;
	color: #FFFFFF;
}
#leBien #diapoConteneur .enLecture {
	background: transparent url('/medias/btn_Pause.jpg') no-repeat right 3px;
	float: left;
	width: auto;
	margin: 7px 0 0 10px;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 0 15px 0 0;
	color: #A99E89;
}
#leBien #diapoConteneur .arrete {
	background: transparent url('/medias/btn_Lecture.jpg') no-repeat right 3px;
	float: left;
	width: auto;
	margin: 7px 0 0 10px;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 0 15px 0 0;
	color: #A99E89;
}

#info {
	margin: 10px 0 2px 0;
	text-align: right;
	float: left;
	width: 710px;
}
#info a {
	font-family: Times,"Times New Roman", serif;
	color: #000000;
	font-weight: bold;
	float: right;
	display: block;
	text-decoration: none;
	font-size: 12px;
	margin: 0 6px 0 4px;
}
#info a:hover {
	text-decoration: underline;
}
.hrdetail {
	background: transparent url('/medias/hr2.jpg') no-repeat;
	height: 1px;
	width: 289px;
	border: 0;
	margin: 5px 0 5px 5px;
	float: left;
}

.voirResultat {
	font-family: Times,"Times New Roman", serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	float: left;
	margin: 5px 0 0 330px;
	border: 0px;
	padding: 0 25px 0 0;
	outline: 0;
	cursor: pointer;
	background: transparent url(/medias/fleche.png) no-repeat right -2px;
}
#biensVisuel {
	padding: 0 0 13px 0;
	width: 725px;
}
#biensVisuel .barreBas {
	height: 13px;
	width: 708px;
	background: #E5E2D7;
	margin: 0 0 0 2px;
	float: left;
}
#biensVisuel a {
	margin: 0;
	float: left;
	border: 2px solid #FFFFFF;
}
#biensVisuel a:hover {
	border: 2px solid #FF6600;
}
.separateur {
	background: transparent url('/medias/separateur_Menu.jpg') no-repeat right top;
	padding: 5px 10px 0 0;
	height: 20px;
}
#info .retour {
	font-family: Times,"Times New Roman", serif;
	background: transparent url('/medias/fleche.png') no-repeat right 1px;
	color: #000000;
	margin: 1px 3px 0 0;
	padding: 4px 22px 0 0;
	text-decoration: none;
}