/*************************************
Style de Typographie Century
*************************************/

body {
	font-size: 		0.8em;
	font-family:  "Century Gothic", Verdana, sans-serif; 		/*police de caractère*/
}


h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

fieldset{
  font-weight: bold;
  font-size: 0.8em;
}


#site_nom h1
{
	font-size:1.5em;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	font-weight: bold;
}

/* Mise en forme du titre des pages */

div#site_contenu h3
{
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-weight: bold;
}

div#site_contenu p
{
	line-height: 2em ;
}


#site_bas_page {
	font-size:0.7em;
}

