/**
__Reset
based on the Reset CSS of Eric Meyer and "Transcender CSS" by Andy Clarke
update http://www.alsacreations.com/astuce/lire/654-feuille-de-styles-de-base.html
**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;
	font-style: inherit; font-size: 100%; font-family: inherit;	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	/*content: "";*/
}
blockquote, q {
	/*quotes: "" "";*/
}
hr {
	margin: 0;
	padding: 0;
	border: 0 none;
	clear: both;
	visibility: hidden
}

/* forms */
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, button, select {
	vertical-align: middle;
}


/**
__LAYOUT
**/

#header{
	width: 170px;
	height: 200px;
	position: fixed;
	top: 0px;
	left: 0px;	
}

#content, #footer{
	position: relative;
	top: 0px;
	left: 200px;
	width: 700px;
}


/**
__HTML & Typo
**/

body{
	font: 13px/1.5 Constantia, "Lucida Bright", LucidaBright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, Serif;
}

h1, h2, h3, h4, h5, h6{
	color: #E63136;
	font-weight: bold;
	letter-spacing: 0.1em;
	font: 14px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin: 1.5em 0 1em 0;
}

h1{ font-size: 24px; line-height: 24px; margin-top: 0.5em;}
h2{ font-size: 20px; line-height: 20px;}
h3{ font-size: 16px; line-height: 16px; border-bottom: 1px solid #E63136;}
h4{ font-size: 14px; line-height: 14px;}
h5{ font-size: 12px; line-height: 12px;}
h6{ font-size: 10px; line-height: 10px;}

p{ margin-bottom: 1em; }

strong{ font-weight: bold; color: #E63136;}

a:link, a:visited{ text-decoration: none;}
a:hover, a:focus{ text-decoration: underline;}



/**
__ELEMENTS
**/
div.question{
	margin-bottom: 3em;
}
	div.question p.form-label{
		font-weight: bold;
		margin-bottom: 0.5em;
	}
	div.question p.form-input{
		margin-bottom: 0;
	}

p.gotop{text-align: right;}
	p.gotop a:link, p.gotop a:visited{
		color: #E63136;
		text-decoration: none
	}
	p.gotop a:focus, p.gotop a:hover{ text-decoration: underline;}
	
p#sig{
	font: 14px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	text-align: right;
	border-top: 1px solid #E63136;
	background-color: #E63136;
	color: #fff;
	font-weight: bold;
	padding-right: 0.5em;
}