/* Feuille CSS de réinitialisation
inspired by http://www.video2brain.com/fr/videos-6572.htm
Tantek Celik : http://tantek.com/map.html
Eric Meyer : http://meyerweb.com
Andy Clarke : http://www.stuffandnonsense.co.uk
*/

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, textarea
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:normal; 
} 
21.ol, ul { 
	list-style: none; 
} 
blockquote, q { 
	quotes: none; 
} 
 /* remember to define focus styles! */
:focus {   
	outline: 0; 
}  
/* remember to highlight inserts somehow! */
ins { 
	text-decoration: none; 
} 
.del {   
	text-decoration: line-through; 
} 
 
/* tables still need 'cellspacing="0"' in the markup */
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

/* 
body {
	line-height:1;
}
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;
}
:link, :visited {
	text-decoration:none;
}
ul, ol {
	list-style:none;
}
ul ul, ul ol, ul dir, ul menu, ul dl, ol ul, ol ol ol dir, ol menu, ol dl, dir ul, dir ol, dir dir, dir menu, dir dl, menu ul, menu ol, menu dir, menu menu, menu dl, dl ul, dl ol, dl dir, dl menu, dl dl {
	margin-top:0;
	margin-bottom:0;
}
a img, :link img, :visited img {
	border:none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	border-spacing:0;
}
area, base, basefont, head, meta, script, style, title, noembed, noscript, param {
	display:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
del {
	text-decoration: line-through;
}

/* remember to highlight inserts somehow!
ins {
  text-decoration: none;
}
/* remember to define focus styles! 
:focus {
outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup 
table {
border-collapse: separate;
border-spacing: 0;
}

*/