/*
== Librairie Vision Bookstore
== CSS Général
== 2007-04-09 Steve Chiasson
*/

.border-black { border-style: solid; border-width: 1px; border-color: black; }
.no-wrap      { white-space: nowrap; }
.right        { text-align: right; }
.left         { text-align: left; }
.justify      { text-align: justify; }
.center       { text-align: center; }
.bottom       { vertical-align: bottom; }
.top          { vertical-align: top; }
.no-margin    { margin: 0; padding: 0; }
.small-x      { font-size: 85%; }
.small-xx     { font-size: 70%; }
.large-x      { font-size: 115%; }
.large-xx     { font-size: 130%; }
.float-right  { float: right; }
.float-left   { float: left; }
.rel          { position: relative; }