/*	-------------------------------------------------------------
	GROUPE CELA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Polices
	Nom fichier:	style.css
	Version:		1.0
	Date:			5/12/2007
	-------------------------------------------------------------	*/

/* TAILLES */
.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 */s
.black {color:#000}
.white {color: #fff;}
.marine {color:#113B6A}
.marron {color:#6B4701}




/* AUTRES COULEURS */
.adresse {color:#515A9C}


/* 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;}

