.rose 	{ color: fuchsia; }
.rouge	{ color: red; }
.orange	{ color: rgb(236, 118, 0); }
.jaune	{ color: yellow; }
.vertc	{ color: lime; }
.vertf	{ color: green; }
.olive	{ color: olive; }
.turquoise	{ color: aqua; }
.bleugris	{ color: teal; }
.bleu	{ color: blue; }
.marine	{ color: navy; }
.violet	{ color: purple; }
.marron	{ color: maroon; }
.noir	{ color: black; }
.gris	{ color: rgb(100, 100, 100); }
.argent	{ color: silver; }
.blanc	{ color: white; }


.ttpetit{ font-size: xx-small; }
.tpetit	{ font-size: x-small; }
.petit	{ font-size: small; }
.gros	{ font-size: large; }
.tgros	{ font-size: x-large; }
.ttgros	{ font-size: xx-large; }

.gras{font-weight:bold;}
.italique{font-style:italic;}
.underline{text-decoration:underline;}

#prev{
	border: 1px dashed #000000;
	padding: 5px;}