@charset "utf-8";

a:link {
	font-size: 110%;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	font-size: 110%;
	text-decoration: underline;
}
a:active {
	font-size: 110%;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	font-size: 110%;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
/*a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066CC;
	text-decoration: underline;
}*/
/* =========================== 
.pub-tit-centre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50%;
	color: #FFFFFF;
	background-color: #CC3300;
	background-position: center;
	text-align: center;
	margin: 1px;
}
/* =========================== */
h1 {
	color: #999999;
	font-family: "Times New Roman", Times, serif;
	font-size: 300%;
	font-weight: bold;
}
h2 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 130%;
	font-weight: bold;
}
h3 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 90%;
	font-weight: bold;
}
.t_gras-bleu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
