@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fc6 url(../images/fond_general.png) no-repeat center top;
	padding-top: 20px;
	height: 100%;
	overflow: auto;
	background-attachment:fixed; 
	padding-bottom: 20px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	background: no-repeat left top url(../images/header_nakano.png);
}
#header ul {
	height: 50px;
	list-style-type: none;
}
#header ul li {
	float: left;
}
#header li a {
	display: block;
	color: #FC6;
	text-decoration: none;
}
#header #acceuil a {
	padding-left: 30px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-top: 10px;
	margin-left: 50px;
}
#header #acceuil a:hover {
	color: #cc3300;
	text-decoration: none;
	background-color: #FC6;
}
#header #oeuvres a {
	padding-left: 30px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-top: 10px;
}
#header #oeuvres a:hover {
	color: #369;
	text-decoration: none;
	background-color: #9cc;
}
#header #infos a {
	padding-left: 35px;
	padding-bottom: 10px;
	padding-right: 35px;
	padding-top: 10px;
}
#header #infos a:hover {
	color: #cc3300;
	text-decoration: none;
	background-color: #fff;
}
#header #contact a {
	padding-left: 30px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-top: 10px;
}
#header #contact a:hover {
	color: #fc6;
	text-decoration: none;
	background-color: #c30;
}
#corps {
	padding: 20px 49px 10px 49px;
	background: url(../images/fond_corps.png) repeat-y left top;
}
#footer {
	padding: 28px 0px 25px 25px;
	background: url(../images/footer_nakano.png) no-repeat left top;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	margin-left: 40px;
	text-decoration: none;
	color: #600;
}
#footer ul li a:hover {
	text-decoration: none;
	color: #fc6;
}
