@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #64584c;
	font-size: 100%;
}

/**************
				LAYOUT GÉNÉRAL  ************/
#tuperware {
}

#page {
	width:900px;
	margin: 15px auto;
}


/**************
				TEXT FORMATS  ************/
p {
	font-size: 0.8em;
	color: #4F4841;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

h1 {
	font-size: 1.8em;
	margin: 0;
	color: #4c3b40;
	line-height: 1.8em;
	letter-spacing:0.1em;
}

h2 {
	font-size:1.3em;
	margin:0;
	color: #69635c;
	line-height: 1.3em;
	letter-spacing:0.1em;
}

h3 {
	font-size: 1em;
	color: #4c3b40;
	line-height: 1em;
	letter-spacing: 0.1em;
}

#entete {
	text-align:center;
}

#pied {
	font-size: 0.8em;
	text-align: right;
}

/**************
				LINK FORMATS  ************/

a, a:link, a:visited, a:active {
	color: #677175;
	text-decoration: none;
}

a:hover {
	color: #673c3c;
	text-decoration: none;
}

/**************
				PAGES CHIFFRES FORMATS  ************/

.chiffres #contenu p a {
	color: #4F4841;
	/*letter-spacing: -0.16em;*/
}

.chiffres h1 a {
	color: #4c3b40;
}

.chiffres h2 a {
	color: #69635c;
}

.chiffres h3 a {
	color: #4c3b40;
}

.chiffres #pied p a {
	color: #4F4841;
}