/* ----------------------------- */
/*  =     styles de base         */
/* ----------------------------- */


/* page */

html { 
  font-size: 100%;
}

body { 
  width: 740px; 
  height: auto;
  margin: 0 auto;
  padding-top: 20px; 
  font-family: "Helvetica", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, FreeSans, sans-serif;

  font-size: 0.8em;
  line-height: 1.4;
  color: #000; 
} 
 
/* titres */

h1 { 
  display: inline-block;
  margin: 0 0 8px 0;
  font-family: "NewRegular", "Lucida Grande",Tahoma, "Trebuchet MS", Arial, Helvetica, FreeSans, sans-serif;
  font-weight: normal;
  font-size: 1.8em;
}

h1 a, h1 a:visited, h1 a:hover, h1 a:focus {
  text-decoration: none;
  color: #000;
}

.gris_clair {color : #9c0}

.gris_fonce {color : #000}

h2 {
  color: #000;
  font-size: 1.6em;
  font-weight: normal;
}
 
/* listes */

ul { 
  margin: 0 0 0 25px; 
  padding: 0;
}
 
li {
  padding-left: 2px;
  margin: 0 0 0 0;
}
 
/* paragraphes */

p { 
  margin: .75em 0;
} 

/* ----------------------------- */
/*  =     blocs                  */
/* ----------------------------- */

header, nav, footer, figure, section {
  display: block;
}

/* header */ 

header {
  position: relative;
  border-bottom: 1px solid #eee;
}

header nav {
  position: absolute;
  right: 0;
  bottom: 15px;
  font: 1.2em "NewRegular", "Lucida Grande",Tahoma, "Trebuchet MS", Arial, Helvetica, FreeSans, sans-serif;
}

header nav a {
  position: relative;
  color: #000;
  text-decoration: none;
  padding: 4px 7px;
  background-color: #eee;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

header nav a:hover, header nav a:focus {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 4px 7px;
  background-color: #9c0;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

/* content */ 

#content {
  width: 740px; 
  height: auto;
  margin: 0 auto;
  padding-top: 20px;
}

#content a {
  color: #000;
  text-decoration: underline;
}

#content a:hover, content a:focus {
  color: #9c0;
  text-decoration: underline;
}

/* footer */ 

footer {
  width: 740px;
  margin: 30px auto;
  padding-right: 0px;
  font-size: 0.8em;
  color: #000;
  text-align: center;
  background-color: #eee;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

footer a {
  text-decoration: underline;
  color: #000;
}

footer a:hover, footer a:focus {
  text-decoration: underline;
  color: #000;
}
