#annonce{
	position: relative;
	text-align: center;
	width: 120px;
}

#annonce_top{
	position: relative;
	background-color: #990000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	width: 120px;
	height: 16px;
}

.annonce_content{
	margin-top: 8px;
}

.top_left_corner,.top_right_corner,.bottom_left_corner,.bottom_right_corner{
	background-image: url(../../../design/images/1px_corner.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	height: 1px;
	width: 1px;
	position: absolute;
}

.top_right_corner{
	left: 100%;
	margin-left: -1px;
}

.bottom_left_corner{
	top: 100%;
	margin-top: -1px;
}

.bottom_right_corner{
	left: 100%;
	margin-left: -1px;
	top: 100%;
	margin-top: -1px;
}