*{
	font-family:"Century Gothic", verdana;
	font-size:12px;
}

html {
	margin: 0;
	padding: 0;
	height:100%;
}
	
body { 
	margin: 0; 
	padding: 0;
	height:100%;
	background-color:#ddd1c6;
}

/* A's */
a, a:link, a:hover, a:visited {
	outline:none;
}

/* H's */
H1, H1 a, H1 a:link, H1 a:visited {
	color:#891f18;
	font-family: "Century gothic", Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0;
}

H1 a:hover {
	color:#8E837A;
	font-family: "Century gothic", Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0;
}

H2, H2 a, H2 a:link, H2 a:visited {
	color:#891f18;
	font-family: "Century gothic", Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
}

H2 a:hover {
	color:#8E837A;
	font-family: "Century gothic", Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
}

H3, H3 a, H3 a:link, H3 a:visited {
	color:#891f18;
	font-family: "Century gothic", Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0;
}

H3 a:hover {
	color:#8E837A;
	font-family: "Century gothic", Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0;
}

/* CLASS's */
.texte, .texte a, .texte a:link, .texte a:visited {
	font-family: "Century gothic", Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
}
.texte a:hover {
	color:#8E837A;
}

.footer a:link, .footer a:hover, .footer a:visited, .footer a {
	font-family: "Century gothic", Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#891F18;
}

