/*	-------------------------------------------------------------
	Nom du client
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Polices
	Nom fichier:	style.css
	Version:		1.0
	Date:			24/09/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;}
.s17  {font-size: 17px;}
.s18  {font-size: 18px;}
.s22  {font-size: 22px;}


/* COULEURS */
.beige1 {color:#ACA58F}
.beige2 {color:#93745A}
.black {color:#000}
.gris1 {color:#5F5D53/*85806D*/}
.marron1 {color:#765552}
.marron2 {color:#77593F}
.marron3 {color:#98826E}
.marron4 {color:#341E19}
.marron5 {color:#6E5744}
.marron6 {color:#3A1C1C}




.vert1 {color:#7A700A}
.vert2 {color:#CBE01E}
.vert3 {color: #CBE01E;} 
.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;}


/* ALIGNEMENT */
.left {text-align:left}
.centertt {text-align:center}
.right {text-align:right}
.justify {text-align:justify}


/* POLICES */
.police1 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
.police2 {font-family: Arial, Helvetica, sans-serif}




