.NoPrint { display: none; }


/* les titres */

h2 {
	font-size: 10px;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
	text-transform: uppercase;
	}
h3 {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.3em;
	text-align: left;
	margin-left: 10px;	
	text-indent: 13px;
	font-weight: bold;
	background-image: url(../images/fleche-jaune.gif);
	background-repeat: no-repeat;
	}

a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
