/**
 * @author        Jacques Bodin-Hullin <http://www.bodin-hullin.net>
 * @author        Damien Carre         <http://www.carredamien.com>
 * @copyright     (C) 2008 Zen-2.fr
 * @license       All rights reserved
 */

/*Selecteur global*/
* {
   padding: 0;
   margin: 0;
   font-size: 100%;
}

/*Body*/
body {
   font-size: 13px;
   font-family: Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
   color: black;
   text-align: center;
   margin: 0 auto 0 auto;
   /*overflow: hidden;*/
}

/*Les titres*/
h1 { font-size: 25px; }
h2 { font-size: 23px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }

/*Les liens*/
a { text-decoration: none; }
a:hover { text-decoration: underline; }
