@charset "UTF-8";
a:link {
	text-decoration: underline;
	color:#333399;
	outline: none;
}
a:visited {
	text-decoration: underline;
	outline: none;
	color:#333399;
}
a:hover {
	text-decoration: underline;
	color: #ffcc33;
	outline: none;
}
a:active {
	text-decoration: underline;
	color: #ffcc33;
	outline: none;
}
.titre {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 38px;
	color:#CC0033;
	text-align: center;
}
.body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#cc0033;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}
.tx12px {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333399;
	text-align: center;
}
.bodybleu {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#333399;
	text-align: center;
	font-weight: normal;
	}
	
.bodybleubold {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#333399;
	text-align: center;
	font-weight:bold;
	}
.bodyrouge {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#CC0033;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	}
