#breve {
	width:400px;
	margin-top:20px;
}
.liste-breves {
	float:right;
	width:160px;
	margin-top:20px;
}
.liste-breves .breve {
	font-family: "Lucida Grande", "Lucida Sans Unicode";
	line-height:14px;
	font-size: 11px;
	margin-bottom:10px;
}
.liste-breves .breve a {
	color:rgb(102, 102, 102);
	text-decoration: none;
}
.liste-breves .breve a:hover {
	text-decoration: underline;
}

#breve h1 {
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
}
#breve p {
	margin:0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode";
	color:rgb(102, 102, 102);
	line-height:18px;
	font-size: 12px;
}
#breve p.chapeau {
	font-weight:bold;
	margin-bottom: 5px;
}
#breve .image {
	float:left;
	margin-right:5px;
	margin-bottom: 5px;
}
