/*
	font.css
	75% (0.75 * 16px = 12px = 1em)
	Copyright (C) 2009,  Aliénor
*/

body {
	margin: 0;
	font-size: 75%;/* 12px */
	line-height: 1.3333em;/* 16px */
}

/*** 75%  1em = 12px soit 1px = 8,3333% = 0.0833em ***
	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; }/* 0px | 32px */
h2 { margin: 1.7777em 0 0.8889em 0; }/* 32px | 16px */
h3 { margin: 2em 0 1em 0; }/* 32px | 16px */
h4 { margin: 2.2857em 0 1.1429em 0; }/* 32px | 16px */
h5 { margin: 2.6666em 0 1.3333em 0; }/* 32px | 16px */
h6 { margin: 1.3333em 0 0 0; }/* 16px | 0px */

h1 { line-height: 1.3333em; }/* 32px */
h2 { line-height: 1.7777em; }/* 32px */
h3 { line-height: 2em; }/* 32px */
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 ***/
address {
	line-height: 1.3333em;/* 16px */
	font-size: 1em;/* 12px */
}
p, blockquote {
	margin-bottom: 1.3333em;/* 16px */
	line-height: 1.3333em;/* 16px */
	font-size: 1.0833em;/* 13px */
}

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 ??? */
}

hr {
	height: 3px;
	margin: 10px 0px;
	padding: 0;
	color: #DAE7F9;
	background-color: #DAE7F9;
	border: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/*** 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; }

/*** Tables ***/
th, td {
	line-height: 1.25em;/* 15px + border 1px */
	font-size: 1em;/* 12px */
}

/*** Forms ***/
form {
	/*margin-bottom: 1.3333em; 16px */
}
fieldset {
	padding: 1.3333em;/* 16px */
}
legend {
	padding: 0 0.1666em;/* 2px */
	line-height: 1.3333em;/* 16px */
	font-size: 1em;/* 12px */
}
label {
	line-height: 1.3333em;/* 16px */
	font-size: 1em;/* 12px */
}
select {
	height: 1.4545em;/* 16px */
	line-height: 1.2727em;/* 14px */
	font-size: 0.9166em;/* 11px */
}
input[type=text], input[type=password] {
	height: 1.2727em;/* 14px + border 2px */
	line-height: 1.2727em;/* 14px */
	font-size: 0.9166em;/* 11px */
}
input[type=radio], input[type=checkbox] {}
input[type=image] {}
input[type=button], input[type=submit], input[type=reset], button {
	height: 1.4545em;/* 16px */
	line-height: 1.2727em;/* 14px */
	font-size: 0.9166em;/* 11px */
}

textarea {
	line-height: 1.3333em;/* 16px */
	font-size: 1em;/* 12px */
}
.error, .csc-mailform-header-error, .notice, .success {
	padding: 1.1666em;/* 14px + border 2px */
	margin-bottom: 1.3333em;/* 16px */
}


