/* Taille du texte */
.t5 { font-size: 5px }
.t10 { font-size: 10px }
.t11 { font-size: 11px }
.t12 { font-size: 12px }
.t13 { font-size: 13px }
.t14 { font-size: 14px }
.t15 { font-size: 15px }
.t16 { font-size: 16px }
.t18 { font-size: 18px }

/* Couleur du texte */
.no { color: #000000 ; }
.ro { color: #CC0000 ; }
.bl { color: #000066 ; }
.ve { color: #006600 ; }
.wh { color: #FFFFFF ; }
.ja { color: #FFCC00 ; }
.or { color: #666600 ; }
.or2 { color: #B48C58 ; }
.gr { color: #666666 ; }
.ma { color: #816956 ; }

/* Style du texte */
.fin { font-weight: 100 ; }
.nor { font-weight: 400 ; }
.gra { font-weight: 550 ; }
.bol { font-weight: 700 ; }
.ita { font-style: italic ; }
.pma { font-variant: small-caps ; }
.maj { text-transform: uppercase ; }
.min { text-transform: lowercase ; }
.ini { text-transform: capitalize ; }
.sou { text-decoration: underline; }
.bar { text-decoration: line-through ; }
.sur { background-color: #FFFF66 ; }

/* Style des liens */
a { text-decoration: none ; }
a:link { text-decoration: none ; color: #0000CC ; }
a:visited { text-decoration: none ; color: #0000CC ; }
a:active { text-decoration: none ; color:#FF0000 ; }
a:hover { text-decoration: none ; color:#FF0000 ; }

/* Style des éléments de formulaires */
input, select, textarea { font-size: 11px ; }

/* Alignement du texte */
.ga { text-align: left ; }
.dr { text-align: right ; }
.ce { text-align: center ; }
.ju { text-align: justify ; }

/* Espacement vertical du texte */
.ae { line-height: 135% ; }