/* FEUILLE DE STYLE RESET CSS */

*{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align: left;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

p, select, input, caption, label, span, tr, td, table, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:left;
	line-height:1.2em;
}

h1, h2, h3, h4, h5, h6{
	font-family:Arial, Helvetica, sans-serif;
	line-height:1em;
}

img, fieldset, table{
   border: 0;
}

table{
	table-layout:fixed;
	border-collapse:collapse;
}

form, p, ul, li, fieldset, input{
   margin:0;
   padding:0;
}

input, label, .label {
	vertical-align:middle;
}

ul, li{
	list-style:none;
}

/*ol li{
	list-style:decimal inside;
}*/

hr{
  	clear:both;
  	border:0;
}

address{
   font-style: normal;
}

a{
	text-decoration:none;
	
}

a:hover{
	text-decoration:underline;
	color:#000;
}

/* CLEAR */
.spacer{
	clear:both;
	display:block;
	height:0px;
	visibility:hidden;
	font-size:0px;
}