@charset "UTF-8";
/* CSS Document */

a:visited {
	color: #990000;
	text-decoration: none;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	color: #000000;
	text-decoration: none;
}



.boite {
	height: 100%;
	width: 650px;
	margin-left: -325px;
	z-index: 0;
	left: 50%;
	position: absolute;
}
.film {
	float: none;
	width: 650px;
	position: relative;
	z-index: 1;
	background-image: url(bg.gif);
	background-repeat: repeat;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	

.ban {
	float: none;
	height: 55px;
	width: 650px;
	position: relative;
	z-index: 1;
	background-image: url(images/ban.png);
	background-repeat: no-repeat;
	
	}
	
	.ban_eng {
	float: none;
	height: 55px;
	width: 650px;
	position: relative;
	z-index: 1;
	background-image: url(images/ban_eng.png);
	background-repeat: no-repeat;
	
	}
	


.info {
	float: none;
	width: 650px;
	position: relative;
	z-index: 1;
	}
	
	
	.sacr {
	float: none;
	width: 650px;
	position: relative;
	z-index: 1;
	background-color: #000000;
	}
	
.menu_box {
	float: none;
	height: 36px;
	width: 650px;
	position: relative;
	z-index: 1;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	}
	

.logo {
	float: none;
	height: 37px;
	width: 650px;
	position: relative;
	z-index: 1;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;	
	}
	
	
.foot {
	float: none;
	height: 25px;
	width: 650px;
	position: relative;
	z-index: 1;
	}
	


/* MENU 1 */


.menu {
	width: 325px;
	height: 36px;
	margin: 0;
	padding: 0;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(images/menu_up.png);
	background-repeat: no-repeat;
	background-position: center 7px;
}

.menu ul li a {
	display: block;
	height: 36px;
	float: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.menu ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-right: 0px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/menu_up.png);
	background-repeat: no-repeat;
	background-position: center 7px;
}



.menu ul li a:hover,
.menu ul li.highlight a {
	background-color: transparent;
	background-image: url(images/menu_dn.png);
	background-repeat: no-repeat;
	background-position: center 7px;
}
.menu ul li a:hover span.menu_ar,
.menu ul li.highlight a span.menu_ar {
	background-color: transparent;
	background-image: url(images/menu_dn.png);
	background-repeat: no-repeat;
	background-position: center 7px;
}







	
	#container {
	position: relative;
	width: 650px;
	text-align: left;
	background-color: #6b6b6b;
}
#container * {
	margin: 0;
	padding: 0;
}
#container ul#menu {
	position: relative;
	width: 650px;
	font-weight: bold;
}
#container ul#menu li {
	float: left;
	display: inline;
}
#container ul#menu li a {
	text-align: center;
	display: block;
	width: 108px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
		font-size: small;

}



#container h1,
#container h2 {
	margin: 0.5em 0 0.5em 0;
	font-size: small;
	
}
#container .content {
	_margin: -16px 0 0 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align: justify;
	margin-top: -2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;

}
#container hr {
	clear: both;
	visibility: hidden;
	
}
#container a.current {
	color: #fff;
	background-image: url(images/menu2.png);
	background-repeat: repeat-x;
}
#container a.ghost  {
	color: #CCCCCC;
}
#container .on {
	display: block;
}
#container .off {
	display: none;
}