.boutons {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	height: 30px; /* Pour Èviter que les listes dÈroulantes viennent se placer  ! droite des boutons. */
	list-style-type: none; }

.boutons a {
	margin: 12px 6px 6px 0px;
	width: 24px;
	height: 24px; }

/* ===========[ Boutons de mise en forme ]=========== */
.bouton_gras { background: url("images_sform/gras.png") no-repeat; float: left; }
.bouton_gras:active { background: url("images_sform/gras_active.png"); }

.bouton_italic { background: url("images_sform/italic.png") no-repeat; float: left; }
.bouton_italic:active { background: url("images_sform/italic_active.png"); }

.bouton_souligne { background: url("images_sform/souligne.png") no-repeat; float: left; }
.bouton_souligne:active { background: url("images_sform/souligne_active.png"); }

.bouton_barre { background: url("images_sform/barre.png") no-repeat; float: left; }
.bouton_barre:active { background: url("images_sform/barre_active.png"); }

.bouton_image { background: url("images_sform/image.png") no-repeat; float: left; }
.bouton_image:active { background: url("images_sform/image_active.png"); }

.bouton_lien { background: url("images_sform/lien.png") no-repeat; float: left; }
.bouton_lien:active { background: url("images_sform/lien_active.png"); }

.bouton_mailto { background: url("images_sform/mailto.png") no-repeat; float: left; }
.bouton_mailto:active { background: url("images_sform/mailto_active.png"); }

.bouton_citation { background: url("images_sform/citation.png") no-repeat; float: left; }
.bouton_citation:active { background: url("images_sform/citation_active.png"); }

.bouton_blockquote { background: url("images_sform/blockquote.png") no-repeat; float: left; }
.bouton_blockquote:active { background: url("../sform/images_sform/blockquote_active.png"); }

.bouton_liste { background: url("images_sform/liste.png") no-repeat; float: left; }
.bouton_liste:active { background: url("images_sform/liste_active.png"); }

.bouton_liste_ordonnee { background: url("images_sform/liste_ordonnee.png") no-repeat; float: left; }
.bouton_liste_ordonnee:active { background: url("images_sform/liste_ordonnee_active.png"); }

.bouton_liste_roman { background: url("images_sform/liste_roman.png") no-repeat; float: left; }
.bouton_liste_roman:active { background: url("images_sform/liste_roman_active.png"); }

.bouton_acronym { background: url("images_sform/acronyme.png") no-repeat; float: left; }
.bouton_acronym:active { background: url("images_sform/acronyme_active.png"); }

.bouton_exposant { background: url("images_sform/exposant.png") no-repeat; float: left; }
.bouton_exposant:active { background: url("images_sform/exposant_active.png"); }

.bouton_indice { background: url("images_sform/indice.png") no-repeat; float: left; }
.bouton_indice:active { background: url("images_sform/indice_active.png"); }

.bouton_hr { background: url("images_sform/hr.png") no-repeat; float: left; }
.bouton_hr:active { background: url("images_sform/hr_active.png"); }

.bouton_code { background: url("images_sform/code.png") no-repeat; float: left; }
.bouton_code:active { background: url("images_sform/code_active.png"); }

.bouton_blink { background: url("images_sform/blink.png") no-repeat; float: left; }
.bouton_blink:active { background: url("images_sform/blink_active.png"); }

.bouton_centrer { background: url("images_sform/centrer.png") no-repeat; float: left; }
.bouton_centrer:active { background: url("images_sform/centrer_active.png"); }