/*	-------------------------------------------------------------
	Nom du client
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Polices
	Nom fichier:	style.css
	Version:		1.0
	Date:			29/07/2007
	-------------------------------------------------------------	*/

.s10  {font-size: 10px;}
.s11  {font-size: 11px;}
.s12  {font-size: 12px;}
.s13  {font-size: 13px;}
.s14  {font-size: 14px;}
.s15  {font-size: 15px;}
.s16  {font-size: 16px;}

.black {color:#000}
.turquoise {color:#80D7F4}
.white {color: #fff;}

.bold {font-weight: bold;}
.italic {font-style:italic}
.uppercase {text-transform:uppercase}
.lowercase {text-transform:lowercase}
.capitalize {text-transform: capitalize}
.underline {text-decoration:underline}
A.over, .over  {text-decoration : none;}
A:hover.over {text-decoration : underline;}
