/* CSS Document */

/* Page: test.php*/ 


/* DIV ORGANISATION PAR ORDRE D'APPARITION*/ 
#cadre_annonce{
	position: relative;
	float: left;
	width: 100%;
	min-height: 200px;
	padding-top: 10px;
}

* html #cadre_annonce{
	height: 200px;
}

#cadre_affichage{
	font-size:9px;
	width:500px;
}

#cadrerecherche{
	background:#212f4e url(../images/fondspacer.gif) left repeat-y; 
	height:55px;
	width: 100%;
	color:#FFFFFF;
}
#cadrerecherchecoinbasgauche{
	position:static;
	height:100%;
	background: url(../images/coinbasgauche.gif) right bottom no-repeat;
	/* possibilité de mettre un arrondi ici*/
}
#cadrerecherchecontent{
	background:url(../images/yellowcorn.gif) no-repeat top left;
	height:100%;
}
#cadrerechercheloupe{
	background:url(../images/loupe_voiture.gif) no-repeat 20px 10px ;
	height:100%;
}
#recherche{
	position: relative;
	float: left;
	width:739px;
	min-height: 325px;
	text-align:center;
}
#recherche table{
	margin-left: 100px;
	font-size: 12px;
}
.td_space{
	padding-left: 20px;
}


/*CLASS ORDRE ALPHABETIQUE*/ 

.annonce1{
	width:739px;
	height:75px;
	background:#ebedff url(../images/fondannonce1.gif) top left no-repeat;
	font-size:9px;
	text-align:left;
	border-top:#000033 dotted 1px;
	margin-bottom:10px;
	border-bottom:#000033 dotted 1px;
}
.annonce1over{
	width:739px;
	height:75px;
	font-size:9px;
	text-align:left;
	border-top:#000033 dotted 1px;
	background:#ffffe1;
	cursor: pointer;
	margin-bottom:10px;
	border-bottom:#000033 dotted 1px;
}
.annonce2{
	width:739px;
	height:75px;
	background:#ffffFF url(../images/fondannonce2.gif) top left no-repeat;
	font-size:9px;
	text-align:left;
	border-top: #996600 dotted 1px;
	margin-bottom:10px;
	border-bottom:#000033 dotted 1px;


}
.annonce2over{
	width:739px;
	height:75px;
	background:#ffffe1;
	font-size:9px;
	text-align:left;
	border-top: #996600 dotted 1px;
	cursor: pointer;
	margin-bottom:10px;
	border-bottom:#000033 dotted 1px;

}
.annoncetitre{
	float:left;
	width:590px;
	height:25px;
	font-size:14px;
	margin-left:5px;
}
.a_content{
	height:35px;
	float:left;
	font-size:11px;
	width:500px;
	margin-left:5px;
	
}
.a_contentline{
	margin-bottom:3px;
}
.a_lieu{
	width:500px;
	float:left;
	text-align:left;
	padding-left:5px;
	font-size:9px;
}
.a_link{
	width:140px;
	float:right;
	text-align:left;
	margin-top:-50px;
	height:52px;
}
.a_linkup{
	margin-top:5px;
}
.a_linkdown{
	margin-top:-5px;
}
.a_modele{
	color:#000066;
	font-size:13px;
}
.a_photo{
	width:100px;
	height:75px;
	float:left;
}
.a_postal{
	width:90px;
	float:left;
}
.a_ref{
	width:100px;
	float:left;
}
.a_adresse{
	width:290px;
	float:left;
}
.a_prix{
	height:20px;
	text-align:right;
	float:right;
	color: #006600;
	font-size:16px;
	width:100px;
	margin-top:-23px;
	margin-right:5px;
}

.boutonok{
	border: #FFFFFF  outset;
	background: #617397;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.categorie{
	width: 150px;
}

.contentcolumn{
	width:250px;
	float:left;
	height:35px;
}

.menu_nav{
	clear: both;
	margin-bottom: 10px;
}

.tri{
	width: 125px;
}
