body {
	margin: 0;
	padding: 0;
	color: black;
	background-color: #E0E0E0;
	text-align: center;
}
form {
	padding: 0;
	margin: 0;
}

#container {
	position: relative;
	width: 760px;
	margin: 5px auto;
	text-align: left;
}

#header {
	position: relative;
	width: 760px;
	height: 215px;
	background: url(imgs/header.gif) no-repeat;
	z-index: 1;
}
#headerBanner {
	position: fixe;
	top: 4px;
	left: 6px;
	width: 748px;
	height: 72px;
	background-image: url(img/logo.gif);
}
#middle {
	position: fixe;
	top: 4px;
	left: 6px;
	width: 731px;
	height: 13px;
	background-image: url(img/middle.gif);
}
#down {
	position: fixe;
	top: 4px;
	left: 6px;
	width: 731px;
	height: 13px;
	background-image: url(img/down.gif);
}
#top {
	position: fixe;
	top: 1px;
	left: 6px;
	width: 748px;
	height: 17px;
	background-image: url(img/top.gif);
}
#pubtop {
	position: fixe;
	top: 4px;
	left: 6px;
	width: 748px;
	height: 72px;
	background-image: url(img/pubtop.gif);
}
#banner {
	position: absolute;
	top: 114px;
	left: 278px;
	width: 468px;
	height: 60px;
}
#banner a img {
	border: none;
}

#menu {
	position: absolute;
	border: 1px solid #7F4719;
	border-right-width: 0;
	top: 181px;
	left: 5px;
	text-align: center;
	width: 730px;
}

.menuitem,
.menuitem_selected
{
	display: block;
	height: 19px;
	width: 101px;
	border: 1px solid #FFE8AA;
	border-right-color: #7F4719;
	border-bottom-width: 0;
	background-image: url(imgs/menuitem-background.gif);
	padding-top: 1px;
	text-decoration: none;
	color: #753A01;
	text-align: center;
}
.menuitem:hover,
.menuitem_selected
{
	background-image: url(imgs/menuitem-selector.gif);
	color: black;
}

.submenu {
	position: absolute;
	top: 21px;
	visibility: hidden;
	border: 1px solid black;
	background-image: url(imgs/background.jpg);
	text-align: left;
	padding: 3px;
	z-index: 1000;
}
.submenu a {
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 3px 8px 1px 8px;
	height: 18px;
	color: #753A01;
}
.submenu a:hover {
	border: 1px solid #7F4719;
	padding: 2px 7px 0px 7px;
	color: black;
	background: url(imgs/submenu-selector.gif) repeat-x;
}

#menuLiens { left: 106px; }
#menucinema { left: 312px; }

#leftside {
	width: 169px;
	background: url(imgs/left-side.gif) repeat-y right;
}
#leftsidecontent {
	margin-left: 1px;
	background: url(imgs/left-content.gif) repeat-y right;
}

#leftuppertop {
	height: 7px;
	font-size: 0;
	background-image: url(imgs/left-uppertop.gif);
}
.lefttop {
	height: 7px;
	font-size: 0;
	background-image: url(imgs/left-top.gif);
}
.leftbottom {
	height: 10px;
	font-size: 0;
	background-image: url(imgs/left-bottom.gif);
}

.leftmenu { text-align: center; }
.leftmenu a {
	display: block;
	border: 1px solid #CB8958;
	color: #6A3405;
	text-decoration: none;
	font-weight: bold;
	margin: 2px 10px;
}
.leftmenu a:hover {
	background: url(imgs/leftmenu-selector.gif) repeat-x;
	border-color: #7F4719;
	color: black;
}

#leftloginbox {
	border: 1px solid #CB8958;
	margin: 2px 10px;
	font-size: 11px;
	padding: 6px;
}
.loginfield {
	width: 130px;
	height: 15px;
	border: 1px solid #CB8958;
	font: bold 12px Verdana, Arial, sans-serif;
	color: #A5672E;
	background-color: #FFF6CB;
}

#leftpubs {
	padding: 2px 0;
	text-align: center;
}
#leftpubs img {
	border: 1px solid black;
	margin: 2px 0;
}
#leftpubs div {	position: relative; }

#content {
	width: 576px;
	background-color: #fff5de; /*FFFFF5;*/
	vertical-align: top;
}

