/* CSS Document */

html, body {
	background: #e9e4db url(../img/bg_pattern.gif);
	margin: 0;
	padding: 0;
}

body, td { 
	font: 11px Arial, sans-serif;
	color: #464440;
	line-height: 15px;
}
	
p {
	margin-top: 0px;
	margin-bottom: 14px;
}

h1 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	line-height: 24px;
	margin-top: -4px;
}

h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 18px;
	margin-top: -12px;
}

strong {
	color: #000000;
}

.cadre {
	border: 1px solid #eeeae2;
}

.legende {
	font-size: 9px;
	line-height: 12px;
}

a { 
	font-size: 10px;
	color: #bd943d;
	font-weight: bold;
	text-decoration: none;
}

.index { 
	font-size: 20px;
	color: #bd943d;
	letter-spacing: -1px;
	font-weight: bold;
	text-decoration: none;
}

a:hover { 
	color: #777673;
}

.donate {
	font-size: 23px;
	font-weight: bold;
}

.formulaire {
	color: #464440;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 23px;
	text-decoration: none;
	font-weight: bold;
	line-height: 13px;
	background-color: white;
	border: 1px solid #e9e4db;
	padding: 2 3px;
}

