html{
	height:100%;
}

body{
	height:100%;
	font:small/1.3 "Trebuchet MS",Arial, Helvetica, sans-serif;
	background:#FFF url(images/bk_fade_bottom.gif) repeat-x bottom fixed;
	margin:0;
	padding:0;
}
a{
	color:#7eb436;
}
strong, h1, h2, h3{
	color:#F15800;
}

dt{
	font-weight:bold;
	margin-top:1em;
}
dd{
	margin-left:2em;
}
#main{
	position:relative;
	z-index:5;
	min-height:98%;
	margin:0;
}

h1#logo{
	background:url(images/logo-Kaki_RGB.gif) no-repeat center right;
	width:380px;
	height:157px;
	margin:0;
}
h1#logo span{
	display:none;
}

#menu{
	float:left;
	padding-left:30px;
	padding-top:12px;
	margin:0;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu ul li{
	list-style:none;
	font-weight:bold;
	color:#F15800;
	margin-bottom:1em;
}
#menu ul li a{
	list-style:none;
	color:#94C94A;
	text-decoration:none;
}
#menu ul li a:hover{
	color:#668300;
}


#content{
	font-size:0.9em;
	margin:0;
	margin-left:13em;
	padding-bottom:7em;
	width:16em;
	min-width:345px;
	max-width:50%;
	/*IE6>*/
	_width:245px;
	/*IE>*/
	*margin-top:1.5ex;
}

#content p{
}


#footer{
	position:absolute;
	bottom:0;
	left:35px;
	color:#7eb436;
	font-size:0.8em;
}

#footer p{
	margin:0.6em 0 0 0;
	/*IE>*/
	*margin-top:3px;
}
#footer a{
	color:#7eb436;
}
#footer a:hover{
	color:#668300;
}
#footer p.big{
	font-size:1.1em;
	font-weight:bold;
}

#arbre{
	position:fixed;
	z-index:-5;
	width:100%;
	height:100%;
	bottom:0;
	/*/*IE6>*/
	_position:absolute;
	_bottom:auto;
	_top:0;
}

/***********  class site wide */
span.email{
	text-decoration:underline;
	color:#F15800;
}