#scrollerframe {
	width: 400px;
	height: 40px;
	background: url(imgs/scrollbox-background.gif) repeat-y;
	margin: 2px 0 8px 11px;
	border: 1px solid #5a7185;
}
#scroller {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	color: black;
	text-align: center;
}

#rightside {
	width: 14px;
	background: url(imgs/rightside.gif) repeat-y;
}
#rightpubs {
	text-align: center;
}
#rightpubs img {
	border: 1px solid black;
	margin: 3px 0;
}
#rightpubs div {
	position: relative;
	width: 120px;
}

#footer {
	height: 60px;
	padding-bottom: 4px;
	background: url(imgs/footer.gif) no-repeat top center;
}
#footerContent {
	position: relative;
	z-index: 2;
}

#loginbox {
	position: absolute;
	display: block;
	visibility: hidden;
	top: -84px;
	left: 549px;
	width: 200px;
	height: 45px;
	border: 1px solid #7F4719;
	padding: 2px;
	background-color: #EEA86B;
}
#loginboxContent {
	border: 1px solid #7F4719;
	width: 178px;
	height: 23px;
	display: block;
	background-image: url(imgs/background.jpg);
	padding: 10px;
}

#password { width: 120px; }
#loginButton { width: 48px; }

#selectors { position: relative; }
#selectors a {
	text-decoration: none;
	display: block;
	width: 146px;
	height: 23px;
        background-image: url(imgs/null.gif);
}

#admin {
	position: absolute;
	top: -18px;
	left: 588px;
}
#admin:hover { background-image: url(imgs/admin-selector.gif); }

#null, #dump {
	display: none;
	visibility: hidden;
}

.box {
	border: 1px solid black;
	text-align: left;
	margin: 3px 0 5px 3px;
	padding: 2px;
	width: 555px;
	background-color: #EEA86B;
}
.boxContent {
	border: 1px solid black;
	padding: 8px;
	background: #FFEDAF url(imgs/background.jpg) no-repeat;
}
.boxContent.label {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 1px;
}

#rows {
	border: 1px solid black;
}

.midbox {
	border: 1px solid #7f4719;
	text-align: left;
	margin: 3px 0 5px 8px;
	padding: 2px;
	width: 402px;
	background-color: #EEA86B;
	font: normal 13px arial, sans-serif;
}
.midboxcontent {
	border: 1px solid #7f4719;
	padding: 8px;
	background: url(imgs/midbox-background.gif) repeat-y;
}
.midbox2content {
	border: 1px solid #7f4719;
	padding: 8px;
	background: url(imgs/midbox2-background.gif) repeat-y;
}
.midbox2content a {
	text-decoration: none;
	color: #461e0a;
	font-weight: bold;
}
.midbox2content a:hover {
	text-decoration: underline;
	color: #ce0f57;
}

.fullbox {
	border: 1px solid #7f4719;
	text-align: left;
	margin: 3px 0 5px 8px;
	padding: 2px;
	width: 550px;
	background-color: #EEA86B;
	font: normal 13px arial, sans-serif;
}
.fullboxcontent {
	border: 1px solid #7f4719;
	padding: 8px;
	background: url(imgs/fullbox2-background.gif) repeat-y;
}
.fullboxcontent a {
	text-decoration: none;
	color: #461e0a;
	font-weight: bold;
}
.fullboxcontent a:hover {
	text-decoration: underline;
	color: #ce0f57;
}

#rightboxes {
	float: right;
}

.rightbox {
	text-align: center;
	border: 1px solid #7f4719;
	text-align: left;
	margin: 2px 7px 5px 3px;
	padding: 2px;
	width: 140px;
	background-color: #EEA86B;
	font: normal 13px arial, sans-serif;
}
.rightboxcontent {
	border: 2px solid #7f4719;
	font-family:Arial, Helvetica, sans-serif
	
	padding: 8px;
	background: url(imgs/rightbox-background.gif) repeat-y;
}

.rightboxcontentjaune {
	border: 2px solid #7f4719;
	padding: 8px;
	background: url(imgs/rightbox2-backgroundjaune.gif) repeat-y;
}
.rightbox2content {
	border: 1px solid #7f4719;
	padding: 4px;
	background: url(imgs/rightbox2-background.gif) repeat-y;
}
.menu {font-family: Arial, Helvetica, sans-serif; font-size:9pt
; color:white; text-decoration:none;}
