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

a:visited {
	color: #660000;
	text-decoration: none;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #993333;
}
a:active {
	color: #993333;
	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;
	}
	
	
.info {
	float: none;
	width: 650px;
	position: relative;
	z-index: 1;
	background-image: url(bg.gif);
	background-repeat: repeat;
	}
	
.info2 {
	float: none;
	width: 650px;
	position: relative;
	z-index: 1;
	background-image: url(bg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	text-align: center;
	}
	
	.info3 {
	float: none;
	width: 650px;
	position: relative;
	z-index: 1;
	background-image: url(bg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CCCCCC;
	text-align: center;
	}
	
	
	
	#container {
	position: relative;
	width: 600px;
	text-align: left;
}
#container * {
	margin: 0;
	padding: 0;
}
#container ul#menu {
	position: relative;
	width: 600px;
	font-weight: bold;
}
#container ul#menu li {
	float: left;
	display: inline;
}
#container ul#menu li a {
	text-align: center;
	display: block;
	width: 65px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}



#container h1,
#container h2 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.4em;
}
#container .content {
	_margin: -16px 0 0 0;
	background-color: #ffffee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 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: #000;
	background-image: url(menu.png);
	background-repeat: no-repeat;
}
#container a.ghost  {
	color: #CCCCCC;
}
#container .on {
	display: block;
}
#container .off {
	display: none;
}
