@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
	background-color:#eeecf1;
	margin:0; 
	padding:0;
}
div#header {
	width:970px;; height:16px;
	margin : 0 auto 0 auto; padding:0;
	background-image:url(design/super_fond_top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
div#super {
	width:970px; height:auto;
	margin : 0 auto 0 auto; padding:1px 0 1px 0;
	background-image:url(design/super_fond_middle.gif);
	background-repeat:repeat-y;	
	}
div#footer {
	width:970px; height:52px;
	text-align:left; font-size:14px;
	margin : 0 auto 0 auto; padding:10px 0 0 0;
	background-image:url(design/super_fond_bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
a.nav {
	color:#ECECEC;
	text-decoration:none;
	}
a:hover.nav {
	color:#FCFCFC;
	text-decoration:underline;
}
a.timenu {
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	}
a:hover.timenu {
	text-decoration:underline;
}
a.plan {
	color:#000;
	text-decoration:none;
	}
a:hover.plan {
	color:#000;
	text-decoration:underline;
}

	