/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* CLASSES UTILISEES DANS TINYMCE                      */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
.align_centrer, #contenu .align_centrer, #contenu .centrer {
	text-align: center;
}

.align_droite, #contenu .align_droite {
	text-align: right;
}

.align_gauche, #contenu .align_gauche {
	text-align: left;
}

.align_justifier, #contenu .align_justifier, #contenu .justifier {
	text-align: justify;
}

.float_droite, #contenu .float_droite, .right {
	float: right;
}

.float_gauche, #contenu .float_gauche, .left {
	float: left;
}