/*	COULEURS ///////////////////////////////////////// */
.blanc{			color:			#FFFFFF;}
.jaune{			color:			#f8b500;}
.magenta{		color:			#9f1935;}
.noir{			color:			#000000;}

/*	SIZES //////////////////////////////////////////// */
.size8{			font-size:		8px;}
.size9{			font-size:		9px;}
.size10{		font-size:		10px;}
.size11{		font-size:		11px;}
.size12{		font-size:		12px;}
.size14{		font-size:		14px;}
.size16{		font-size:		16px;}
.size18{		font-size:		18px;}

/*	WEIGHTS ////////////////////////////////////////// */
.normal{		font-weight:	normal;}
.bold{			font-weight:	bold;}

/*	STYLES /////////////////////////////////////////// */
.italic{		font-style:		italic;}
.toupper{		text-transform: uppercase;}
.justify{		text-align:		justify;}

/*	LIENS //////////////////////////////////////////// */

/*	AUTRES /////////////////////////////////////////// */
.clear		{clear:both;}


a img{ border:0;}