

/* ----------------------------- */
/*  ==     Styles de base        */
/* ----------------------------- */

/* Page */ 
html { 
	padding: 60px 30px 0 60px;
  	font-size: 62.5%;
  	background: #e1bebe; 
} 
body { 
	font-family: "Century Gothic", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, FreeSans, sans-serif;
	font-size: 14px; font-size: 1.4rem;
	line-height: 1.5;
} 



/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:focus, a:active { 
  outline: none; 
} 



/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
  vertical-align: bottom;
} 
 


/* ----------------------------- */
/*  ==     Blocs                 */
/* ----------------------------- */

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

/* Header */ 
header h3 { 
  /*display: inline-block;*/
  margin: 0 0 20px 0;
  font-family: 'Amaranth', "Lucida Grande",Tahoma, "Trebuchet MS", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 30px; 
  text-align: center;
  /*line-height: 0.8;*/
  color: white;
  text-shadow: 0px 0px 5px #fff; 
} 


section {
  text-align: center;
}


/* Footer */ 

footer {
	text-align: center;
	font-weight: bold;
   font-size: 16px;
}
