body {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: 100%;
	line-height: 1.5;
	margin: 10;
	padding: 0;
}

hr {
	display: none;
}

img {
	border: 0;
}

blockquote, p, dl, ul, ol {
	font-size: 1em;
}

pre, code, tt, var {
	font-family: Consolas, "Andale Mono", monospace;
	font-size: 1em;
}

pre {
	background: #eee;
	padding: .5em;
	border: 1px solid #ddd;
	line-height: normal;
}

li > p {
	margin-top: 0.2em;
}

q {
	quotes:"\201C" "\201D" "\2018" "\2019";
	font-style: italic;
}

q:before {
	content:open-quote;
}
q:after {
	content:close-quote;
}

em {
	font-size: .95em;
	font-weight: bolder;
}

small {
	color: #344;
}


/* headings */

h1, h2, h3, h4, h5 {
	font-family: Candara, Georgia, serif;
	font-weight: normal;
	color: #C0302F;
}

h1 {
	font-size: 2em;
	color: #930;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5, h6 {
	font-size: 1.1em;
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #3f7fbc;
}

a:hover {
	color: #c30;
}

a.top:link, a.top:visited {
	color: #ffffff;
}

a.top:hover {
	color: #c0302f;
}

/* hide skip links */

.skiplinks {
	position: absolute;
	visibility: hidden;
}

/* form layout */

input, select, textarea {
	font-family: "Calibri", "Trebuchet MS", sans-serif;
	font-size: 1em;
}

label.removed {
	display: none !important;
}

.formhelp {
	padding-left: .5em;
	padding-right: 2em;
	position: relative;
	cursor: help;
}

.formhelp:hover {
	background: #eee;
}

.formhelp span {
	line-height: 1.2;
	color: #333;
	background: #eee;
	padding: 1em;
	width: 30em;
	position: absolute;
	bottom: 0;
	left: 2em;
	display: none;
}

fieldset .formhelp span {
	width: 12em;
}

.formhelp:hover span {
	display: block;
}

.buttons {
	margin: 1em 0;
}

strong input {
	font-weight: bold;
}

.fl {		/* set it on fieldset */
	margin: 0;
	padding: 1em;
	border: 0;
}

.fl div {
	clear: both;
}

.fl label {
	width: 5em;
	float: left;
}

.fl .buttons {
	margin-left: 5em;
}

.ff {		/* set on fieldset */
	float: left;
	margin: 0 1em 1em 0;
	border: 0;
	padding: 0;
}

.ff div {
	clear: both;
}

.ff label {
	display: block;
}

.mandat label:after, legend.mandat:after {
	content: " *";
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1;
	color: #00f;
}

.fl .badinput {		/* set on div enclosing the field */
	border-left: 2px solid #f00;
	padding-left: 1em;
}

.ff .badinput {
	padding-left: 0;
	border-left: 0;
}

.badinput label {
	clear: both;
}

.badinput br {
	display: block;
	margin-bottom: 1.5em;
}

/* messages, next to field */
.msgform {
	margin: 0;
	padding: .5em 1em;
	position: relative;
	display: block;
}

.fl .msgform {
	margin-left: -1em;
}

.msgform br {
	display: none;
}

.msgwarn {
	font-weight: bold;
	color: #f00;
	border: 1px solid #f00;
	border-left: 1em solid #f00;
	border-bottom: 0;
}

/* tables */

table {
	border-collapse: collapse;
}

table.small {
	border-collapse: collapse;
	font-size: .75em;
}

table, th, td {
	/* border: 1px solid #999; */
}

th, td {
	vertical-align: top;
	padding: .3em .8em;
}

td.bordered {
	border: 1px solid #999;
}  	

/* L A Y O U T */

.cglob {
	margin: 0 auto;
	width: 55em;
}

.cglobBig {
	margin: 0 auto;
	width: 100%;
}
