@charset "utf-8";
/* CSS Document */

html,body {
	background:#fff;
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
}

a {
  color: #fff;
  text-decoration: none;
}

.clearer {
  clear: both;
}

strong {
  font-weight: bold;
	color:#002c61
}

input, textarea, select {
	border:1px solid #7F9DB9;
}

#wrapper { background:transparent url(../images/wrapper.jpg) scroll repeat-x left top;
height:511px}

.main-content {
	}

#container {
	width:960px;
	margin:0 auto;
	}
	#header {
		background:url(../images/header2.jpg) top no-repeat;
		height:200px;
		margin-bottom:18px;
    position: relative;
		}

    #header #logo {
      position: absolute;
      left:0;
      top:16px;
    }

    #header #marais-adresse {
      color: #919191;
			font-size:11px;
      position: absolute;
      right:209px;
			top:83px;
      }
		#header #nvelle-agence {
      color: #919191;
			font-size:11px;
      position: absolute;
      right:290px;
			top:145px;
      }

   #header #coordonnees {
    color: #363636;
		display:none;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 0px;

   }

	 #header .search_box { width:175px;float:right;height:80px;margin-top:40px;}
   #header .search_box form#refbox {
    background: transparent url(../images/search_box.png) scroll no-repeat left bottom;

		height:80px;
		text-align:left;
		width:175px;
   }

   #header form#refbox .inputref{
	border:1px solid #D2D2D2;
	color:#999;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	margin:52px 0 0 60px;
	padding-left:5px;
	text-align:left;
	width:94px;
   }

   #header #refsubmit {
    position: absolute;
    right:17px;
		top:91px;
   }
			#header #refsubmit input.submit {
				color:#E12D7E;
				font-size:10px;
				background:0 none;
				border:0 none;
				cursor:pointer;
			}


	#menu {
			background:url(../images/menu.png) top no-repeat;
			bottom:0;
			height:30px;
			position:absolute;
			width:960px;
		}

					#menu ul {
						list-style:none;
						margin:0;
					}

					#menu ul li {
						display:inline;
						list-style-type:none;
						margin:0;
						padding:0;
					}
					#menu li a.home { background:url("../images/home.png") no-repeat scroll right top transparent;padding-left:25px;}
					#menu li a.home span { padding:0 0 0 10px}
					#menu li a {
						background:url("../images/nav-tab.png") repeat scroll right top transparent;
						color:#fff;
						font-weight:bold;
						padding:7px 23px 8px 18px;
						height:15px;
						text-decoration:none;
						display:block;
						float:left;
					}

					#menu li a:hover {
						background-position: right bottom;
					}

					#menu li.active a{
						background-position: right bottom
					}

					#menu a:hover {
						text-decoration:none;
						color: #fff;
					}

#main {
  padding-top: 18px;
}


#main #content {width:940px;}
#main #content .form-search {
	background:transparent url(../images/bg-search.jpg) scroll repeat 0 0;
	position:relative;
	width:940px;
	height:216px;
	margin-bottom:30px;
	}
#main #content .form-search #nav-search {
	background-color:transparent;
	background-image:url(../images/nav-global.jpg);
	border-bottom:1px solid #5C5054;
	height:40px;
	}

#main #content .form-search #nav-search.form-locations { background-position:left top}
#main #content .form-search #nav-search ul { list-style-type:none}
#main #content .form-search #nav-search li { display:inline;}

#main #content .form-search #nav-search li#ventes a.ventes-selected {
	height:26px;
	left:32px;
	position:absolute;
	top:12px;
	width:70px;
}
#main #content .form-search #nav-search li#locations a.locations-selected {
	height:26px;
	left:185px;
	position:absolute;
	top:12px;
	width:70px;
}

#main #content .form-search #nav-search li#gestion a.gestion-selected {
	white-space:nowrap;
	height:26px;
	left:330px;
	position:absolute;
	top:12px;
	width:70px;
}

