﻿@charset "utf-8";
/* CSS Document */

/********************************* liste des annonces ***************************************/
.pager
{
    font-size:12px;
    padding-left:15px;
    float:right;
    cursor:default;
}

.pager a
{
    color:#333;
    text-decoration:none;
}

.pager a:hover
{
    color:#DA6401;
}


#intro-annonces {
	width: 664px;
	height:40px;
	background: url(../Images/horizontal-border-gris.gif) repeat-x left bottom;
}

#filtre-annonces {
	width: 332px;
	padding-top: 5px;
	float: left;
}

#annonces-selection {
	width:385px;
	float: left;
	padding-right: 15px;
	background:url(../Images/vertical-border.gif) repeat-y right top;
}

#annonces-liste {
	width:664px;
}

#annonces-titre{
}

.annonces-content{
	margin-top: 20px;
	height: auto;
	float:left;
}

#detailAnnonce-right .txt-annonces {
	margin:0;
	width:317px;
}

.annonces-content img{
	float:left;
	padding-right: 10px;
}

.annonces-content .txt-annonces {
	float:right;
	height:auto;
}

#annonces-selection .txt-annonces {
	width: 220px;
}

#annonces-liste .txt-annonces {
	width: 500px;
}

#annonces-liste .annonces-content {
	padding-bottom: 20px;
	background:url(../Images/horizontal-border-gris.gif) repeat-x left bottom;
}

.annonces-content .txt-annonces-liste {
	float:right;
	height:auto;
	width: 500px;
}

.annonces-content .text p{
	color: #000;
	text-align:left;
}

.annonces-content .titre{
	color: #206725;
	font-size: 18px;
	font-weight: bold;
}

.annonces-content .titre span{
	color: #206725;
	font-size: 13px;
	font-weight: normal;
}

.annonces-content .description {
	color: #DA6401;
	font-size: 14px;
}

.annonces-content div {
	font-size: 13px;
	color: #4D4D4D;
}

.annonces-content .prix{
	color: #DA6401;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

.annonces-content a{
	text-decoration: underline;
	color:#000;
	font-size: 12px;
}

.txt-annonces a
{
	padding-left: 10px;
	background: url(../Images/puce-fleche-orange.gif) no-repeat left center;
}

.annonces-content a:hover{
	text-decoration: none;
	color: #DA6401;
}
/********************************* FIN liste des annonces ***************************************/


/********************************* detail des annonces ***************************************/
#detailAnnonce-content {
	width: 664px;
	float:right;
	padding-bottom: 20px;
}

#detailAnnonce-left {
	width: 325px;
	padding: 20px 0px 0 0;
	float: left;
	background: url(../Images/horizontal-border-gris.gif) repeat-x left top;
}

/*#detailAnnonce-left .blocGallery img {
	padding-bottom: 15px;
}

#detailAnnonce-left .blocGallery a img {
	padding-bottom: 0;
	border: none;
	margin: 6px 7px 0 0;
}*/

#detailAnnonce-right {
	width: 317px;
	padding: 20px 0 0 15px;
	float: left;
	background: url(../Images/horizontal-border-gris.gif) repeat-x left top;
}

#detailAnnonce-right .annonces-content{
	margin: 0;
	width: 317px;
}

.annonces-content .detail{
	color:#666;
	font-weight: normal;
}

.annonces-content .detail strong{
	color: #000;
	font-weight: normal;
}

#qui-contacter {
	width: 317px;
	float: left;
	padding-top: 20px;
}

#qui-contacter .text{
	color: #000;
	font-size: 13px;
}

#qui-contacter .text a{
	background-image: none;
	font-size: 13px;
	padding-left: 0;
}

#qui-contacter .titre-qui-contacter {
	color: #206725;
	font-weight: bold;
	padding-left: 10px;
	background: url(../Images/puce-fleche-orange.gif) no-repeat left center;
}

#negociatorTitle {
	width: 664px;
	float: left;
}

#negociatorTitle h3 {
	padding-bottom: 2px;
	font-size: 16px;
	color: #DA6401;
}

#negociatorBloc {
	width: 644px;
	padding: 10px 10px 10px 10px;
	border:1px solid #EED188;
	float: left;
}

#negociatorFoto {
	float:left;
}

#negociatorCoord {
	width: 250px;
	float:left;
	padding-left: 10px;
}

#avis-du-pro {
	width: 290px;
	float:right;
	padding-left: 10px;
}

#avis-du-pro h6{
	padding: 0 0 5px 0;
}

#avis-du-pro .text{
	font-style: italic;
}

#avis-du-pro .text p{
	padding: 0 20px 0 20px;
}

#guillemets-ouverts {
	background: url(../Images/guillemets-ouverts-orange2.gif) no-repeat left top;
}

#guillemets-fermes {
	background:url(../Images/guillemets-fermes-orange2.gif) no-repeat right bottom;
	padding:0px 20px;
}

#detail-annonces-back {
	width: 664px;
	float: right;
	padding-top:5px;
	margin-top: 10px;
	background:url(../Images/horizontal-border-gris.gif) repeat-x left top;
}

#detail-annonces-back a 
{
	font-size:14px;
	color:#206725;
	text-decoration:underline;
}

#detail-annonces-back a:hover
{
	text-decoration:none;
}

#retour {
	width:317px;
	float:left;
	padding-top: 5px;
}

#retour .text a{
	color: #206725;
}

#retour .text a:hover{
	color: #DA6401;
}

#prec-suiv {
	width:317px;
	float:right;
	text-align: right;
	padding-top: 5px;
}

#prec-suiv .text a{
	padding-left: 15px;
	text-decoration: none;
}

#prec-suiv .text a:hover{
	color: #DA6401;
}

/********************************* FIN detail des annonces ***************************************/