ul, li, a{
	background:transparent;
}
* { margin:0; padding:0; outline:none; }

.hide { display:none; }

body {
	font-family:Arial, Helvetica, sans-serif;
}
#mycontainer{
	position:relative;
	border:1px solid red;
}
#container {
	width:596px;
	height:400px;
	background:#111;
	overflow:hidden;
	border:1px solid #333;
	position:relative;
}

h1 {
	background:#222;
	width:592px;
	height:29px;
	padding-left:7px;
	border-bottom:1px solid #333;
	font-size:18px;
	line-height:29px;
	font-weight:normal;
}

#base{
	margin-top:20px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:780px;
	height:100%;
	z-index:2;
	background:#FFFFFF url('imagesfond/fond.jpg') bottom left no-repeat;
	border:1px solid #CCC;
}
#menu{
	position:absolute;
	left:14px;
	top:110px;
	width:143px;
	height:173px;
	z-index:4;
	background:transparent;
}
#submenu{
	position:absolute;
	left:14px;
	top:220px;
	width:143px;
	z-index:4;
	background:transparent;
	
}
#mainmenu{
	position:absolute;
	left:210px;
	top:101px;
	width:545px;
	z-index:4;
	background:transparent;
}
.submenuList li{
	margin-left:15px;
	list-style-type:square;
}
.submenuList li :hover{
	color:#000;
}
.submenuList a {
	font-size:12px;
	color:#4D4D4D;
	text-decoration:none;
}
.subthissection a {
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.menuList li{
	display:block;
	float:right;
	margin-left:20px;
	padding:1px 10px;
	height:35px;
	border:1px solid #FFF;
	background:#FFF;
}
.menuList a{
	margin-top:12px;
	position:relative;
	display:block;
	text-decoration:none;
	color:#0b407c;
	font-weight:bold;
	font-size:12px;
}
	
.menuList li:hover{
	background:#eee;
	border-top:1px solid #999;
	border-left:1px solid #DDD;
}
.thissection {
	background:#eee !important;
	border-top:1px solid #999 !important;
	border-left:1px solid #DDD !important;
}

#headermovie{
	position:relative;
	left:0px;
	top:0px;
	width:780px;
	height:210px;
	z-index:0;
	background:transparent;
}
#content {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:545px;
	padding-top:30px;
	z-index:2;
	margin-bottom:150px;
	background:transparent;
	font-size:12px;
}
#content h2{
	font-size:14px;
	clear:both;
	padding:10px;
}
#content h3{
	margin: 20px 0px 10px 0px;
	font-size:15px;
	clear:both;
	border-bottom :1px solid #CCC;
	padding-bottom:5px;
}
#anchors ul{
	list-style-type:none;
}
#anchors{
	margin:10px 0;
	border-left:1px solid #000;
}
#anchors li{
	line-height:4px;
	padding-left:10px;
	margin-bottom:15px;
	margin-left:15px !important;
	display:block;
}
#anchors a{
	color:#333;
	text-decoration:none;
	font-size:13px;
}
#anchors .smallanchors{
	font-size:9px;
	color:#6aaed9;
	margin-left:10px;
}
.smallanchorstop{
	display:block;
	text-align:right;
	font-size:9px;
	color:#6aaed9;
	margin-left:10px;
	clear:both;
}
#content img{
	margin-bottom:10px;
}
#content .imgright{
	float:right;
	margin-left:20px;
	clear:right;
}
#content .imgleft{
	float:left;
	margin-right:20px;
	clear:left;
}
#content ul{
	margin-left:10px;
	margin-bottom:10px;
}
#content p{
	margin-bottom:10px;
	line-height:19px;
	clear:left;
}
#content li{
	margin-left:30px;
	color:#666;
	font-size:11px;
	margin-top:5px;
}
#content h4{
	clear:both;
	color:#0B407C;
}
.intro{
	background:#f0f0f0;
	padding:10px;
}
.intro p{
	color:#333;
}
.pusher{
	display:block;
	z-index:2;
}
#picture_section {
	padding:7px 0 7px 7px;
	width:590px;
	height:332px;
	overflow:hidden;
}
#inside {
	width:590px;
	height:332px;
}
#picture_section img {
	border:0;
	height:57px;
	width:111px;
	float:left;
	background:#333;
	margin-bottom:7px;
	margin-right:7px;
	cursor:pointer;
}

#controls_vert { 
	background:#222;
	width:600px;
	height:23px;
	border-top:1px solid #333;
}
#controls_horz { 
	background:#222;
	width:600px;
	height:23px;
	border-top:1px solid #333;
	display:none;
}
#up {
	height:10px;
	width:10px;
	margin-right:7px;
	background:url(up.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
	margin:7px;
	margin-bottom:6px;
	cursor:pointer;
}

#down { 
	height:10px;
	width:10px;
	background:url(down.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
	margin:7px;
	margin-left:0;
	margin-bottom:6px;
	cursor:pointer;
}
#left { 
	height:10px;
	width:10px;
	background:url(left.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
	margin:7px;
	margin-bottom:6px;
	cursor:pointer;
}
#right { 
	height:10px;
	width:10px;
	background:url(right.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
	margin:7px;
	margin-left:0;
	margin-bottom:6px;
	cursor:pointer;
}

div#up.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
div#down.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
div#right.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
div#left.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }

#display_picture_container {
	position:absolute;
	top:0;
	left:0;
	width:700px;
	height:400px;
	padding-top:16px;
	border:1px solid red;
}

#display_picture {
	position:absolute;
	top:61px;
	left:31px;
	width:596px;
	height:330px;
	background:#000;
	opacity:0.8; filter:alpha(opacity=80); 
	text-align:center;
	font-size:11px;
	padding-top:16px;
}
	
#display_picture_img {
	position:absolute;
	top:108px;
	left:65px;
	height:272px;
	width:530px;
	cursor:pointer;
	border:1px solid red;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: 000000;
	word-spacing: 2px;
	line-height:15px;
}
.texteb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.textebg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	font-weight: bold;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B407C;
	font-weight: bold;
	margin-bottom:10px;
	margin-top:18px;
}
#footer{
	margin-top:20px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:780px;
	z-index:2;
	text-align:center;
	font-size:10px;
	color:#333;
}