@charset "utf-8";
.ft_Titre, H1 {
	font-size: 13px;
	color: #F3a80d;
	font-weight: bold;
}
.ft_SousTitre, H2 {
	font-size: 12px;
	color: #F3a80d;
}
.ft_Paragraphe, H3 {
	font-size: 12px;
	color: #FFFFFF;
}

.ft_Txt {
	font-size: 11px;
	color: #CCCCCC;
}
.LienGrosJaune   {
	color: #F3a80d;
	font-size: 13px;
	font-weight: bold;
}
.ftMsgImportant {
	color: #A60000;
}
.ftMsgIndicatif {
	color: #009933;
}

.ftError {
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	background-color: #990000;
	text-align: center;
	line-height: 20px;
	margin: 5px;
	border: 1px solid #FF0000;
}
.ftValidity {
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	background-color: #009900;
	text-align: center;
	line-height: 20px;
	margin: 5px;
	border: 1px solid #00CC00;
}
.BtValider {
	color: #FFFFFF;
	background-color: #D3496B;
	border: 1px solid #C62A50;
}
.BtValider:hover {
	color: #FFFFFF;
	background-color: #C62A50;
	border: 1px solid #C62A50;
	cursor: pointer;
}


.BtInputOK {
	/*background-color: #D52048;
	border: 1px solid #999999;*/
	border: 1px solid #9e2644;
	background-image: url(../../../En_cours/Portail_AS-Technologies/www/img/fond_button.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-bottom:4px;
	height: 23px;
	cursor: pointer;
}




.ftPaginationDefault {
	color: #d6345c;
}
.ftPaginationActuel {
	color: #d6345c;
	font-weight: bold;
}
.ftPaginationLien {
	color: #235798;
}
.ft_Txt_Surligner {
	color: #F3a80d;
}
