/* CSS Document */
body
{
background-color:#FF9900;
background:url(../images/background1.jpg);
}

#navigation a {
text-decoration:none;
	width: 150px ;
	display: block ;
	background: #000000 url(../images/coulissant.JPG) left top no-repeat ;
	color: #fff ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	text-align: center ;
	}	
	
#navigation a:hover, #navigation li a:focus, #navigation li a:active {
	background: #000000 url(../images/coulissant.JPG) right top no-repeat ;
	}
	
#logo {
padding: 2px 0;
}