@charset "utf-8";
/* CSS Document */

*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
#main{
	width:800px;
}
#main #content{
	width:570px;
	float:right;
/*	overflow:hidden;*/
	position:relative;
}
#main #navigation{
	width:222px;
	margin-left:0px;
	background-color:#aedf1a;
	padding-bottom:320px;
	background-image: url(back_texturePapillons.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
	overflow:hidden;
}
a{
	border:none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul, li{
	list-style:none none;
	margin:0;
	padding:0;
}
.notShown {
	display: none;
}