@charset "utf-8";
/* CSS Document */

#document #content #body #message .sector {
	margin-top:32px;
}

#document #content #body #message .sector img {
	float:right;
	border:none;
}

#document #content #body #message .sector .comment {
	background:transparent url(/images/sector-comment.png);
	border:1px solid #DDD;
	width:225px;
	min-height:118px;
	padding:7px 25px;
}

#document #content #body #message .sector .comment h2 {
	margin-top:11px;
}

#document #content #body #message .news {
	position: relative;
	margin-top:47px;
}

#document #content #body #message .news img {
	float:left;
}

#document #content #body #message .news img.boite {
	float: none;
	position: absolute;
	top: -10px;
	left: 7px;
}

#document #content #body #message .news .actu {
	padding-left:153px;
}