.tit1 { 
	font-family: Arial; 
	font-size: 18px; 
	font-weight: bold;
	color: #FFFFFF; 
	vertical-align: middle;
	cursor:default;
	}

.tit2 { 
	font-family: Arial; 
	font-size: 15px;
	font-weight: bold;
	color: yellow; 
	cursor: default;
	}
	
.text { 
	font-family: Arial; 
	font-size: 15px; 
	color: yellow; 
	cursor: default;
	}

.info {
	font-family: Arial; 
	font-size: 15px;
	font-weight: bold;
	color: red; 
	cursor: default;
	}

.select {
	font-family: Arial; 
	font-size: 15px; 
	font-weight: bold;
	color: #CCFFFF; 
	text-align: center;
	background-color: #6699CC;
	}
	
.bouton {
	font-family: Arial; 
	font-size: 15px; 
	color: white; 
	background-color: #006699;
	}
	
.input {
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold;
	color: white; 
	align: center;
	background-color: #000066;
	}
	
.flashHelp{
	font-family: Arial; 
	font-size: 12px; 
	color: #FFFFFF; 
	cursor: default;
	}
	
.lien{
	font-family: Arial; 
	font-size: 12px; 
	color: #FFFFFF; 
	cursor: pointer;
	}
	
.lienFlash{
	font-family: Arial; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-weight: bold;
	cursor: pointer;
}
	
/* FOND ET ASCENSSEUR --------------------------------------------------------------------------------- */
 
 /*
 scrollbar-face-color : modifie l'ascenceur lui-meme et le fond des boutons haut et bas, 
 scrollbar-arrow-color : modifie la couleur des fleches haut et bas de l'ascenceur 
 scrollbar-track-color : modifie la zone du fond de l'ascenceur 
 scrollbar-3dlight-color : modifie le filet haut et gauche de l'ascenceur et des boutons haut et bas 
 scrollbar-darkshadow-color : modifie le filet droit et bas de l'ascenceur et des boutons haut et bas 
 */
 
 body	{ 
 	background-color: #0000FF;
	scrollbar-face-color: #0000FF;
	scrollbar-arrow-color: #22455e; 
	scrollbar-track-color: #0000FF; 
	scrollbar-3dlight-color: #22455e; 
	scrollbar-darkshadow-color: #22455e;
	}


