.a-white {
	font-family: Helvetica, Arial, Verdana,sans-serif;
	color: #FFFFFF;
	text-decoration: none;

}
.a-white:hover { text-decoration: underline;
		color: #FFFFFF;
		}
		
.a-stage {
	font-family: Helvetica, Arial, Verdana,sans-serif;
	color: #FFFFFF;
	text-decoration: underline;

}
.a-stage:hover { text-decoration: none;
		color: #FF9900;
		}

.a-black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration : none;
	font-size: 10px;
	
}
.a-black:hover {text-decoration: underline;
		color: #000000;
}


.a-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration : none;
}
.a-blue:hover {text-decoration: underline;
		color: #000066;
}

.a-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0033;
	text-decoration : none;
}
.a-red:hover {text-decoration: underline;
		color: #CC0033;
}

.filetCellule {
	border-top: none;
	border-right: 1px dashed #336699;
	border-bottom: 1px dashed #336699;
	border-left: 1px dashed #336699;
}

.filetCelluleAll {
	border-top: 1px dashed #336699;
	border-right: 1px dashed #336699;
	border-bottom: 1px dashed #336699;
	border-left: 1px dashed #336699;
}

.tiretsViolet {
	border-top: none;
	border-right: none;
	border-bottom: 1px dashed #660066;
	border-left: none;
}
.tiretsVioletGauche {
	border-top: none;
	border-right: none;
	border-bottom: 1px dashed #660066;
	border-left: 1px solid #333333;
}
.tiretsVioletDroite {
	border-top: none;
	border-right: 1px solid #333333;
	border-bottom: 1px dashed #660066;
	border-left: none;
}
.tiretsVioletGaucheDroite {
	border-top: none;
	border-right: 1px solid #333333;
	border-bottom: 1px dashed #660066;
	border-left: 1px solid #333333;
}
