/* 
-------------------------------------------------------------
Reset stylesheet to reduce browser inconsistencies

Source :  Eric Meyer
Version : 15 Jan 2008
http://meyerweb.com/

Modification : a2sc design
Version : 04 mars 2010

-------------------------------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 1em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus, :link, :visited, :hover {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
pre, code {
	font-family: "Courier New", Courier, Monaco, monospace;
}
hr {
	clear: both;
}
form label {
	cursor: pointer;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
	outline: 0;
}

/* eof
-------------------------------------------------------------
*/