.bsform_gras { font-weight: bold; }
.bsform_italique { font-style: italic; }
.bsform_souligne { text-decoration: underline; }
.bsform_barre { text-decoration: line-through; }
.bsform_exposant { vertical-align: super; font-size: 0.75em; }
.bsform_indice { vertical-align: sub; font-size: 0.75em; }
.bsform_clignotant { text-decoration: blink; }


.bsform_couleur_noir { color: black; }
.bsform_couleur_gris { color: gray; }
.bsform_couleur_argent { color: silver; }
.bsform_couleur_blanc { color: white; }
.bsform_couleur_jaune { color: yellow; }
.bsform_couleur_orange { color: orange; }
.bsform_couleur_rose { color: pink; }
.bsform_couleur_fuchsia { color: fuchsia; }
.bsform_couleur_rouge { color: red; }
.bsform_couleur_vert-clair { color: lime; }
.bsform_couleur_vert-fonce { color: green; }
.bsform_couleur_olive { color: olive; }
.bsform_couleur_bleu-vert { color: teal; }
.bsform_couleur_turquoise { color: aqua; }
.bsform_couleur_bleu { color: blue; }
.bsform_couleur_marine { color: navy; }
.bsform_couleur_violet { color: purple; }
.bsform_couleur_marron { color: maroon; }


.bsform_taille_tres-petite { font-size: 0.75em; }
.bsform_taille_petite { font-size: 0.85em; }
.bsform_taille_grande { font-size: 1.5em; }
.bsform_taille_tres-grande { font-size: 2em; }
.bsform_taille_enorme { font-size: 3em; }


.bsform_alignement_justifie { text-align: justify; }
.bsform_alignement_gauche { text-align: left; }
.bsform_alignement_centre { text-align: center; }
.bsform_alignement_droite { text-align: right; }


.bsform_flottant_gauche { float: left; }
.bsform_flottant_droite { float: right; }
.bsform_flottant_gauche, .bsform_flottant_droite { margin: 1em; }


.bsform_fond_noir { background-color: black; }
.bsform_fond_gris { background-color: gray; }
.bsform_fond_argent { background-color: silver; }
.bsform_fond_blanc { background-color: white; }
.bsform_fond_jaune { background-color: yellow; }
.bsform_fond_orange { background-color: orange; }
.bsform_fond_rose { background-color: pink; }
.bsform_fond_fuchsia { background-color: fuchsia; }
.bsform_fond_rouge { background-color: red; }
.bsform_fond_vert-clair { background-color: lime; }
.bsform_fond_vert-fonce { background-color: green; }
.bsform_fond_olive { background-color: olive; }
.bsform_fond_bleu-vert { background-color: teal; }
.bsform_fond_turquoise { background-color: aqua; }
.bsform_fond_bleu { background-color: blue; }
.bsform_fond_marine { background-color: navy; }
.bsform_fond_violet { background-color: purple; }
.bsform_fond_marron { background-color: maroon; }


.bsform_liste_a_puces { }
.bsform_puce { list-style-image: url("../../pictures/misty-flash/puce_menu_gauche.png"); }


.bsform_citation
{
	margin: 5px;
}
.bsform_citation .bsform_citation_titre
{
	text-indent: 10px;
	font-weight: bold;
}
.bsform_citation .bsform_citation_contenu
{
	border: 1px dashed #2FA5E9;
	padding: 5px;
	text-align: justify;
}


hr[class='division_du_bscode']
{
	border-top: 1px solid #FFC65E;
	border-bottom: 1px solid #FFC65E;
	width: 92%;
}
#iframe a, #iframe a:visited
{
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: black;
}
#iframe a:hover
{
	text-decoration: underline;
	color: #DF4645;
}
a:active, a:focus
{
	background-image: url("../../pictures/misty-flash/a_hover.png");
}