.titre_authentification{
	padding-bottom			:	5px;
	color						:	#0c5893; 
	font-weight				:	bold;
}

.inputSmall_ia{
	font-size					:	10px;
	color						:	#00509F;
	width						:	100%;
}
/*
	cadre de page ou de bloc
*/
.cadre_no, .cadre_ne, .cadre_se, .cadre_so {
	width					: 10px;
	height					: 10px;
}

.cadre_no {
	background				: url(/outils/interface_administration/coin_no.gif) no-repeat top left;
}

.cadre_ne {
	background				: url(/outils/interface_administration/coin_ne.gif) no-repeat top right;
}

.cadre_se {
	background				: url(/outils/interface_administration/coin_se.gif) no-repeat bottom left;
}

.cadre_so {
	background				: url(/outils/interface_administration/coin_so.gif) no-repeat bottom right;
}

.cadre_top {
	width					: 100%;
	border-top				: solid 1px #0c5893;
}

.cadre_bottom {
	width					: 100%;
	border-bottom			: solid 1px #0c5893;
}

.cadre_left {
	border-left				: solid 1px #0c5893;
}

.cadre_right {
	border-right			: solid 1px #0c5893;
}

.btnOK {
	pointer				: hand;
	cursor				: hand;
	background			: url(/outils/interface_administration/btn_fleche_verte.gif) no-repeat;
	width					: 150px;
	height				: 25px;
	border				: 0;
	padding-left		: 40px;
	text-align			: left;
	font-weight			: normal;
	color					: #585858;
}

.btnOKOver {
	pointer				: hand;
	cursor				: hand;
	background			: url(/outils/interface_administration/btn_fleche_verte.gif) no-repeat;
	width					: 150px;
	height				: 25px;
	border				: 0;
	padding-left		: 40px;
	text-align			: left;
	font-weight			: normal;
	color					: #000;
}

.maintenance{
	margin-left			:	20px;
	background			:	url(/outils/authentification/maintenance.gif) no-repeat left;
	padding				:	20px 0 0 160px;
	color					:	#8C321D;
	font-size			:	14px;
	width					:	65%;
	height				:	150px; 
	text-align			:	left; 
}

.message_simple{
	font-weight					: 	bold;
	text-transform				: 	uppercase;
	letter-spacing				: 	1px;
	font-size					: 	12px;
	text-align					:	center;
	color							:	#8C321D;
}