/* @override http://dev.legrand.fr/css/reset.css */

/***************************************************** RESET CSS ! */

*{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
body, html{
	width:100%;
	height:100%;
	border:0px;
}
body{
	font-size:100%;
	/*line-height:1.125em;*/
	line-height:1em;
	color: #505050;
	/*text-align:center;*/
	letter-spacing: normal;
	word-spacing: normal;
	min-height:100%;
}


p, a, select, input, caption, label, span, tr, td, table, textarea{
	text-align:left;
}

img, fieldset, table{
   border: 0;
}
textarea{
	overflow:auto;
	border:1px solid #afa9a1;
}

input, label, .label{
	vertical-align: middle;
}
ins{
	text-decoration:none;



}
ul, ol, li{
	list-style: none;
}

ol li{
	list-style: decimal inside;
}

hr {
	display:none;
}

address{
   font-style: normal;
}

q:before, q:after {
    content: "";
}

q{
	font-style:inherit;
	font-weight:inherit;
}
em{
	font-style:normal;
}

/* ----- HEADINGS ----- */	
 h1, h2, h3,h4, h5, h6 { 
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	letter-spacing:normal;
	color: #333;
}
 h1, h2,h4, h5, h6 { 
	font-weight:normal;

}
/* ----- END HEADINGS ----- */

a{
	color: #505050;
}
a:hover{
	text-decoration:none;
	cursor: pointer;
}
a img, a:hover img{
	text-decoration:none;
}
/*** clear */
.clear {
	display: block;
	clear:both;
	height: 0px;
	visibility:hidden;
}
/*** fin clear */
