/* POLICE */
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.tahoma {
	font-family: Tahoma, Arial, sans-serif;
}
.verdana {
	font-family: verdana, Arial, sans-serif;
}
.trebuchet {
	font-family: trebuchet, trebuchet ms, Arial, 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;
}
.italic {
	font-style: italic;
}
.souligne {
	text-decoration: underline;
}
.non-soulign {
	text-decoration: none;
}
.justify {
	text-align:justify;
	display: block;
}
.capital {
	text-transform: uppercase;
}
.smallcaps {
	font-variant: small-caps;
}
/* INTERLIGNAGE POLICE */
.inter9 {
	line-height: 9px;
}
.inter10 {
	line-height: 10px;
}
.inter11 {
	line-height: 11px;
}
.inter12 {
	line-height: 12px;
}
.inter13 {
	line-height: 13px;
}
.inter14 {
	line-height: 14px;
}
.inter15 {
	line-height: 15px;
}
.inter16 {
	line-height: 16px;
}
.inter17 {
	line-height: 17px;
}
.inter18 {
	line-height: 18px;
}
.inter19 {
	line-height: 19px;
}
.inter20 {
	line-height: 20px;
}
.inter21 {
	line-height: 21px;
}
.inter22 {
	line-height: 22px;
}
.inter23 {
	line-height: 23px;
}
.inter24 {
	line-height: 24px;
}
.inter25 {
	line-height: 25px;
}
/* TAILLE POLICE */
.taille9 {
	font-size: 9px;
}
.taille10 {
	font-size: 10px;
}
.taille11 {
	font-size: 11px;
}
.taille12 {
	font-size: 12px;
}
.taille13 {
	font-size: 13px;
}
.taille14 {
	font-size: 14px;
}
.taille15 {
	font-size: 15px;
}
.taille16 {
	font-size: 16px;
}
.taille17 {
	font-size: 17px;
}
.taille18 {
	font-size: 18px;
}
.taille19 {
	font-size: 19px;
}
.taille20 {
	font-size: 20px;
}
.taille21 {
	font-size: 21px;
}
.taille22 {
	font-size: 22px;
}
.taille23 {
	font-size: 23px;
}
.taille24 {
	font-size: 24px;
}
.taille25 {
	font-size: 25px;
}
.taille26 {
	font-size: 26px;
}
.taille27 {
	font-size: 27px;
}
.taille28 {
	font-size: 28px;
}