a:visited {
	font-family: "Arial";
	font-size: 12px;
	color: #FF9900;
}
a:hover {
	font-family: "Arial";
	font-size: 12px;
	color: #273A4E;
	text-decoration: underline;
	font-weight: normal;
	background-color: #FFCC33;
}
a:active {
	font-family: "Arial";
	font-size: 12px;
	color: #336600;
	text-decoration: blink;
}
.paragraphe {
	font-family: "Arial";
	font-size: 12px;
	margin: auto;
	line-height: 18px;
	display: inline;
}
.titre {
	font-family: "Arial";
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.pub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #069;
	background-color: #FC0;
	border: thin none #FFF;
	width: auto;
	text-align: center;
	font-weight: normal;
}
