 /* ***** FEUILLE DE STYLE CSS DU SITE INTERNET DELPHINE TEILLAUD *****

/*
Titre:      	   Annonces du site
Auteur:           Acreat Web Technologies
Mise à jour:    28 Juillet 2008
*/


/* [ Liste annonces]---------------------------------------------------- */


#menu_g #gmap {
	height:250px;
	border:2px solid #CEDB2F;
	overflow:hidden;
}

#page.search #contenu {
	padding-right:0px !important;
}

#nb_offres { 
	display:inline; 
	position:relative; 
	font-size:15px; 
	font-weight:bold; 
	color:#A02C1C; 
}

#nb_offres SPAN { 
	font-size:12px; 
}

#liste_annonces {
}

#liste_annonces TD {
	padding:15px 0;
	
}

/* -- ANNONCE -- */
.annonce { 
	position:relative; 
	width:165px; 
	text-align:justify; 
}

.annonce .infos_annonce { 
	width:145px; 
	margin:5px auto 0 auto; 
}
.annonce .infos_annonce STRONG { 
	color:#a02c1c;
}

.annonce .lieu { 
	font-weight:bold; 
	color:#A02C1C; 
}

.annonce .desc { }

.annonce .prix { 
	font-size:13px; 
	font-weight:bold; 
	color:#A02C1C; 
}

.annonce .vendu { 
	position:absolute; 
	top:104px; 
	right:0;
	z-index:2; 
	width:56px; 
	height:19px; 
	background:url(../img/structure/vendu.png) no-repeat top left; 
}

.annonce .exclu { 
	position:absolute; 
	top:104px; 
	right:0;
	z-index:2; 
	width:84px; 
	height:19px; 
	background:url(../img/structure/exclu.png) no-repeat top left;
}

.annonce .nouveaute { 
	position:absolute; 
	top:104px; 
	right:0;
	z-index:2; 
	width:69px; 
	height:19px; 
	background:url(../img/structure/nouveau.png) no-repeat top left;
}

.annonce .contact { 
	display:block;
	position:absolute; 
	top:101px; 
	right:0;
	z-index:2; 
	width:126px; 
	height:22px; 
	background:url(../img/structure/contact.png) no-repeat top left; 
}

.annonce .rencontre { 
	display:block;
	position:absolute; 
	top:103px; 
	right:0;
	z-index:2; 
	width:143px; 
	height:22px; 
	background:url(../img/structure/rencontrons.png) no-repeat top left; 
}

/* -- LISTE DES PAGES -- */

UL#PAGES{ 
	font-size:11px; 
	font-weight:bold; 
	color:#660066; 
	margin:0; 
	padding:0; 
	white-space:nowrap; 
	float:right; 
}

UL#PAGES LI { 
	display:inline; 
	list-style-type:none; 
	float:left; 
	padding-left:4px; 
}

UL#PAGES LI A { 
	float:left; 
	color:#660066; 
	padding-right:10px; 
}

UL#PAGES LI A:HOVER { 
	text-decoration:none; 
	color:#C80A1C 
}

UL#PAGES LI.active A, UL#PAGES LI.active A:hover { 
	font-weight:bold; 
	color:#FFF; 
	background:#A02C1C; 
}

UL#PAGES LI.active A SPAN { 
	color:#A02C1C; 
}

/* [  Fiche détaillée]---------------------------------------------------- */

#navigation { 
	margin:0; 
	margin-top:15px;
	padding:0; 
	width:auto;
}

#navigation TD { 
	margin:0; 
	padding:0; 
}	

#navigation #bt_prec, #navigation #bt_suiv, #navigation #bt_retour { 
	display:block;
	font-size:11px; 
	font-weight:bold; 
	color:#660066; 
	padding:4px 20px 4px 32px;
}

#navigation #bt_prec { 
	background:url(../img/structure/fleche_prec.gif) no-repeat center left; 
}
#navigation #bt_suiv { 
	background:url(../img/structure/fleche_suiv.gif) no-repeat center left; 	
}
#navigation #bt_retour { 
	background:url(../img/structure/bt_retour.gif) no-repeat center left; 
}



#page.fiche #contenu { 
	padding-left:52px !important;
	background:url(../img/structure/fond_fiche.jpg) no-repeat top left; 
	font-weight:bold; 
}
#fiche_g { 
	width:285px; 
}
#fiche_d { 
	padding-left:40px; 
}

#page.fiche H1{ 
	position:relative; 
	font-size:20px; 
	color:#A02C1C; 
	margin:15px 0 25px; 
	padding:0;  
}



H1 #pictos {
	float:right;
	margin:12px 38px 0 0;
}

H1 #pictos DIV {
	float:left;
	width:24px; 
	height:24px; 
	background:url() no-repeat top left;
	margin:0 0 0 6px;
}

H1 #pictos  #exclu_fiche { 
	width:103px; 
	height:23px; 
	background:url(../img/structure/exclu_fiche.png) no-repeat top left; 
}

H1 #pictos  #vendu_fiche { 
	width:65px; 
	height:23px; 
	background:url(../img/structure/vendu_fiche.png) no-repeat top left; 
}

H1 #pictos #picto_coupcoeur {
	background-image:url(../img/structure/picto_coup_coeur.gif);
}

H1 #pictos #picto_nouveaute {
	width:84px;
	height:23px;
	background-image:url(../img/structure/nouveau_fiche.png);
}

H1 #pictos #picto_video {
	background-image:url(../img/structure/picto_video.gif);
}


