A.admin {
	color: #FFCC00;
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

A.menuFederal {
	color: navy;
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.titre {
	color: #000080;
	font-family: arial, helvetica;
	font-size: 16px;
	font-weight: 800
}

.titreBlanc {
	color: #FFFFFF;
	font-family: arial, helvetica;
	font-size: 16px;
	font-weight: 800
}

.erreur {
	color: #CC3333;
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: 800
}

.bon {
	color: #33CC33;
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: 800
}

.msgAdmin {
	color: #013765;
	font-family: arial, helvetica;
	font-size: 12px
}

.avertissement {
	color: #013765;
	font-family: arial, helvetica;
	font-size: 14px;
	font-weight: 800
}

.url {
	color: #FFFFFF;
	font-family: arial, helvetica;
	font-size: 12px;
	font-style: italic
}

.listeURL {
	color: #CC3333;
	font-family: arial, helvetica;
	font-size: 14px;
	font-weight: 800
}

.listeGRP {
	color: #0000CC;
	font-family: arial, helvetica;
	font-size: 14px
}

/* Définitions pour les formulaires */
#formulaire {
	background-color:#6494DC;
	border: 2px solid #043464
}

	#formulaire TH.titreCategorie {
		background-color: #000080;
		font-family: arial, helvetica;
		font-size: 14px;
		color: #FFFFFF;
		font-weight: 800;
	}

	/* Boites de formulaire */
	#formulaire INPUT.OFF,SELECT.OFF,TEXTAREA.OFF {
		background-color: #1C5CA4;
		font-family: arial, helvetica;
		font-size: 10px;
		color: #FFFFFF;
		font-weight: 800;
		border-style: outset
	}
	
	#formulaire INPUT.ON,SELECT.ON,TEXTAREA.ON {
		background-color: #6494DC;
		font-family: arial, helvetica;
		font-size: 10px;
		color: #FFFFFF;
		font-weight: 800;
		border-style: inset
	}

	/* Boutons de formulaire */
	#formulaire INPUT.btnOFF {
		background-color: #FFFFFF;
		font-family: arial, helvetica;
		font-size: 10px;
		color: #043464;
		font-weight: 800;
		border-style: outset
	}
	
	#formulaire INPUT.btnON {
		background-color: #043464;
		font-family: arial, helvetica;
		font-size: 10px;
		color: #FFFFFF;
		font-weight: 800;
		border-style: inset
	}
	
	/* LABEL devant les cases de formulaire */
	#formulaire LABEL.ON, #liste LABEL.ON {
		font-family: arial, helvetica;
		font-size: 12px;
		color: #FCB404;
		font-weight: bold
	}
	
	#formulaire LABEL, #liste LABEL {
		font-family: arial, helvetica;
		font-size: 12px;
		color: white;
		font-weight: bold
	}
	
	#formulaire LABEL.ON, #liste LABEL.ON {
		font-family: arial, helvetica;
		font-size: 12px;
		color: #FCB404;
		font-weight: bold
	}
	
	#formulaire LABEL.DEPASSE {
		font-family: arial, helvetica;
		font-size: 12px;
		color: red;
		font-weight: bold
	}
	
	#formulaire LABEL.ALERTE {
		font-family: arial, helvetica;
		font-size: 12px;
		color: #FF3333;
		font-weight: bold
	}

#editor .selector, .selector {
	font-family: webdings;
	font-size: 12px;
	background-color: #8BA2D6;
	padding: 5pt;
	text-align: center;
	color: white;
	font-weight: bold
}

#editor TD, #editor TH {
	background-color: white
}

#editor .selector2, .selector2 {
	font-family: arial;
	font-size: 12px;
	background-color: #8BA2D6;
	padding: 0pt;
	text-align: center;
	color: white;
	font-weight: bold
}