body {
	background: #C0E284 url(../img/web_bg.jpg) repeat-x;
	color:#fff;
	margin:0;
	padding:0;
	font-size: 1em;
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	height:100%;
}

html {
	height:100%;
}

#conteneur {
	width:100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
}

#header {
	width:100%;
	height:200px;
	background: transparent;
}

#navigationchanchan {
    background: #9DBB66;
	position: absolute;
	left: 0px;
	top: 180px;
	border: 1px solid #a0a0a0;
	width: 20%;
	/*width: 14em;*/	padding: 3px;
	margin: 3px;
	/*margin-left: 1.8em;*/	margin-left: 3%;
	margin-top: 1.5em;
}

ul.puces {
	list-style-image: url(../puce.gif);
	padding-left: 15px;
	font-size: 70%;
	margin-top: 10px;
	margin-bottom: 10px;
}



#principal {
    position: absolute;	
    left: 25%;	
    /*left: 18em;*/	
    top: 180px;	
    margin: 0px;	
    padding: 0px;	
    /*margin-right: 2em;*/	
    margin-right: 3%;	
    margin-top: 1.5em;
    text-align: justify;
}

#header img {
	float: left;
}

#header ul {
	display: inline;
	float: left;
	list-style: none;
	width: 400px;
	height: 200px;
	margin-top: 0;
	padding: 0;
	background: transparent url(../img/navigation_bar.jpg) top left no-repeat;
}

#header li {
	float: left;
	width: 100px;
	height: 200px;
}

#header li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

a span {
	display: none;
}

#header li#questions a:hover {
	background: transparent url(../img/navigation_bar.jpg) 0px -200px no-repeat;
}

#header li#guides a:hover {
	background: transparent url(../img/navigation_bar.jpg) -100px -200px no-repeat;
}

#header li#temoignages a:hover {
	background: transparent url(../img/navigation_bar.jpg) -200px -200px no-repeat;
}

#header li#iswitch a:hover {
	background: transparent url(../img/navigation_bar.jpg) -300px -200px no-repeat;
}

