/*
	feuille de design pour la mise en forme grace aux balises
*/


/* ########## POSITIONNEMENT ########## */

.centre
{
	text-align : center;
}

.droite
{
	text-align : right;
}

.gauche
{
	text-align : left;
}

.justifie
{
	text-align : justify;
}


/* ########## COULEURS ########## */

.rouge
{
	color : #FF0000;
}

.bleu
{
	color : #0000FF;
}

.vert
{
	color : #00CC00;
}

/* ########## TEXTE ########## */

.gras
{
	font-weight : bolder;
}

.italique
{
	font-style : italic;
}

.souligne
{
	text-decoration : underline;
}

.barre
{
	text-decoration : line-through;
}

