/**************************************
 * $Id$
 *
 * Goélette Web Agency
 * http: //www.goelette.net/
 * Christian Lescuyer <cl@goelette.net>
 *
 * Copyright (c)2004 Goélette
 *
 *************************************/

/* Reset defaults to known values */
* {
  padding:0;
  margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
  margin: 0 0;
}

li, dd {
  margin-left: 20px;
}

fieldset {
  padding: 0;
}

/* Simple settings for old navigators */
body {
  background-color: white;
  font: italic 93%/1.3em  Georgia, "Times New Roman", Times, Serif;
  color: #82005c;
}

h1 {
  font: 200%/1.2em  Georgia, "Times New Roman", Times, Serif;
}

h2 {
  font: 150%/1.2em  Georgia, "Times New Roman", Times, Serif;
  padding: 15px 0 5px 0;
}

p, li {
  padding: 8px 0 5px 0;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #C70B7B;
}

a.savoir-plus {
  text-decoration: none;
  font: bold 80%/1.2em Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: right;
  color: #FC3DEF;
}

a:visited {
  color: #FB96F4;
}

a:hover {
  color: #FB0680;
}
img {
  border: 0;
}

li li {
  margin-left: 1px;
  line-height: 1.1em;
}

sup {
  font-size: 75%;
}


