	
/* Created by Wikiwi.be - Raphael De Naeyer */	
/* Jardinadrin.be */	

/* General style */	

	BODY {
		margin: 0px;
		FONT-SIZE: 10px; 
		text-align: center;
		COLOR: #8b8b85; 
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
		background-color: #003D2A;
	}
	A {
		COLOR: #ffffff; 
		text-decoration: none;
	}
	A:hover {
		COLOR: #ffae00; 
	}
	HR {
		COLOR: #ffae00;
	}


/* Content style */	

	.texte {
		color: #FFFFFF;
		font-size : 13px;
		line-height: 20px;
	}
	.signature {
		color: #86b2a5;
		font-size : 12px;
		letter-spacing: 11px;
	}
	.copyright {
		color: #10664d;
		font-size : 9px;
	}	
