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