/*
 * @author Stephane Bullier
 * @lastmodified Mar, 26 2008
 * @media print, screen
 * @site http://www.dms.com/
 */


/* BODY */
html,body {
  height:100%;
}

body {
  /* background:#fff url(../images/gauche.png) left top repeat-y; */
  background-color: #EBEBEB;
  color: #828080;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
  font-size: 0.7em;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 1.7em;
}

h2 {
  font-size: 1.5em;
  color: #556485; /* Bleu */
}

h3 {
  font-size: 1.3em;
  color: #828080;
}

h4, h5, h6 {
  font-size: 1em;
}

/* PARAGRAPHS
p {margin: 0.5em 0}*/

/* LINKS */
a {
  color:#828080;
  text-decoration: underline;
}

a:hover {
  color:#000000;
  text-decoration:underline;
}

a img {
  border:none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}

p {
  line-height:1.25em;
  margin:0.5em 0pt;
}

