/*	-------------------------------------------------------------
	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;}
.s17  {font-size: 16px;}
.s18  {font-size: 18px;}
.s20  {font-size: 20px;}


.beige {color:#B39D7B}
.black {color:#000}
.carmin {color:#830708}
.marine {color:#2F2860}
.marine2 {color:#2B2784}
.marine3 {color:#354374}
.marine4 {color:#293687}
.marine5 {color:#07384f}


.marron {color:#886F46}
.marron2 {color:#854A0D}
.marron3 {color:#B39D7B}
.marron4 {color:#85755B}
.mauve1 {color:#8198c7}
.orange {color:#F18A00}
.orange2 {color:#EC7904}
.rouge {color:#D61906}
.turquoise {color:#0072CC}
.turquoise2 {color:#5B89EC}
.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;}
.linethrough {text-decoration:line-through;}


A.over, .over  {text-decoration : none;}
A:hover.over {text-decoration : underline;}


.typea {font-family: Arial, Helvetica, sans-serif;}