/* POLICE */
.arial {
	font-family: Arial, Helvetica, sans-serif;
}

/* EFFET POLICE */
a:link {
	color:#FFFFFF
	text-decoration: none;
}
a:visited {
	color:#FFFFFF
	text-decoration: none;
}
a:hover {
	color:#FFFFFF
	text-decoration: underline;
}
a:active {
	color:#FFFFFF
	text-decoration: none;
}
.bold {
	font-weight: bold;
	font-variant: normal;
}
/* INTERLIGNAGE POLICE */
.inter15 {
	line-height: 15px;
}
.inter16 {
	line-height: 16px;
}
.inter17 {
	line-height: 17px;
}
/* TAILLE POLICE */
.taille13 {
	font-size: 13px;
}
.taille14 {
	font-size: 14px;
}
.taille15 {
	font-size: 15px;
}
.taille16 {
	font-size: 16px;
}
/* COULEURS */
.red {
	color: #C30003;
}
.grey {
	color: #54585b;
}
.blanc {
	color: #ffffff;
}

