
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
}

/*---------------------------- css hacks -------------------------------*/

/*  "Clearing floats" avec div suplementaire */
.colclear {
	clear: both;
	height: 1px;
	line-height: 1%;
	font-size: 1px;
}

/*  "Clearing floats" avec div déjà présent */
.clearboth {
	clear: both;
}

/* 
This piece of code is for clearing the floats without structural markup
Don't modify it
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 0px;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