.form-search .edito { width:370px; float:left;margin:10px 0 8px 20px;}
.form-search .edito h2 { font-family:Georgia, "Times New Roman", Times, serif; color:#000; font-size:14px; font-weight:bold; margin-bottom:10px}
.form-search .edito p { color:#fff}
.form-search .edito strong { color:#fff;}
.form-search #speedsearch { width:490px;margin:20px 20px 0; float:right}
.form-search #speedsearch h2 { font-style:italic; color:#fff; border-bottom:1px dotted #716369;padding-bottom:10px;}

.form-search #keywordsearch {bottom:0;left:170px;position:absolute;width:220px;}
.form-search #keywordsearch h2 {font-style:italic; color:#fff; border-bottom:1px dotted #716369;padding-bottom:10px;margin-left:17px;}
		#main #content #imagecontact{
			background:url(../images/image-contact.jpg) top no-repeat;
			float:left;
			width:160px;
			height:105px;
			margin-left:20px;
		}

		#main #content #textcontact{
			height:150px;
			margin-left:200px;
			padding-top:8px;
			line-height:16px;
		}

		#main #content #imagerecherche{
			background:url(../images/image-recherche.jpg) top no-repeat;
			float:left;
			width:160px;
			height:110px;
			margin-left:20px;
		}

		#main #content #textrecherche{
			height:150px;
			margin-left:200px;
			padding-top:8px;
			line-height:16px;
		}

		#main #content #imagevente{
			background:url(../images/image-vente.jpg) top no-repeat;
			float:left;
			width:160px;
			height:119px;
			margin-left:20px;
		}

		#main #content #textvente{
			height:150px;
			margin-left:200px;
			padding-top:8px;
			line-height:16px;
		}

			/*#main #content #textcontact p{
				margin-left:20px;
			}*/
	#left{
		background:#fff;
		float:left;
		width:242px;
		/*margin-left:20px;*/

	}
		#left #speedsearch{
			background:url(../images/recherche-rapide.jpg) top no-repeat;
			width:237px;
			height:297px;
      padding-right: 5px;
      text-align: center;
		}

		#left #keywordsearch{
			background:url(../images/searchad.jpg) top no-repeat;
			width:237px;
			height:124px;
      padding-right: 5px;
		}
	#right{
		position:relative;
		background:transparent url(../images/bg-heart.png) scroll no-repeat 9px 9px;
		border:1px solid #dedede;
		float:right;
		margin-top:65px;
		margin-bottom:20px;
		padding:30px 0;
		width:342px;
	}


	#center{
		background:#fff;
	}

#mapcontact{
	float:right;
	background:transparent url(../images/bg-search.jpg) scroll repeat 0 0;
	margin-right:50px;
	padding:7px;
}

#mapcontact p { color:#fff}

#footer {
  padding-top:20px;
}

#powered {
  text-align: center;
  font-size: 12px;
	margin-top:15px;
}

#footer p {
  text-align: center;
  font-size: 10px;
	color:#454242;
}


#powered a {
  color: #ff8500;
  text-decoration: none;
}

h1 {
  font-size: 2em;
  font-weight:500;
}

/* Form style
.form {
  line-height: 2em;
}

.form legend{
  font-size: 150%;
}

.form fieldset {
  border: 1px solid #A6A8AD;
  margin-bottom: 20px;
  padding: 10px;
}

.form label {
  display: block;
  font-size: 120%;
  font-weight:bold;
}

.form input[type=text] {
  width: 90%;
  font-size: 150%;
}

.form select {
  font-size: 150%;
}

.form input[type=submit] {
  font-size: 150%;
}*/
.title
{
	color:#D62E2E;
}

.form-mandat-search
{
	color:#585858;
	-moz-border-radius:8px 8px 8px 8px;
background:url("../images/bg-search.jpg") repeat scroll 0 0 transparent;
border:4px solid #C33B78;
color:#FFFFFF;
font-weight:bold;
margin:0 auto 30px;
padding:30px 10px;
position:relative;
text-align:left;

}

.style3 {
	color:#002C61 !important;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:18px;
border-bottom:1px dotted #716369;
padding-bottom:10px;
}

/*
.form fieldset {
  background: #f7f7f7;
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: 20px;
}

.form legend
{
	color:#2C74C5;
  display: block;
  text-align: center;
  background: transparent;
  background: #f7f7f7;
  border: 1px solid #ddd;
  margin-top: -20px;
  margin-left: -1px;
  border-bottom: 1px solid #f7f7f7;
  padding: 5px;
}*/

.form .jforms-label {
	font-size:12px;
}

.labelH
{
	display:block;
	float:left;
	width:200px;

}

