/*couleur secteur*/
a {
	font-size: 11px;
	color: #CC0033;
	text-decoration: none;
}
a:hover {  
	color: #990033;
	text-decoration: underline;
}
.lignepoint {
	background-attachment: scroll;
	background-image: url(media/image/ligne-point_1.gif);
	background-repeat: repeat-x;
	background-position: right;
}
