@CHARSET "ISO-8859-1";

/* Système de message */
div.message{
	padding:10px;
	margin-bottom:10px;
}

div#message_succes{
	border:1px solid #47C518;
	background-color:#F6FCF3;
}

div#message_succes strong{
	color:#47C518;
}

div#message_avertissement{
	border:1px solid #F57900;
	background-color:#FEF8F2;
}

div#message_avertissement strong{
	color:#F57900;
}

div#message_erreur{
	border:1px solid #E01616;
	background-color:#FDF3F3;
}

div#message_erreur strong{
	color:#E01616;
}

/* Moteur de recherche */

div#moteur_recherche {
	
}

div#moteur_recherche h2 {
	height: 22px;
	width: 218px;
	background: url('../img/recherche/titre_page_recherche.gif') no-repeat top left;
	text-indent: -3000px;
	margin: 0 0 10px 0;
}

div#moteur_recherche p.intro {
	margin: 0 0 10px 0;
}

div#moteur_recherche h3 {
	height: 15px;
	width: 84px;
	background: url('../img/recherche/titre_form_recherche.gif') no-repeat top left;
	text-indent: -3000px;
	margin: 0 0 5px 220px;
}

div#moteur_recherche form {
	display: block;
}

div#moteur_recherche form ul {
	display: block;
	list-style: none;
	padding: 40px 0 40px 70px;
	width: 553px;
	margin: 0 auto 10px auto;
	background-color: #fbe5bc;
}

div#moteur_recherche form ul li {
	display: block;
	padding: 5px 0 5px 0;
}

div#moteur_recherche form label.field {
	display: block;
	width: 150px;
	float: left;
}

div#moteur_recherche form input.submit {
	margin: 0 0 0 220px;
}

/********* Résultats de recherche ********************************/
div#resultats_recherche {
	font-size: 12px;
}

div#resultats_recherche h2 {
	margin: 0 0 10px 0;
	width: 180px;
	height: 16px;
	background: url('../img/recherche/tit-resultat-rech.gif') no-repeat top
		left;
	text-indent: -3000px;
}

div#resultats_recherche p.nb_resultats {
	margin: 0 0 10px 0;
}

div#resultats_recherche p.nb_resultats a {
	color: #000000;
}

/* Barre de tri des résulatats */
div#resultats_recherche div.header {
	background-color: #4c4c4c;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 12px 3px 12px;
	margin-bottom: 5px;
}

div#resultats_recherche div.header a {
	background: url('../img/recherche/fleche_up.gif') no-repeat right top;
	padding-right: 15px;
}

div#resultats_recherche div.header a.surface {
	margin: 0 0 0 150px;
}

div#resultats_recherche div.header a.nb_pieces {
	margin: 0 0 0 40px;
}

div#resultats_recherche div.header a.prix {
	margin: 0 0 0 140px;
}

div#resultats_recherche div.header a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* Liste de résultat */
div#resultats_recherche ul.list-resultat {
	list-style: none;
}

div#resultats_recherche ul.list-resultat li {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	position: relative;
}

/* Image du bien */
div#resultats_recherche table.bien td.image {
	width: 200px;
	padding: 0 5px 0 0;
}

/* bloc descriptif du bien */
div#resultats_recherche table.bien td.descriptif {
	width: 445px;
	height: 100%;
	background-color: #faeac8;
}

/* titre du bien */
div#resultats_recherche table.bien td.descriptif h3 {
	background-color: #f5a228;
	color: #ffffff;
	padding: 5px 15px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}

div#resultats_recherche table.bien td.descriptif h3 span.prix {
	color: #000000;
	font-weight: bold;
	position: absolute;
	right: 15px;
}

/* descriptif du bien */
div#resultats_recherche table.bien td.descriptif p {
	padding: 5px 15px;
}

/* Ref et contact du bien */
div#resultats_recherche table.bien td.descriptif ul {
	list-style: none;
	padding: 5px 15px;
}

div#resultats_recherche table.bien td.descriptif ul li {
	margin: 0;
}

/* Lien plus de détails */
div#resultats_recherche table.bien td.descriptif a.more_details {
	display: block;
	width: 127px;
	height: 25px;
	background: url('../img/recherche/tit-plus-details.gif') no-repeat top
		left;
	text-indent: -3000px;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* IE 6 */
* html div#resultats_recherche table.bien td.descriptif a.more_details {
	position: absolute;
	bottom: 3px;
	right: 0;
}

/* IE 7 */
*+html div#resultats_recherche table.bien td.descriptif a.more_details {
	position: absolute;
	bottom: 3px;
	right: 0;
}

/* Barre de tri des résulatats */
div#resultats_recherche div.footer {
	background-color: #4c4c4c;
	color: #ffffff;
	padding: 5px 15px 5px 15px;
	text-align: center;
}

div#resultats_recherche div.footer a {
	color: #ffffff;
	text-decoration: none;
}

div#resultats_recherche div.footer div.last,div#resultats_recherche div.footer a.last
	{
	display: inline;
	margin: 0 20px 0 20px;
}

div#resultats_recherche div.footer div.next,div#resultats_recherche div.footer a.next
	{
	display: inline;
	margin: 0 20px 0 20px;
}