.form legend {
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.espace
{
	padding:7px;
}

.form em{ color:#FF0000}

.form input
{
border:1px /*#7F9DB9*/ #999 solid;

}

.form textarea
{
border:1px /*#7F9DB9*/#999 solid
}
/*.form fieldset
{
	border:1px #7F9DB9 solid;
}*/

.form .jforms-radio
{
	padding:5px
}

.form .jforms-submit
{

	border:1px #7F9DB9 solid;
	margin-top:5px;
	cursor:pointer;
	color:#585858;

}

.form .s {
  padding: 5px;
}
/*
.form .s input,#recherche .submiter input{
  color: #fff;
  background: #D62E2E;
  font-size: 13px;
  text-align: center;
  padding:2px 15px 3px 15px;
  border-top: 1px solid #DF7D7D;
  border-left: 1px solid #DF7D7D;
  border-bottom: 1px solid #660000;
  border-right: 1px solid #660000;
}
*/
.inputsubmit,.form .s input,#recherche .submiter input,#speedsearch #s input {
  border:1px solid #D2D2D2;
  background:#fff;
  color: #E12D7E;
  text-transform:normal;
	padding:0 5px;
	cursor:pointer;
  /*padding: 5px 30px 5px 30px;*/
	/*margin-left:200px;
	margin-top:20px;*/
}

.submiter input { float:right}

#recherche-desc {
  margin: 0 auto;
}

#recherche-desc img{
  display: block;
  width: 160px;
	height:100px;
  float: left;
	margin-left:20px;
}

#recherche-desc h2 {
  font-weight: bold;
  font-size: 15px;
  color: #D62E2E;
  margin-bottom: 5px;
}

#recherche{

  background: url(../images/bg-search.jpg) repeat;
	border:4px solid #C33B78;
	color:#fff;
	font-weight:bold;
	height:416px;
	margin:0 auto;
	padding:30px;
	position:relative;
	text-align:center;
	width:527px;
	-moz-border-radius:8px 8px 8px 8px;

}

#recherche #typeAnnonce label{
  margin-left: 5px;
}

#recherche #typeAnnonce .separator{
  padding-left : 30px;
  padding-right: 30px;
}

#recherche h2 {
  color: #002C61;
	font-weight:bold;
	font-family:Georgia,"Times New Roman",Times,serif;
  margin-top: 20px;
  margin-bottom: 30px;
}

#recherche .champ {
  margin-bottom: 20px;
  text-align: left;
  clear: both;
	width:400px;
}

#recherche .champ span{
  display: block;
  float: left;
  text-align: left;
  width: 120px;
  margin-right: 30px;
}

#recherche .champ .inputtext {
  border:1px #7F9DB9 solid;
  width: 150px;
}

#recherche .price .inputtext {
  width: 70px;
}

#recherche .champ span.separator {
  margin-left: 10px;
  display: inline;
  float: none;
}

.multiselectBox {
  position:absolute;
  width:100px;
  height:100px;
  border: 1px solid #7F9DB9;
  background: #eee;
	color:#C33B78;
  display:none;
  text-align:left;
  overflow: auto;
  line-height: 2em;
  padding:5px;
  border-top: 0px;
}

#recherche .multiselectBox {
  left: 180px;
  _margin-top: 18px;
  _left: 246px;
  width: 140px;
  height: 130px;
}

#left h2 {
  color:#d62e2e;
  font-size:15px;
  text-align: center;
  font-weight: normal;
  padding-top: 10px;
  margin-bottom: 10px;
  _margin-bottom: 0px;
}

#speedsearch .left-form { float:left;width:229px; }
#speedsearch .right-form { float:right;width:229px;}
#speedsearch p {
	float:left;
	width:90px;
	margin:10px 0;
	color:#fff;
}
#speedsearch p#s
{float:right;
width:auto;
margin:0px 10px 0;}
#speedsearch span {
	display:block;
	margin:10px 0;
}



#speedsearch .separator {
  padding-left: 30px;
  margin-right: 5px;
}

#speedsearch select {
  height:25px;
	padding:4px;
	width:130px;
	background:transparent url(../images/bg-input.png) scroll repeat-x left top;
  border: 1px solid #5B4C2F;
  color: #5B4C2F;
}
#speedsearch form { width:490px}
#speedsearch #type label{
  margin-left: 5px;
}

#keywordsearch p {
  font-size: 14px;
  text-align: center;
  line-height: 30px;
}
#keywordsearch .inputtext {
  border: 1px solid #5B4C2F;
}

#right h3 {
	background:transparent url(../images/heart.png) scroll no-repeat left top;
	position:absolute;
	font-size:15px;
	font-weight:bold;
	height:47px;
	left:3px;
top:-32px;
	margin-bottom:15px;
	text-indent:-9999px;
	width:191px;
}

