.plusgros
{
	font-size:1em;
}
.gras
{
	font-weight:bold;
}
.souligne
{
	text-decoration:underline;
}
.barre
{
	text-decoration:line-through;
}
.italique
{
	font-style:italic;
}
.citation
{
	border:1px #464646 solid;
	margin:5px;
	margin-top:1px;
	padding:3px;
	width:80%;
	background:#f6f6f6;
	font-weight:normal;
}
.citation_total
{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}

/* Position */
.pos_gauche
{
	text-align:left;
}
.pos_centre
{
	text-align:center;
}
.pos_droite
{
	text-align:right;
}
.pos_justifie
{
	text-align:justify;
}

/* Couleur */
.cou_bleu
{
	color: blue;
}

.cou_vert
{
	color: green;
}

.cou_rouge
{
	color: red;
}

.cou_gris
{
	color: gray;
}

.cou_jaune
{
	color: yellow;
}

.cou_violet
{
	color: #9900FF;
}

.cou_marron
{
	color: maroon;
}

.cou_blanc
{
	color: white;
}

.cou_orange
{
	color: #FF9900;
}
/* Taille */
.tai_ttpetit
{
	font-size: xx-small;
}

.tai_tpetit
{
	font-size: x-small;
}

.tai_petit
{
	font-size: small;
}

.tai_grand
{
	font-size: large;
}

.tai_tgrand
{
	font-size: x-large;
}

.tai_ttgrand
{
	font-size: xx-large;
}

/* Flottant */

.flot_gauche
{
	float: left;
	clear: left;
}

.flot_droite
{
	float: right;
	clear: right;
}
