/* CSS Document Ameublement Gaudet 2010 */

/* HTML ELEMENTS ///////////////////////////////////////////////////////////////////////*/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	padding:0px;
	}


/* TITLES //////////////////////////////////////////////////////////////////////////// */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-0.02em;
	}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	}