#featured li {
    width: 202px;
    height: 183px;
    font-size: 10px;
    margin:0 auto;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-left: 8px;
}

#featured li img { background:#fff; padding:10px; border:1px #dedede solid;width:184px;height:135px;}

#featured li .jcarousel-desc{
  padding-left: 5px;
  padding-right: 5px;
}

 a.details {
color:#FF5C00;
text-decoration:underline;
}
.resultat  a.details {
	float:right;
	background-color:#FF5C00;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}

.resultat .reference { color:#777; font-size:10px}
.resultat .date { color:#333; font-size:11px; font-weight:bold;}


.jcarousel-desc p { color:#f7f7f7}
.jcarousel-desc a strong { color:#f7f7f7;text-decoration: underline;}
.jcarousel-desc p.item {float: left;font-size:12px; font-weight:bold}
.jcarousel-desc p.nbre-pces {float: left;}
.jcarousel-desc p.price-item, .jcarousel-desc p.details {float: right;}
.jcarousel-desc p.details a { text-decoration:underline; color:#ff5c00}

.jcarousel-skin-partenaires { margin-top:20px}

.jcarousel-skin-partenaires .jcarousel-container-horizontal {
padding:25px 36px;
width:868px;
}

.jcarousel-skin-partenaires .jcarousel-container {
background:url("../images/slideshow-bot.png") no-repeat scroll 0 0 transparent;
}

.jcarousel-skin-partenaires .jcarousel-prev-horizontal {
background:url("../images/arrow2slidesleft.png") no-repeat scroll 0 0 transparent;
cursor:pointer;
height:16px;
left:9px;
position:absolute;
top:69px;
width:15px;
}

.jcarousel-prev {
display:none;
z-index:3;
}

element.style  {
display:block;
}
.jcarousel-skin-partenaires .jcarousel-next-horizontal {
background:url("../images/arrow2slidesright.png") no-repeat scroll 0 0 transparent;
cursor:pointer;
height:16px;
position:absolute;
right:9px;
top:69px;
width:15px;
}
skin.css (ligne 49)
.jcarousel-next {
display:none;
z-index:3;
}

.jcarousel-container {
position:relative;
}

#content #results{
  /*background:#f0f0f0;*/
  margin-top:20px;
  padding:0px;
}

.resultat {
  /*border: 1px solid #C3C2C2;
  background:transparent url("../images/bg-search.jpg") repeat scroll 0 0 ;*/
	border:1px solid #DEDEDE;
  padding: 4px;
  margin-bottom: 15px;
  clear: both;
}

.resultat .ance-title {
	 background:url("../images/bg-input.png") repeat-x scroll left top #fff;
	 border: 1px solid #d9d7d7;
	 font-weight:bold;
	 color:#002C61;
font-family:Georgia,"Times New Roman",Times,serif;
	 padding: 5px 2px;
	 margin-bottom: 5px;
	 font-size:1.15em;
	 -moz-border-radius:6px;
	}
.resultat .cp {
float:left;padding:5px;text-align:left;font-weight:bold; color:#777
}
.resultat a img {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DEDEDE;
	height:135px;
	padding:10px;
	width:184px;
	float:left;
	margin:0 5px 0 0;
}
.resultat a:hover img {background:none repeat scroll 0 0 #f1f1f1;}

#details-top .price, .resultat .price{
background:#9A868F;float:right;padding:5px;text-align:right;font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#E3FF6F
	}

.resultat p {
	width:340px;
		color:#777777;
		line-height:20px;
		margin-bottom:5px;
		padding:10px 5px;
		text-align:left;
		border:1px dashed #ccc;
	}
#boxRappel {

    width:475px;
    float:left;
    margin-left:0px;
}

#boxRappel #recherche {
	background:url(../images/bg-search.jpg) repeat;
  width: auto;
  height: auto;
}

#boxRappel #recherche .champ span{

}

#boxRappel #recherche .champ .inputtext {
  border:1px #7F9DB9 solid;
  width: 150px;
}

#boxRappel #recherche .price .inputtext {
  width: 70px;
}

#boxRappel #recherche .champ span.separator {
  margin-left: 10px;
  display: inline;
  float: none;
}

#boxRappel #recherche .multiselectBox {
  position:absolute;
  width:140px;
  height:100px;
  border: 1px solid #7F9DB9;
  background: #eee;
  display:none;
  text-align:left;
  overflow: auto;
  line-height: 2em;
  padding:5px;
  border-top: 0px;
  left:180px;
}



