body{
	background:url(../images/back.jpg);
	font-size:14px;
	font-family:Hoefler Text, Garamond, Georgia, Times New Roman, serif;
	color:#000000;
}

#container{
	width:95%;
	min-width:700px;
	border:1px black solid;
	margin:10px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background:url(../images/main.jpg);
}

#banner{
	padding:0;
	margin-bottom:0;
	background:url(../images/back_top.jpg) repeat-x;
	height:114px;
	border-bottom:1px black solid;
}

#banner div.banner{
	background:url(../images/top.jpg);
	width:700px;
	height:113px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

#content{
	padding:0;
	margin-left:200px;
	background:url(../images/main.jpg);
}

#content a{
	color:#000000;
}

#sidebar-a {
	float:left;
	width:200px;
	\width:200px;
	w\idth:200px;
	margin:0;
	margin-right:0;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	background:url(../images/menulong.jpg) repeat-y;
	/*border-right:1px black solid;*/
}

#sidebar-a div.menu{
	width:200px;
	margin-left:auto;
	margin-right:auto;
	padding-left:18px;
}

#footer {
	clear:both;
	padding:0;
	margin-top:0;
	border-top:1px black solid;
	background:url(../images/notice.jpg) bottom repeat-x #FFFFFF;
}

/* MENU */
/*
Bleu : #336699
*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 159px; /* Width of Menu Items */
	border-bottom: 1px solid #000000;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 158px; /* Set 1px less than menu width */
	width:200px;
	line-height:20px;
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background:url(../images/menuitem.jpg); /* IE6 Bug */
	padding: 5px;
	border: 1px solid #000000;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color:#003366; background:url(../images/menuitem.jpg); } /* Hover Styles */

li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic *
