/************************************************************
 *
 *	@ Name			:	reset.css
 *	@ Author		:	Kubota Hideo
 *	@ Created		:	2008.11.07
 *	@ Updated		:	2008.11.07
 *
 *	@ Description	:	Initialize all styles
 *
 ************************************************************/

html{font-size:62.5%;}

 

html, body, h1, h2, h3, h4, h5, h6, p, br, div, span, blockquote, q, em,     strong, cite, dfn, code, samp, kbd, var, abbr, acronym,            pre, address, sup, sub, a, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, select, optgroup, option, textarea, input, button, table, caption, thead, tbody, tfoot, tr, th, td, img, map, area, iframe, object, param, script, noscript{margin:0; padding:0; outline:0; /*vertical-align:baseline;*/}

 

:focus{outline:0;}

body{font-family:Verdana, Arial, sans-serif; color:#666; background:#fff; line-height:1em; font-size:1em;}

 

a img {border:0;}

ol, ul{list-style:none;}

table{border-collapse:collapse; border-spacing:0;}

caption, th, td{vertical-align:top; text-align:left; font-weight:normal;}

blockquote:before, blockquote:after, q:before, q:after{content: "";}

blockquote, q {quotes: "" "";}

h1, h2, h3, h4, h5, h6{font-size:1em; font-weight:normal;}

strong{font-weight:bold;}

em{font-style:italic;}

cite, dfn, var, address{font-style:normal;}

pre, code, samp, kbd{font-family:monospace;}

sup, sub{font-size:1em;}

sup{vertical-align:super;}

sub{vertical-align:sub;}

a:link, a:visited, a:active{text-decoration:none;}

input, select, legend{font-family:Verdana, Arial, sans-serif; color:#666; line-height:1em; font-size:1em;}

object{display:block;}

 

/*------------------------------ Utile ---------------------------------------*/

span.clear{display:block;font-size:0;line-height:0;clear:both;}

/*------------------------------ Accessibilité -------------------------------*/

.forVoice{position:absolute;top:-10000px;left:0}

/*------------------------------ debug ---------------------------------------*/

div.debug{background-color:#ebebeb;}