#inscription {
 float:right;
	width:440px;
	padding:5px;
	border:2px dashed #CCCCCC;
}

#inscriptionHead {
  padding-top:20px;
}

#inscriptionHead h3 {
  color:#be0000;
  font-size:13px;
}

#inscriptionHead  p{
  color:#595959;
  font-size:12px;
}

#inscriptionForm {
  position: relative;
}

#inscriptionForm #inscriptionInputs {
float:left;
width:212px;
}

#inscriptionForm #inscriptionInputs p {
  clear: both;
}

#inscriptionForm #inscriptionInputs span {
  text-align: right;
  width: 100px;
  float:left;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

#inscriptionForm #inscriptionInputs input{
  width: 100px;
  margin-left: 10px;
  display: block;
  float:left;
  margin-top: 5px;
  margin-bottom: 5px;
  border:1px #7F9DB9 solid;
}

#inscriptionForm #inscriptionInputs em,.form em{
  color:red;
  font-size: 1em;
  font-weight:bold; color:red;
}

#inscriptionForm #inscriptionInputs label.jforms-required:after, #inscriptionForm #inscriptionInputs span.jforms-required:after {
  content:"";
}

.form label.jforms-required:after, .form span.jforms-required:after {
  content:"";
}


#inscriptionForm #inscriptionSubmit {
	float:left;
	padding:20px 20px 0;
	width:139px;
}

#inscriptionForm #inscriptionSubmit input.submit {
	background:transparent url(../images/validate.png) scroll no-repeat left top;
	width:139px;
	height:60px;
	display:block;
	border:0 none;
	cursor:pointer
}
#inscriptionForm #inscriptionSubmit input.submit:hover {
	background-position:left bottom;
	}

.paginate {
  text-align: center;
  margin-top: 10px;
}

.paginate ul {
  list-style: none;
}

.paginate li {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
	background:#777777;
	padding:5px 10px
}

#details-top {
    background:#fff;
		border:4px solid #C33B78;
    width:936px;
    height:480px;
		-moz-border-radius:8px;
}

#details-top #titre {
  height: 56px;
	background:url("../images/bg-input.png") repeat-x scroll left top #fff;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding-top:10px;
  font-family: Tahoma,verdana,sans-serif;
  letter-spacing: 1px;
}

#details-top #titre #basicinfo{
  float:left;
  padding-left: 10px;
}

#details-top #titre #price{
  float:right;
	margin:14px;
}

#details-top #photosmap {
  padding-left: 2px;
  padding-right: 2px;
}


#details-top #photosmap #photos {
  float: left;
  width:486px;
}

#details-top #photosmap #carte {
  width:441px;
  height:391px;
  float: right;
}

#details-top #photosmap #map {
  width:441px;
  height:366px;
  border-bottom: 1px solid #ddd;
}

#details-top #photosmap #streetview {
  float: right;
  padding-top: 5px;
  padding-right: 5px;
}

#details-top #photosmap #streetview a:hover{
  color:#666;
}

#categories{
  padding-top: 5px;
}
#categories .menu li {
display: inline;
margin-left: 5px;
}
#categories .menu li a{
text-decoration:none;
display:inline;
color:#105cbe;
}
#categories .menu li a:hover{
color:#D62E2E;
}

#categories .menu li a.selected{
  color:#D62E2E;
}

#categories ul .submenu {
border:solid 1px #F39EA1;
border-top: 0;
background:#FFFFFF;
position:absolute;
width:150px;
z-index:2;
display:none;
margin-top: 8px;
margin-left: 220px;
}
#categories ul .submenu li{
background:none;
float:none;
border:0;
margin:0;
padding: 0;
_height:10px;
line-height:normal ;
display: block;
}
#categories .submenu li a{
background:none;
display:block;
float:none;
margin:0;
padding: 0;
border:0;
color:#105cbe;
padding-top:5px;
padding-left:8px;
padding-bottom:5px;
_height:15px;
line-height:normal ;
}

#categories .menu li.searchmore {
  padding-left:7px;
  padding-right:5px;
  width:140px;
  padding-top:3px;
  padding-bottom:3px;
}

#details-content {
  margin-top: 20px;
}

#details-content #contactdetails .content img { border:4px solid #C33B78; background:#fff; padding:5px; width:100px;}

div.wide {
  width:600px;
  float: left;
}

div.tiny {
  /*margin-left:605px;
  _margin-left:5px;*/
  width:330px;
  float:right;
}

