/* Listing des annonces */
.liste_annonce {
	margin: 0 0 20px 0;
	height: 51px;
	border-left: solid 1px #009FEB;	
}

/* Logo */
.liste_annonce_logo {
	margin: 0 0 0 25px;
	float: left;
	width: 66px;
	height: 33px;
}
.liste_annonce_logo img {
	float: left;
	width: 66px;
	height: 33px;
	border: solid 2px #BFBFBF;
}

/* Liens de détails */
.liste_annonce_details {	
	float: right;
	width: auto;	
}
.liste_annonce_details a {
	padding: 2px 5px 1px 15px;
	background-color: #A5E027;
	background-image: url("../imgs/background_btn_vert.png");
	background-repeat: no-repeat;	
	background-position: 3px 5px;
	color: #FFF;	
	border: solid 1px #B2B2B2;
	text-decoration: none;
	font-size: 7pt;	
	font-weight: bold;
}

/* Label de l'annonce (Entreprise, Fonction, Ville) */
.liste_annonce_label {
	margin: 0 10px 0 110px;
	font-size: 8pt;
	color: #3B3B3B;
}
.liste_annonce_label .intitule {
	display: block;
	font-weight: bold;
}
.liste_annonce_label .intitule a {
	color: #3B3B3B;
	text-decoration: none;
}
.liste_annonce_label .intitule span {
	font-weight: bold;
	color: #009FEB;
}
.liste_annonce_label .ville {
	display: block;
}
.liste_annonce_label .date {

}

/* Séparateur */
hr {
	margin: 0 0 10px 25px;
	border: none;
	border-bottom: dotted 1px #BFBFBF;
	width: 560px;
}