/* CSS Document */


/* annonces */

form#tri {
	margin:0 0 0 10px;
}
form#tri select {
	font-size:10px;
	border:1px solid #D4DAE1;
}


div#annonces {
	margin:0 0 0 10px;
	padding:0 0 25px 0;
}

table.annonces_miniature {
	margin:10px 7px 0 0;
	padding:0;
	float:left;
	border:1px solid #e3e3e3;
}

table.annonces_miniature td.ann_gauche {
	width:80px;
	height:90px;
	margin:0;
	padding:0;
	
	background-color:#e3e3e3;
	
	/* !!! overflow !!! */
	overflow:hidden;
}

table.annonces_miniature td.ann_gauche img {
	border:none;
}
table.annonces_miniature img.vendu_mini {
	position:absolute;
	margin:0 0 0 -80px;
}

table.annonces_miniature td.ann_droite {
	width:116px;
	height:80px;
	margin:0;
	padding:2px 5px 5px 5px;
	
	background-color:eee;
	
	font-size:10px;
	text-align:left;	
	
	/* !!! overflow !!! */
	overflow:hidden;
}
table.annonces_miniature span{
	font-size:12px;
}

table.annonces_miniature td.ann_droite a {
	color:#912F2C;	
	font-size:10px;	
	font-weight:bold;
	text-decoration:none;	
}
table.annonces_miniature td.ann_droite a:hover {
	color:#000;	
	text-decoration:underline;	
}

/**********************/
/*   fiche annonce    */
/**********************/
div#ann1 {
	margin:0 0 0 0;
	padding:5px 0 0 10px;
	
}

div#ann1_gauche {
	height:200px;
	float:left;	
	margin:0;
	padding:0;
	
	background-image:url(../egs/fond_divers2.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
div#ann1_gauche img.visuel {
	margin:0;
}
div#ann1_gauche img.vendu {
	margin:0 0 0 -104px;
}

div#ann1_droite {
	width:280px;
	height:200px;
	float:left;
	margin:0;
	padding:0;	
}
div#ann1_droite h5 {
	color:#000;
	font-size:16px;
	font-weight:bold;	
	margin:0 0 0 0;
	padding:0;
	text-align:right;	
}
div#ann1_droite p.ann_prix {
	color:#912F2C;
	font-size:18px;
	font-weight:bold;	

	margin:0 0 0 10px;
	padding:0;
	
	text-align:right;
	
	border-bottom:1px solid #D4DAE1;		
}
div#ann1_droite p.ann_prix em {
	color:#D4DAE1;
	font-size:10px;
}

div#ann1_droite p.ann_descr {
	color:#555;
	font-size:10px;
	font-weight:bold;
		
	margin:0 0 0 10px;
	padding:0 0 5px 0;
	
	text-align:right;
	
	border-bottom:1px solid #D4DAE1;	
}
div#ann1_droite hr {
	border-bottom:1px solid #ddd;	
	margin:0;
}
div#ann1_droite table {	
	width:260px;	
	margin:12px 0 0 10px;
	padding:0px;
	border:none;
	
	font-size:10px;
}
div#ann1_droite td {	
	margin:0;
	padding:0 5px 0 5px;
}
div#ann1_droite td.td_0 {
	width:100px;	
	text-align:left;
	border-bottom:1px solid #ddd;
}
div#ann1_droite td.td_1 {
	width:160px;
	text-align:right;
	border-bottom:1px solid #ddd;	
}
div#ann1_droite tr.tr_0 {	
	background-color:#fff;
}
div#ann1_droite tr.tr_1 {	
	background-color:#f5f5f5;
}



div#ann2 {
	margin:10px 0px 0 10px;	
	padding:25px 0 0 0;
	border-top:3px solid #D4DAE1;
}
div#ann2 h5 {
	color:#912F2C;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;	
}
div#ann2 table {
	width:100%;
	margin:10px 0 20px 0;	
	padding:0;
	
	font-size:10px;
}
div#ann2 td {
	margin:0;	
	padding:2px;	
	border-bottom:1px solid #ddd;
}

div#ann2 p {
	width:95%;
	margin:10px 0 20px 0;	
	padding:0 0 0 25px;	
	
	font-size:11px;
	text-align:justify;
}

div#ann2 p#pied_fiche {
	width:95%;
	margin:30px 0 20px 0;	
	padding:0 0 0 25px;	
	
	font-size:9px;
	text-align:right;
	
	border-top:1px solid #ddd;
}
div#ann2 p#pied_fiche a {
	text-decoration:none;
	color:#555;
}



