.fl, .flot_gauche { float: left; } /*.flot_gauche sert pour le zCode */
.fr, .flot_droite { float: right;} /*.flot_droite sert pour le zCode */

.flot_gauche, .flot_droite {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
 
.dnone{ display: none; }
.dinline{ display: inline; }
.dblock{ display: block; }
 
.orange, .couleur_valid  { color: #EC7600; }
.noir { color: black; }
.marron { color: maroon; }
.vertf, .couleur_newser  { color: green; }
.olive { color: olive; }
.marine { color: navy; }
.violet { color: purple; }
.bleugris { color: teal; }
.argent { color: silver; }
.gris { color: #646464; }
.rouge, .couleur_admin { color: red; }
.vertc { color: lime; }
.jaune { color: yellow; }
.bleu, .couleur_modo { color: blue; }
.rose { color: fuchsia; }
.turquoise { color: aqua; }
.blanc { color: white; }
 
.t_petit { font-size: x-small; }
.petit { font-size: small; }
.gros { font-size: large; }
.t_gros { font-size: x-large; }
.fontsize_09 { font-size: 0.9em; }
.fontsize_08 { font-size: 0.8em; }
 
.vcentre { vertical-align: middle !important; }
 
.centrer { text-align: center; }
.gauche { text-align: left; }
.droite { text-align: right; }
.justifie { text-align: justify; }
 
.italique { font-style: italic; }
.gras { font-weight:bold; }
 
.liste_i { list-style-type: lower-roman; }
.liste_I { list-style-type: upper-roman; }
.liste_a { list-style-type: lower-latin; }
.liste_A { list-style-type: upper-latin; }
.liste_1 { list-style-type: decimal; }
.liste_rectangle { list-style-type: square; }
.liste_cercle { list-style-type: circle; }
.liste_disque { list-style-type: disc; }
.liste_defaut {	list-style-image: url("img/zcode/liste_img.png");}
 
.clearer { clear: both; }
 
.margin_1em { margin: 1em; }
 
 
a img:active { background: none; }
img { border: none;	vertical-align: middle; }
