@import url(/css/menu.css);
@import url(/css/sidebar.css);
@import url(/css/page.css);

/* START PRE BANNER CERSAIE
html, body {
    background: url(/image/body_bg.gif) repeat-x #FFF;
}
body {
    padding: 58px 0px 0px 0px;
    margin: 0px;
    font: normal 12px Georgia, Arial, Helvetica, sans-serif;
    color: #484848;
    text-align: center;
}
END PRE BANNER CERSAIE */


html, body {
    background: url(/image/body_bg.gif) repeat-x 0px -27px #FFF;
}
body {
    padding: 30px 0px 0px 0px;
    margin: 0px;
    font: normal 12px Georgia, Arial, Helvetica, sans-serif;
    color: #484848;
    text-align: center;
}

.clear {
    clear: both;
}
FORM {
	padding: 0px;
	margin: 0px;
}
A:link,
A:visited {
    font-weight: bold;
	color: #D6153E;
	text-decoration: underline;
	outline: none;
}
A:hover {
	color: #000;
}
#page {
    position: relative;
    width: 1000px;
	/*width: 1000px;*/
    margin: auto;
    padding: 0px;
    /*background: pink;*/
	text-align: left;
}
#principale {
    width: 1000px;
	height: 531px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    /*background: yellow;*/
    text-align: left;
}
HTML>BODY #principale {
    float: left;
}
#content {
    /*background: orange;*/
    width: 946px;
	height: 474px;
	/*min-height: 950px;*/
    padding: 0px 0px 0px 0px;
    margin: 57px 0px 0px 50px;
    position: relative;
    z-index: 0;
	border-right: 4px solid #D6153E;
}
#head {
	background: url(/image/head_bg.gif) repeat-x bottom;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 1000px;
    height: 57px;
    padding: 0px;
    margin: auto;
    overflow: visible;
}
	/*
	#head_lang {
		background: url(/image/head_lang.gif) no-repeat bottom;
		float: left;
	}
	#head_lang UL {
		width: 222px;
		height: 29px;
		margin: 28px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style: none;
	}
		#head_lang UL LI {
			display: inline;
			padding: 5px 0px 0px 5px;
			margin: 0px;
			text-align: center;
			float: left;
		}
			#head_lang UL LI A {
				font-size: 11px;
				color: #898989;
				text-decoration: none;
				font-weight: normal;
			}
			#head_lang UL LI A:hover {
				color: #D6153E;
				text-decoration: underline;
			}
	*/
	#head_menu {
		float: right;
		display: inline;
	}
	
	
	#head_menu UL {
		background: url(/image/head_menu_spacer.gif) no-repeat left;
		width: 780px;
		height: 28px;
		margin: 0px 111px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style: none;
	}
		#head_menu UL LI {
			display: inline;
			padding: 0px 0px 0px 0px;
			margin: 0px;
			text-align: center;
			float: left;
		}
			#head_menu UL LI A {
				background: url(/image/head_menu_spacer.gif) no-repeat right;
				display: block;
				width: 111px;
				height: 28px;
				font-size: 14px;
				color: #484848;
				font-style: normal;
				text-decoration: none;
				font-weight: normal;
			}
			#head_menu UL LI A.active,
			#head_menu UL LI A:hover {
				color: #D6153E;
				text-decoration: none;
			}
			
			
#logo {
	background: url(/image/logo.gif) no-repeat 0px 30px #D6153E;
	top: 57px;
	left: 0px;
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 474px;
	overflow: visible;
}
	#logo A {
		position: relative;
		width: 50px;
		height: 285px;
		margin-top: 30px;
		display: block;
	}
		#logo A SPAN {
			display: none;
		}
#footer {
	background: url(/image/footer_bg.gif) repeat-x;
	width: 1000px;
	padding: 20px 0px 40px 0px;
	text-align: center;
	font-size: 10px;
	/*min-height: 250px;*/
}
	#footer IMG {
		vertical-align: middle;
	}
	#footer A {
		color: #484848;
	}
	#footer A:hover {
		color: #D6153E;
	}
