@charset "utf-8";
.ft_Title, H1 {
	color: #3473cf;
	margin: 0px 0px 3px;
	padding: 0px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}
.ft_SubTitle, H2 {
	font-size: 14px;
	color: 767676;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 2px;
}
.ft_Paragraph, H3 {
	font-size: 14px;
	color: #323232;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 1px;
}
.ft_UnderParagraph, H4 {
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.ft_Text {
	color: #323232;
	font-size: 11px;
}
.ft_Text a {
	color: #9658c2;
	text-decoration: none;
	font-weight: bold;
}
.ft_Text a:hover {
	color: 9658c2;
	text-decoration: underline;
}



.ftMsgImportant {
	color: #AE0000;
	font-weight: bold;
	font-size: 12px;
}
.ftMsgIndicatif {
	color: #009933;
	font-weight: bold;
}

.ftError {
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	background-color: #AA0000;
	text-align: center;
	line-height: 20px;
	margin: 5px;
	border: 2px solid #FF0000;
}
.ftValidity {
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	background-color: #009933;
	text-align: center;
	line-height: 20px;
	margin: 5px;
	border: 2px solid #00FF00;
}

.ft_header {
	color: #323232;
	font-size: 11px;
}
.ft_header a {
	color: #323232;
	text-decoration: none;
}
.ft_header a:hover ,.ft_header .selected{
	color: #e45d01;
}



.ft_footer {
	color: #323232;
	font-size: 11px;
}
.ft_footer a {
	color: #000;
	text-decoration: none;
}
.ft_footer a:hover ,.ft_footer selected{
	color: #3473cf;
}
.ft_footerNote {
	color: #a3a4a4;
	font-size: 10px;
}
.ft_footerNote a {
	color: #a3a4a4;
	text-decoration: none;
}

.ft_footerNote a:hover {
	color: #3473cf;
	text-decoration: underline;
}
