/*	-------------------------------------------------------------
	Nom du client
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Polices
	Nom fichier:	style.css
	Version:		1.0
	Date:			29/07/2007
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Polices
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.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;}

/*	-------------------------------------------------------------
	Couleurs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.black {color:#000}
.bleu1 {color:#0791CE}
.bleu2 {color:#273767}
.bleu3 {color:#004F9A}
.bleu4 {color:#0A4665}
.bleu5 {color:#xxx}
.vert1 {color:#156000}
.white {color: #fff;}



/*	-------------------------------------------------------------
	Effets
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.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;}
.clear {clear:both}