H1 #pictos  #sia { 
	width:43px; 
	height:31px; 
	background:url(../img/structure/picto_sia.gif) no-repeat top left; 
	margin:-4px 0px 0 0
}

UL#infos_fiche { 
	list-style-type:none; 
	margin:0; 
	padding:0; 
}

UL#infos_fiche  LI { 
	background:url(../img/structure/puce01.gif) no-repeat top left; 
	background-position:0 5px; 
	padding-left:9px; 
}

#prix_fiche { 
	background:url(../img/structure/puce02.gif) no-repeat 0 7px; 
	padding-left:11px; 
	margin-bottom:15px; 
	font-size:13px; 
}

#texte_annnonce {
	
}

#calculatrice { 
	height:20px; 
	background:none !important; 
	position:relative; 
	top:-10px;
	margin-left:-25px;
}
#calculatrice  A { 
	float:right;
	height:24px; 
	line-height:22px; 
	background:url(../img/structure/picto_euro.gif) no-repeat top left; 
	background-position:0 0; 
	padding-left:28px;  
	font-size:13px; 
	color:#A02C1C; 
	white-space:nowrap
	/*position:absolute; 
	top:-10px; 
	left:0; 
	height:24px; 
	line-height:21px; 
	background:url(../img/structure/picto_euro.gif) no-repeat top left; 
	background-position:0 0; 
	padding-left:30px;  
	margin-bottom:5px; 
	font-size:13px; 
	color:#A02C1C; 
	text-align:right; 
	white-space:nowrap*/
}


#titre_contact { 
	font-size:13px; 
	text-transform:uppercase; 
	margin-bottom:10px; 
}

#page.fiche .negociateur .fonction { 
	display:none;
}

#bt_imprimer { 
	display:block; 
	width:115px; 
	text-decoration:underline; 
	margin-top:15px; 
	padding-left:5px; 
}

A:HOVER#bt_imprimer { text-decoration:none; }


#bt_zoom { 
	display:block; 
	width:30px; 
	font-size:11px; 
	text-transform:uppercase; 
	text-decoration:underline; 
	margin:5px 40px auto auto;
}

A:HOVER#bt_zoom { text-decoration:none; }

.visuel {
	cursor:pointer
}

#slideshow {
	margin-top:18px;
	height:40px;
}
/*
#slideshow UL {
	position:absolute;
}*/

.mini_vignette {
	position:relative; 
	cursor:pointer;
	width:50px; 
	height:40px; 
	background:url(../img/pt-loading-bgblanc.gif) no-repeat center;
}

.mini_vignette .cadre {
	position:absolute; 
	top:0; left:0;
	width:50px; 
	height:40px; 
	background:url(../img/structure/cadre_mini_vignette.gif) no-repeat center; 
}

.mini_vignette.selected { 
	filter: alpha(opacity=50);
	opacity:.5;
	-moz-opacity: 0.5;
}

#bt_localiser { 
	float:right;
	display:block; 
	width:118px; 
	height:10px; 
	background:url(../img/annonces/bt_localiser.jpg) no-repeat top center; 
	padding-top:59px; 
	text-align:center; 
	margin:0 0 5px auto;
}

#bt_video { 
	float:right;	
	display:block; 
	width:118px; 
	height:10px; 
	background:url(../img/annonces/voir_video.jpg) no-repeat top center; 
	padding-top:69px; 
	text-align:center; 
	margin:0 0 5px auto;
}

#partage {
	font-size:14px;
	font-weight:bold;
}
#partage #facebook, #partage #twitter  {
	background:url(../img/annonces/picto_facebook.png) no-repeat top left; 
	display:block;
	float:left;
	height:24px;
	margin:5px 0 0 0;
	width:24px;
}
#partage #twitter  { background:url(../img/annonces/picto_twitter.png) no-repeat top left; margin:5px 0 0 10px; }

#contactagence {
	background:#CCFF66;
	margin:15px 0 0 0;
	position:relative;
	text-align:left;
	width:645px;
}

#contactagence #titre {
	background:url(../img/annonces/titre_contactagence.png) no-repeat top left;
	font-size:14px;
	height:25px;
	padding:5px 0 0 45px;
	width:600px;
	text-transform:uppercase;
}

#contactagence #bas {
	width:645px;
	background:url(../img/annonces/bas_contactagence.png) no-repeat top left;
	height:14px;
}

#contactagence EM {
	padding:0 0 0 20px;
}

#contactagence TABLE {
	margin:0;
}

#contactagence TABLE TD {
	padding:0 0 0 20px;
	vertical-align:top;
}

#contactagence TABLE TABLE TD {
	padding:0 0 10px 0;
}

#contactagence LABEL {
	font-size:12px;
}

#contactagence .needed {
	color:#af2c1d;
}

#contactagence .form_error {
	color:#A02C1C;
	font-size:10px;
	padding:4px 0 4px 20px;
}

#contactagence .cadre_info {
	background:#daff91;
	border:1px solid #efffd0;
	color:#A02C1C;
	font-size:14px;
}

#contactagence INPUT, #contactagence TEXTAREA  {
	background:#FFF;
	border:1px solid #af94ac;
	color:#535646;
	font-family:arial,verdana,sans-serif;	
	font-size:11px;	
	width:245px;
}
#contactagence EM {
	font-size:10px;
}

#contactagence #bt_envoyer {
	background:url(../img/annonces/bt_envoyer_off.png) no-repeat top left;
	border:0;
	bottom:-10px;
	display:block;
	height:34px;
	position:absolute;
	right:10px;
	width:152px;
}
