﻿ /****STYLES DE MISE ENFORME DU TEXT *****/
.tJusti
{
	text-align: justify;
}
.tCenter
{
	text-align: center;
}

.tRight
{
	text-align: right;
}

.tLeft
{
	text-align: left;
}

.tGras
{
	font-weight: bolder;
}
.tItalic
{
	font-style: italic;
}

.tSouligne
{
	text-decoration: underline;
}

.tNoSouligne
{
	text-decoration: none;
}

.tMajuscule
{
	text-transform: uppercase;
}

.tMinuscule
{
	text-transform: lowercase;
}