/*------------------------------------------------------------------

	[Reset]
	
	Project:	DDB - JENLAIN
	Version:	1.0 [fr] [en]
	
	Last change:	15/02/10
	Assigned to:	Mouflard Maxime (vf)
	Contact: 		mmouflard@konitif.com
	Primary use:	Website

------------------------------------------------------------------//

/*-----------------------------------------------------------------//

	0 - [Table of contents]

	1 - html
	2 - body, div, ul, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, td
	3 - table
	4 - img
	5 - strong
	6 - li
	7 - h1, h2, h3, h4, h5, h6
	8 - input, textarea, select
	9 - input, textarea, select
	10 - Clear

-------------------------------------------------------------------*/

/* 1. ---------------------------------------------------*/

html
{
	color:#000;
	background:#FFF;
}

/* 2. ---------------------------------------------------*/

body, div, ul, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, td
{
	margin:0;
	padding:0;
}

/* 3. ---------------------------------------------------*/

table
{
	border-collapse:collapse;
	border-spacing:0;
}

/* 4. ---------------------------------------------------*/

img
{
	border:0;
}

/* 5. ---------------------------------------------------*/

strong
{
	font-style:normal;
	font-weight:normal;
}

/* 6. ---------------------------------------------------*/

li
{
	list-style:none;
}

/* 7. ---------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-size:100%;
	font-weight:normal;
}

/* 8. ---------------------------------------------------*/
input, textarea, select
{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/* 9. ---------------------------------------------------*/

input, textarea, select
{
	font-size:100%;
}

/* 10. ---------------------------------------------------*/

.clear
{
	width:100%;
	height:1px;
	display:block;
	clear:both;
}

