@charset "utf-8";

.ft_Titre {
	font-size: 18px;
	color: #810612;
	font-weight: bold;
}
.ft_SousTitre {
	font-size: 16px;
	color: #3b3b3d;
	font-weight: bold;
}
.ft_Paragraphe {
	font-size: 14px;
	color: #626166;
	font-weight: bold;
	font-style: italic;
}

.ft_Txt {
	font-size: 12px;
	color: #000000;
}
.ft_Txt a {
	color: #333333;
	text-decoration: underline;
}
.ft_Txt a:hover {
	color: #1A6DA1;
	font-weight: normal;
}
.ftMsgImportant {
	color: #A60000;
}
.ftMsgIndicatif {
	color: #009933;
}

.ftError {
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	background-color: #810612;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	line-height: 20px;
	height: 20px;
	margin: 5px;
}
.ftValidity {
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	background-color: #006600;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #009933;
	border-bottom-color: #009933;
	line-height: 20px;
	height: 20px;
	margin: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-left-width: thin;
}
.BtValider {
	color: #FFFFFF;
	background-color: #D3496B;
	border: 1px solid #C62A50;
}
.BtValider:hover {
	color: #FFFFFF;
	background-color: #C62A50;
	border: 1px solid #C62A50;
	cursor: pointer;
}

.BtInputOK {
	border: 1px solid #9e2644;
	background-image: url(../img/FondBtOk.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 20px;
	cursor: pointer;
}
