/*
 * Martine Waltzer | graphic design sŕrl
 * $Id: default.css 41 2005-09-06 13:42:35Z Oliv $
 *
 * (c) 2005 Le Petit Atelier de Génie logiciel, http://www.petit-atelier.ch/
 */

body, th, td { font-family: 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; }

/* Text elements */
p, ul, ol, li, h1, h2, h3, h4 { line-height: 1.5em; margin-top: .5em; margin-bottom: 0; }

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; }

.soft, .legend { color: #999; }
strong, .strong { font-weight: bold; }

/* eof */
