.espaceur { clear: both; height: 10px; margin: 0; padding: 0; border: 0; line-height: 10px; font-size: 1px; }

.block { display: block }

.left { left: 0 }
.right { right: 0 }
.top { top: 0 }
.bottom { bottom: 0 }

.float_right { float: right }
.float_left { float: left }

/* Gestion des tailles de police selon des classe : 'font_10 / 09 / 08 / 11 etc, chiffres : 'em' */
.font_11 { font-size: 1.1em }
.font_10 { font-size: 1em }
.font_09 { font-size: 0.9em }
.font_08 { font-size: 0.8em }

/* Alignement horizontal */
.horizontal_left { text-align: left }
.horizontal_center { text-align: center }
.horizontal_right { text-align: right }
.horizontal_justify { text-align: justify }

/* Alignement vertical */
.vertical_top { vertical-align: top }
.vertical_center { vertical-align: middle }
.vertical_bottom { vertical-align: bottom }
.vertical_base { vertical-align: baseline }

#ongletools { height: 30px; padding: 0; margin: 0.2em; }
#ongletools img { padding: 5px; }

#accessibility { font-size:0.9em; margin: 1em; padding: 1em; border: 1px solid #cccccc; }
