/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */

/* Design et CSS crees par f.pradignac */
/* www.fpradignac.com */

/* structure
--------------------------------- */
html {
  font-size: 100%;
}

body {
  background : #ccc url("./data/fond.jpg") repeat top center;
  margin: 0;
  padding: 0;
  font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
  color: #444444;
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
}

a {
  color: maroon;
  text-decoration: none;
  word-spacing: 2px;
}

a:link,
a:visited {
  color: maroon;
  text-decoration: underline;
  word-spacing: 2px;
}
a:hover,
a:active {
  color: #555555;
  word-spacing: 2px;
  text-decoration: underline overline;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

.clear {
  clear: both;
  height: 1px;
  margin: 0;
  padding: 0;
}


/* cacher
------------------------- */
h1 span a strong,
#nav,
#ariane h3,
#ariane span,
#aside,
.accesskey {
  display: none;
}

#corps {
  margin: 0 auto;
  padding: 0;
  width: 950px;
  text-align: center;
}

#header {
  position: relative;
  display: block;
  top: 32px;
  width: 960px;
  height: 600px;
  margin: 0 auto;
  text-align: left;
}

#entetePage h1 a {
  display: block;
  margin: 0;
  padding: 0;
  width: 950px;
  height: 600px;
}