/* FEUILLE DE STYLE RESET CSS */

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

p, select, input, caption, label, span, tr, td, table, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	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;
}

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;
}
	
/*** clear */
.spacer{
	clear:both;
	display:block;
	height:0px;
	visibility:hidden;
}
/*** fin clear */
