﻿/*
	font.css
	75% (0.75 * 16px = 12px = 1em)
	
*/

body {
	margin: 0;
	font-size: 75%;/* 12px */
	line-height: 1.3333em;/* 16px */
}



/*** 75%  1em = 12px soit 1px = 0.083em ***
	3em = 36px
	2.8333em = 34px
	2.6666em = 32px
	2.5em = 30px
	2.3333em = 28px
	2.1666em = 26px
	2em = 24px
	1.8333em = 22px
	1.6666em = 20px
	1.5833em = 19px
	1.5em = 18px
	1.4166em = 17px
	1.3333em = 16px
	1.25em = 15px
	1.1666em = 14px
	1.0833em = 13px
	1em = 12px
	0.9166em = 11px
	0.8333em = 10px
	0.75em = 9px
	0.6666em = 8px
	0.5833em = 7px
	0.5em = 6px
*/

/*** Headings ***/
h1 { margin: 0 0 1.3333em 0; }/* 32px */
h2 { margin: 1.1111em 0; }/* 20px */
h3 { margin: 1.3125em 0; }/* 21px */
h4 { margin: 1.1429em 0; }/* 16px */
h5 { margin: 1.3333em 0; }/* 16px */
h6 { margin: 1.3333em 0 0 0; }/* 16px */

h1 { line-height: 1.3333em; }/* 32px */
h2 { line-height: 1.3333em; }/* 24px */
h3 { line-height: 1.375em; }/* 22px */
h4 { line-height: 1.1429em; }/* 16px */
h5 { line-height: 1.3333em; }/* 16px */
h6 { line-height: 1.3333em; }/* 16px */

h1 { font-size: 2em; }/* 24px */
h2 { font-size: 1.5em; }/* 18 px */
h3 { font-size: 1.3333em; }/* 16px */
h4 { font-size: 1.1666em; }/* 14px */
h5 { font-size: 1em; }/* 12px */
h6 { font-size: 1em; }/* 12px */


/*** Text elements ***/
p, blockquote, address {
	margin-bottom: 1.3333em;/* 16px */
	line-height: 1.3333em;/* 16px */
	font-size: 1em;/* 12px */
}

pre {
	margin-top: 1.3333em;/* 16px */
	margin-bottom: 1.3333em;/* 16px */
	line-height: 1.3333em;/* 16px */
	font-size: 1em;/* 12px */
}
code, tt {
	line-height: 1em;/* 12px */*line-height: 1.3333em;/* 16px */
	font-size: 1em;/* 12px */
}
samp, kbd {
	line-height: 1em;/* 12px */
	font-size: 1em;/* 12px */
}

big {
	font-size: 1.1666em;/* 14px */
	line-height: 1em;/* 14px ??? */
}
small {
	font-size: 0.8333em;/* 10px */
	line-height: 1em;/* 10px ??? */
}
sup, sub {
	font-size: 0.8333em;/* 10px */
	line-height: 1em;/* 10px ??? */
}

/*** Lists ***/
dl, ul, ol {
	margin-top: 1.3333em;/* 16px */
	margin-bottom: 1.3333em;/* 16px */
	line-height: 1.3333em;/* 16px */
	font-size: 1em;/* 12px */
}
ul ul, ol ol, ul ol, ol ul { margin-top: 0; margin-bottom: 0; }

th, td { line-height: 1.25em; font-size: 1em; }

/*** Forms ***/
form {
	/*margin-bottom: 1.3333em; 16px */
}
fieldset {
	margin-bottom: 1.3333em;/* 16px*/
	padding: 1.3333em;/* 16px*/
}

