A {
	text-decoration: none
}

A:hover {
	text-decoration: underline
}

A.menu {
	color: #000096;
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: 800;
}

A.liste {
	color: #FF0000;
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: 800;
}

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

.titreSTATION {
	color: #FF0000;
	font-family: arial, helvetica;
	font-size: 18px;
	font-weight: 800
}

LABEL {
	color: #000096;
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: 600
}

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

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

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

	/* Boites de formulaire */
	#formulaire INPUT.OFF,SELECT.OFF,TEXTAREA.OFF {
		background-color: #000096;
		font-family: arial, helvetica;
		font-size: 10px;
		color: #FFFFFF;
		font-weight: 800;
		border-style: outset
	}
	
	#formulaire INPUT.ON,SELECT.ON,TEXTAREA.ON {
		background-color: #9999FF;
		font-family: arial, helvetica;
		font-size: 10px;
		color: #FFFFFF;
		font-weight: 800;
		border-style: inset
	}
	
.listeURL {
	color: #CC3333;
	font-family: arial, helvetica;
	font-size: 14px;
	font-weight: 800
}