/*
 * Billy The Kid
 * $Id: default.css 91 2008-10-03 15:45:11Z olange@petit-atelier.ch $
 *
 * (c) 2005-2008 Le Petit Atelier de Génie logiciel, http://www.petit-atelier.ch/
 */

body, th, td { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 12px; }
body { background-color: #FFF; }

/* Containers */
#mainLayout { margin: 0px; padding: 0px; border-collapse: collapse; text-align: center; vertical-align: center; }
#regBody { margin: 5em 2em 5em 8em; }
.col1 { padding-right: 2em; }

/* Text elements */
p, ul, ol, li, h1, h2, h3, h4 { line-height: 1.5em; margin-top: .5em; margin-bottom: 0; }
h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; }
h1, h2 { margin-top: 1em; margin-bottom: .5em; }
h2 { font-size: 140%; }

img { border: 0px; }
img.float-right { float: right; margin-left: 0.5em;  margin-right: -20px; }
img.float-left { float: left; margin-right: 0.5em; }

a:visited { color: #880000; text-decoration: none; } /* !NN ne prend pas couleur en compte */
a, a:active { color: #CC0000; text-decoration: none; }
a:hover { color: #CC0000; text-decoration: underline; }
a.external { padding-right: 9px; background: url("../img/link-external.gif") center right no-repeat; }

.soft, .legend { color: #999; }
strong, .strong { font-weight: bold; }
.legend { font-size: 91%; }
big, .big { font-size: 140%; }

.space, .space-before { margin-top: 1.5em; }
.space, .space-after { margin-bottom: 1.5em; }

/* eof */
