/**
 * index.css
 *
 * Definition specifique
*/


#annonces {
	position: absolute;
	top: 10px; left: 315px;
	width: 250px;
}


.annonce {
	position: relative;
	height: 54px;
	margin: 10px 0;
	/*background: #F8F8F8;
	border: 1px solid #E0E0E0;*/
	border: 1px solid #E0E0E0;
}
.annonce img {
	position: absolute;
	top: 0; left: 196px;
	width: 48px;
	margin: 2px;
	/*border: 1px solid #E0E0E0;*/
}
.annonce .content {
	width: 186px; height: 44px;
	padding: 5px 5px 5px 5px;
	margin-right: 54px;
	overflow: auto;
	font-size: 11px;
	color: #707070;
	text-align: right;
}
.annonce .content a { color: #707070; }
.annonce .content a:hover { color: #303030; }