div#resultats_recherche div.footer span.page {
	text-decoration: underline;
}

div#resultats_recherche div.footer span.current {
	font-weight: bold;
}

div#resultats_recherche div.footer span a {
	text-decoration: underline;
}

/*************************** Vue détail ******************************************************************/
	/* Barre de boutons */
div#resultats_recherche.details ul.boutons {
	list-style: none;
}

div#resultats_recherche.details ul.boutons li {
	display: block;
	float: right;
	margin: 0 5px 5px 5px;
}

div#resultats_recherche.details ul.boutons li a {
	text-decoration: underline;
	color: #000000;
	font-size: 11px;
	padding: 5px 0 5px 21px;
}

div#resultats_recherche.details ul.boutons li a#bt_imprimer {
	background: url('../img/recherche/ico-imprimer.gif') no-repeat left top;
	padding-left: 27px;
}

div#resultats_recherche.details ul.boutons li a#bt_autres_biens {
	background: url('../img/recherche/ico-autres-biens.gif') no-repeat left
		top;
}

/* titre du bien */
div#resultats_recherche.details h3 {
	background-color: #f5a228;
	color: #ffffff;
	padding: 5px 15px;
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}

div#resultats_recherche.details h3 span.prix {
	color: #ffffff;
	font-weight: bolder;
	position: absolute;
	right: 15px;
}

/* colonne de gauche */
div#resultats_recherche.details div.bien div.gauche {
	width: 323px;
	float: left;
}

div#resultats_recherche.details div.bien div.gauche div.image img {
	border: 0 none;
}

/* Les images supplementaires */
div#resultats_recherche.details div.bien div.gauche div.images img {
	margin: 7px 5px 0 0;
	border: 0 none;
}

/* colonne de droite */
div#resultats_recherche.details div.bien div.droite {
	width: 327px;
	float: left;
}

div#resultats_recherche.details div.bien div.droite p.descriptif {
	background-color: #faeac8;
	padding: 20px 15px;
}

/* Détails */
div#resultats_recherche.details div.bien div.droite h4 {
	background-color: #f5a228;
	color: #ffffff;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}

div#resultats_recherche.details div.bien div.droite table.details {
	width: 100%;
	font-size: 11px;
	border-top: 3px solid #ffffff;
}

div#resultats_recherche.details div.bien div.droite table.details td {
	background-color: #faeac8;
	border-bottom: 3px solid #ffffff;
	padding: 2px 15px;
	width: 110px;
}

div#resultats_recherche.details div.bien div.droite table.details td.label
	{
	border-right: 3px solid #ffffff;
	width: auto;
}

/* Ref et contact du bien */
div#resultats_recherche.details ul {
	list-style: none;
	padding: 5px 0;
}

div#resultats_recherche.details ul li {
	margin: 0;
}

/* Formulaire de contacts */
a#BienDemandeInformations {
	display: block;
	background-color: #f5a228;
	color: #ffffff;
	padding: 3px 10px 3px 10px;
	margin: 5px 0 5px 0; font-size : 12px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

form#FormDemandeInformations {
	margin-left: 10px;
}

form#FormDemandeInformations ul li {
	float: none;
	clear: left;
	padding: 5px 0;
}

form#FormDemandeInformations ul li label.field {
	display: block;
	width: 80px;
	height:1em;
	float: left;
}

form#FormDemandeInformations ul li label.droite {
	margin-left: 20px;
}

form#FormDemandeInformations ul li input {
	display: block;
	width: 220px;
	height:1em;
	float: left;
}

form#FormDemandeInformations ul li input.submit {
	display: block;
	width:auto;
	height:auto;
	float:none;
	margin:0 auto;
}

form#FormDemandeInformations ul li textarea {
	width: 543px;
	height: 70px;
	overflow: hidden;
}

/******************* Alerte Mails ************************************************/

/* inscription */

div#alert_mail h2 {
	height: 17px;
	width: 256px;
	background: url('../img/tit-alertemail.gif') no-repeat top left;
	text-indent: -3000px;
	margin: 0 0 10px 0;
}

div#alert_mail p.intro {
	margin: 0 0 10px 0;
}

div#alert_mail h3.modifier{
	color:#EDA841;
	font-size:14px;
	font-weight:bold;
	margin:10px 0 10px 0;
}

div#alert_mail h3.coordonnees{
	height: 17px;
	width: 114px;
	background: url('../img/tit-mes-coordonnees.gif') no-repeat top left; 
	text-indent: -3000px;
	margin: 0 0 5px 220px;
}

div#alert_mail h3.recherche{
	height: 17px;
	width: 84px;
	background: url('../img/recherche/titre_form_recherche.gif') no-repeat left top;
	text-indent: -3000px;
	margin: 0 0 5px 220px;
}

div#alert_mail form {
	display: block;
}

div#alert_mail form ul {
	display: block;
	list-style: none;
	padding: 40px 0 40px 70px;
	width: 553px;
	margin: 0 auto 10px auto;
	background-color: #fbe5bc;
}

div#alert_mail form ul li {
	display: block;
	padding: 5px 0 5px 0;
}

div#alert_mail form label.field {
	display: block;
	width: 150px;
	float: left;
}

div#alert_mail form input.submit {
	margin: 0 0 0 220px;
}