/* CSS Document */


/* annonces */
div#annonces {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

table.annonces_miniature {
	margin:10px 0 0 0;
	padding:0;
	border:1px solid #FF0000;
}

table.annonces_miniature td.titre {
	padding: 3px;
	background: #000;
	color: #FFF;
}

table.annonces_miniature td.ann_gauche {
	width:80px;
	height:60px;
	margin:0;
	padding:0;
	background-color:#000;
}

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:305px;
	height:80px;
	margin:0;
	padding:2px 5px 5px 5px;
	background-color:#FFF;
	font-size:12px;
	text-align:left;
}

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

#nav {
	clear: both;
	display: block;
}

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

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

div#ann1_droite {
	width:180px;
	height:200px;
	float:left;
	margin:0;
	padding:0;	
}
h5 {
	color:#000;
	font-size:16px;
	font-weight:bold;	
	margin:0 0 0 0;
	padding:0;
	text-align:right;	
}
p.ann_prix {
	color:#FF0000;
	font-size:18px;
	font-weight:bold;	
	margin:0 0 10px 10px;
	padding:0;
	text-align:right;
	border-bottom:1px solid #FF0000;		
}
p.ann_prix em {
	color:#f1e415;
	font-size:11px;
}

div#ann1_droite p.ann_descr {
	color:#555;
	font-size:11px;
	font-weight:bold;	
	margin:0 0 0 5px;
	padding:0 0 5px 0;
	text-align:right;
	border-bottom:1px solid #f1e415;	
}
div#ann1_droite hr {
	border-bottom:1px solid #ddd;	
	margin:0;
}
div#ann1_droite table {	
	width:200px;	
	margin:12px 0 0 5px;
	padding:0px;
	border:none;
	font-size:11px;
}
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:100px;
	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;
}


h6 {
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
	margin:10px 0 10px 0;
	padding:0;	
	border-bottom: 1px solid #FF0000;
}
table.options {
	width:100%;
	margin:10px 0 20px 0;	
	padding:0;
	font-size:11px;
}
table.options 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;
}

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;
}
p#pied_fiche a {
	text-decoration:none;
	color:#555;
}


