/* Le document lui-même */
body {
  min-height:   800px;
  width:        1000px;
  min-width:    1000px;
  margin-left:  auto;
  margin-right: auto;
  padding:      0px;
  font-family:  georgia,geneva,arial,tahoma,sans-serif;
  background:   transparent url("../Images/fond.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center center; 
  background-color: #e0e0e0;
}

/* les entêtes (général) */
h1,h2,h3,h4,h5,h6 {
  font-family: georgia,geneva,arial,tahoma,sans-serif;
  line-height: 1.2em;
  font-weight: bold;
  margin:      0px;
  padding:     0px;
}

/* les paragraphes (général) */
p {
  margin:      3px;
  font-family: georgia,geneva,arial,tahoma,sans-serif;
}

/* Pseudo classes pour les liens */
a, a:link { text-decoration:   none;
  color:       #3030a0; }

a:visited { text-decoration:   none;
  color:       #303060; }

a:hover { text-decoration:   none;
  color:       #0000ff; } 

.clear { clear:        both; }

