POUR CHANGER LA TAILLE
.box {font-size: 20px; }
POUR LE SOULIGNER
.box {text-decoration:underline ; }
POUR CHANGER SA COULEUR
.box {color:red; }
POUR LE METTRE EN ITALIQUE
.box {font-style: italic; }
POUR LE CENTRER
.box { text-align:center; }
POUR LE METTRE EN GRAS
.box {font-weight:bold;}
POUR ENLEVER LE GRAS
.box {font-weight:none; }
POUR CHANGER LA POLICE
.box {font-family: Comic Sans MS;}