.rounded {
width: 20em;
margin: 20px auto;
}

.rounded2 {
width: 20em;
color: #fff;
margin: 0 auto;
}

.top .first {
width: 16px;
height: 16px;
background: url(../images/t_l2.jpg);
}

.top .half {
border-top: 1px solid #a49d9d;
height: 15px;
margin: -16px 16px 0 16px ;
background: #ffffff;
}

.top .second {
width: 16px;
height: 16px;
margin-top: -16px;
float: right;
background: url(../images/t_r2.jpg);
}

.content {
border:4px solid #C33B78;
-moz-border-radius:8px;
padding:10px;
background: #fff url("../images/bg-search.jpg") repeat scroll 0 0;
/*\*//*/
margin-top: -1px;
/* IE/mac only */
}

.content div {
padding: 0 10px;
z-index: 10;
}

.bottom .first {
width: 16px;
height: 16px;
background: url(../images/b_l2.jpg);
}

.bottom .half {
border-bottom: 1px solid #a49d9d;
height: 15px;
margin: -16px 16px 0 16px ;
background: #ffffff;
}

.bottom .second {
width: 16px;
height: 16px;
margin-top: -16px;
float: right;
background: url(../images/b_r2.jpg);
}

#contactdetails .espace {
  margin-top: 3px;
  margin-bottom: 3px;
}

#contactdetails textarea {
  width: 250px;
  height: 100px;
}

#details-content h3 {
  color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:left;
	text-decoration:none;
}

#details-content #infos {
  line-height: 18px;
}

#details-content p.infocomp {
  clear: both;
}

#details-content p.infocomp strong{
  float:left;
  width:200px;
  font-weight: bold;
  display: block;
}


.accueil {
	margin-top:60px;
	padding-top:30px;
}
 h1.h1-next {	color:#002c61;
	background:transparent url(../images/h1-next.png) scroll no-repeat left center;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 60px;
	 }

 h1 {
	color:#002c61;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px 10px;
	 }
 h1.h1-details {	color:#002c61;
	background:transparent url(../images/h1.png) scroll no-repeat left center;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 60px;
	 }

.accueil h1 {
	color:#002c61;
	background:transparent url(../images/h1.png) scroll no-repeat left center;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 60px;
}

#textsearch p  {
color:#777777;
line-height:20px;
margin:10px;
padding:10px 5px;
text-align:left;
border-bottom:1px dotted #716369;
}

.accueil p {
	color:#777777;
	line-height:20px;
	padding: 10px 5px 10px 5px;
	text-align:left;
	margin-bottom:5px;
}

.accueil div.tinyacceuil {
  width: 580px;
  padding-left:5px;
}

.accueil div.tinyacceuil.nosconnaissances {
  float:right;
  margin-right:20px;
  _margin-right:5px;
}



.accueil div.tiny div {
	background:#F9F9F9;
}

.accueil div.tiny p{

}

#annoncesSort {
  text-align: right;
}

#annoncesSort select{
  border:1px solid #7F9DB9;
  font-size: 1em;
  float: right;
  margin-left:0.7em;
}

.bordure {
  border-bottom: 2px solid #D62E2E;height:10px;margin-bottom:20px;
}

.jforms-radio input {
  border: 0;
	margin:0 10px;
}

form#jforms_contact_contact { float:left}

#wrapper label.jforms-required:after,#wrapper  span.jforms-required:after { content:"";}

.jelix-msg {
    background-color:#E4E4E4;
    border: 2px solid #3E86DB;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    list-style-type:none;
    margin:0;
    padding:0;
}

.jelix-msg li {
    padding:3px;
    margin:0;
    font-weight: bold;
}

#gestionbien {
  display: none;
}

#home-form-search {
  display: block;
}

.edito#gestionbien { width:900px;}
.edito#gestionbien ul { float:left ; font-size:11px;margin-bottom:20px;margin-right:2px;width:280px;}
.edito#gestionbien li { color:#fff; padding:2px 0 2px 2px; margin:2px 0}
.form-search .edito#gestionbien  p {
	float:left
	}

.form-search .edito#gestionbien  p.contact-gestion { font-size:12px;width:360px;}
.form-search .edito#gestionbien  p.contact-gestion span { font-size:18px; font-weight:bold}

#dpe{
	margin:0 auto;
	margin-top:15px;
	width:250px;
	background:#fff;
	padding:8px;
	border:3px solid #C33B78;
	-moz-border-radius:8px 8px 8px 8px;
}

#dpe img{
}
