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

#News {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: thin dashed #666;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}.titreNews {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
.contenuNews {
	font-size: 11px;
	color: #666;
}
.lienNews {
	font-size: 11px;
	color: #CCC;
	background-attachment: scroll;
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px;
}

.lienNews a {
	font-size: 10px;
	text-decoration: none;
}

.lienNews a:hover {
	font-size: 10px;
	text-decoration: underline;
}
