html {
	height: 100%;
}

body { 
	color:#333333;
	background:#B3B3B3 url(images/bg-greygradient.gif) repeat-x;
	font-size:100.01%;
	height:100%;
	text-align:center;
}

body div {
background: #FFFFFF;
}

* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, fieldset, select, input, textarea, address, blockquote, nobr, b, i {
	font-family:Verdana, Arial, Helvetica, sans-serif;
} 

.invisible {
	position: absolute;
	left: -2000px; 
}

#wrapper {
	min-width: 765px;
	max-width: 955px;
	width:expression(screen.Width <= 800? "765px": "955px" );
	margin: 0px auto;
	text-align: left;
	background: #FFFFFF;
}

.wrapperHeight {
	height:100%;
}

div[class = "wrapperHeight"] {
	height:auto;
	min-height:100%;
}

#picto {
	position: relative;
	margin-top:15px;
}

#top {
	position:relative;
	background:#7CB021;
	height:2.1em;
}

#navi {
	position: absolute;
	bottom: 0.05em;
	margin:0;
	padding:0;
	list-style-type: none;
	background: #82CC62;  
	width: 100%;
	height: 1.43em;
	vertical-align:bottom;
}

#navi li {
	padding:0px 0px 0px 0px;
	margin:0px 0.1em 0px 0px;
	display:inline;
	vertical-align:bottom;
}

#navi li a, #navi li span {
	text-decoration: none;
	border-top:0.05em solid #82CC62;
	border-right:0.05em solid #69A550;
	border-bottom:0.05em solid #82CC62;
	border-left:none;
	font-size: 0.8em;
	height: 1em;
	color: #000000;
	padding: 0.2em 1em;
	vertical-align:bottom;
}

#navi li a.naviNormal {
	background: #82CC62;
}

#navi li a.naviNormal:hover,
#navi li a.naviNormal:active,
#navi li a.naviNormal:focus,
#navi li a.naviActive {
	border-top:0.05em solid #fff;
	border-bottom:0.05em solid #69A550;
	background: #C2E583;
}

#middle {
	border-top:3px solid #FE850C;
	border-bottom:3px solid #FE850C;
	padding:0;
	margin:0;
	height:150px;
}

#contentBlocks {
}

#contentLeft {
	width:240px;
	float:left;
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
}

#contentLeft h1 {
	font-size:0.7em;
	font-weight:bold;
	color:#666666;
}

#contentLeft p {
	font-size:10px;
	color:#666666;
	margin-top:5px;
	margin-bottom:10px;
}

#footer {
	clear: both;
	padding: 3px 0px 20px 30px;
}

#footer p {
	font-size:0.7em;
	font-weight:bold;
	color:#666666;
}

#footer a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

#footer a:hover, #footer a:active, #footer a:focus {
	border-bottom: 1px solid #666666;
}

#contentMain {
	margin-left:240px;
	margin-right:20px;
	padding:30px;
}

#contentMain h1 {
	font-size:17px;
	color:#333333;
	font-weight:bold;
	margin-bottom:5px;
}

#contentMain p, #contentMain ol {
	font-size:12px;
	line-height:18px;
	color:#333333;
	font-weight:normal;
	margin-bottom:16px;
}

#contentMain a {
	font-size:11px;
	line-height:18px;
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:16px;
}

