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

.centre { text-align: center; }
.gauche { text-align: left; }
.droite { text-align: right; }
.justifie { text-align: justify; }

a {
	outline : none;
	cursor:pointer;
}

a img {
	cursor:pointer;
}

.hidde { display:none; }

.flot_gauche { float: left; margin:0px 6px 6px 0px; }
.flot_droite { float: right; margin:0px 0px 6px 6px; }

.smileys { vertical-align:middle; }

.orange { color: rgb(236, 118, 0); }
.marron { color: maroon; }
.vertf { color: green; }
.olive { color: olive; }
.marine { color: navy; }
.violet { color: purple; }
.bleugris { color: teal; }
.argent { color: silver; }
.gris { color: rgb(100, 100, 100); }
.rouge { color: red; }
.vertc { color: lime; }
.jaune { color: yellow; }
.bleu { color: blue; }
.rose { color: fuchsia; }
.turquoise { color: aqua; }
.blanc { color: #FFF; }
.vert_aide { color: #5A8E0F; }
.justifie { text-align: justify; }
.clear { clear:both; }

.arial { font-family: Arial, serif; }
.times { font-family: Times, serif; }
.courrier { font-family: Courier, serif; }
.impact { font-family: Impact, serif; }
.geneva { font-family: Geneva, serif; }
.optima { font-family: Optima, serif; }

.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; }

