html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
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;
}

body {
	color: black;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}


body {
	padding:2em 80px 0 80px;
	background:url(../images/background.png) repeat;
}



#container {
	background-color:white;
	width:980px;
	margin:0 auto 0 auto;
	padding: 8px 10px 0 10px;
	position:relative;
}


.homeEn h1, h1 a {
	height:130px;
	background:url(../images/logo-en.png) no-repeat;
	display:block;
}
.homeFr h1, h1 a {
	height:130px;
	background:url(../images/logo-fr.png) no-repeat;
	display:block;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:active {
	text-decoration: none;
	font-size:125%;
	color: #009933;
}


h3 {
	color: #009933;
	line-height:1.5em;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:active {
	text-decoration: none;
	font-size:110%;
	color: #009933;
}


#footer {
	font: 0.6251em/1 arial, tahoma, verdana, helvetica, sans-serif;
	width:980px;
	margin:5em auto 0 auto;
	padding-bottom:2em;
	text-align:center;
	
}
#footer a {
	color:#e59d59;
	font-size: 1.2em;
	text-decoration:none;
	font-weight:bold;
}
