html, body {
	margin: 0;
	padding: 0;
	height: 100%
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background: url(page_bg.png) repeat-x top left #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border:none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color:#CCCCCC;
	font-weight:bold;
};
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}

#loading {
	width:850px;
	height:620px;
	background-color: #333333;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	border:1px solid black;
	z-index:100000000;
	margin:auto;
	position:absolute;
}

#loading #text {
	width:200px;
	height:75px;
	margin:auto;
	text-align:center;
	background-color:#FFF;
	border:2px solid #CCC;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	color:#000000;
	top:50%;
	margin-top:-50px;
	position:relative;
}

#precontainer {
	background:url(page_fleur_gauche.png) no-repeat bottom left #000;
}

#container {
	width:850px;
	height:620px;
	border:1px solid #787878;
	background:url(page_fleur_droite.png) bottom right no-repeat;
	margin:0;
	padding:0;
	text-align:left;
}

#container_table {
	z-index:1;
}

#content_zone {
	width:100%;
	z-index:1;
}

#player {
	width:63px;
	height:20px;
	top:0px;
	/*right:63px !important;*/
	right:0px;
	overflow:hidden;
	float:right;
	background:#000000;
}

#menu {
	/*background:url(page_barre_verte.png) repeat-x top left;*/
	background:url(page_barre_verte.gif) repeat-x top left;
	width:80%;
	float:right;
	padding-left:50px;
}
#submenu_container {
	width:80%;
	float:right;
	height:26px;
}

#menu a, #menu a.normal {
	display:block;
	float:left;
	width:100px;
	height:36px;
	background-position:top center;
	text-indent:-9000px;
}
#menu a.active, #menu a:hover {
	background-position:bottom center;
}

/* transparent gif version */
.submenu {
	text-align:center;
	height:26px;
	display:block;
	margin-left:-40px !important;
	padding-right:90px;
}

.submenu a img, .submenu a.normal img, td.spepage a span {
	width:118px;
	height:25px;
	background-position:top right;
	background-repeat:no-repeat;
	z-index:5000;
}
.submenu a:hover img, .submenu a.active img, td.spepage a:hover span {
	background-position:bottom right;
}
/**/
/* block version */
/*.submenu a {
	display:block;
	width:100px;
	height:25px;
	background-position:top right;
	background-repeat:no-repeat;
	text-indent:-9000px;
	float:left;
}
.submenu a:hover {
	background-position:bottom right;
}
/**/
#icon_menu {
	z-index:10;
}

#icon_menu .thumb,#icon_menu .thumb:visited,#icon_menu .thumb:active,#icon_menu .thumb:link {
	border:2px solid #F5F5F5;
	display:block;
	margin:6px;
}
#icon_menu .empty {
	border-right:1px dotted #666666;
	border-bottom:1px dotted #666666;
	border-left:1px dotted #333333;
	border-top:1px dotted #333333;
	margin:6px;
}
#icon_menu .thumb, #icon_menu .thumb img, #icon_menu .empty {
	width:63px;
	height:63px;
}

#icon_menu .thumb:hover {
	border:2px solid #610F25;
	margin:0px;
}
#icon_menu .thumb:hover, #icon_menu .thumb:hover img {
	width:75px;
	height:75px;
}

#prev_imgs, #next_imgs, #disabled_up, #disabled_down {
	width:163px;
	height:15px;
	background-position: top center;
	background-repeat:no-repeat;
	
	display:block;
	text-indent:-9000px;
	
}
#diaporama {
	width:163px;
	height:15px;
	background-position: top center;
	background-repeat:no-repeat;
	
	display:block;
	text-indent:-9000px;	
}

#prev_imgs { background-image:url(prev_img.png); }
#next_imgs { background-image:url(next_img.png); }
#diaporama { background-image:url(diapos.png); }
#prev_imgs:hover, #next_imgs:hover, #diaporama:hover {
	background-position: bottom center;
}
#disabled_up {	background-image:url(disabled_up.png); }
#disabled_down {background-image:url(disabled_down.png);}

#image_showing td.single {
	border:2px solid #F5F5F5;
	width:10px;
}

#image_showing div#pic_layer {
	background:url(../images/photo.gif);
	border:none;
	position:absolute;
	z-index:100;
}
#image_showing img.single {
	border:1px solid #000 url(../images/preload.jpg);
	z-index:0;
}

#show_left_bt {
	background:url(page_bg_fleur_gauche.png) no-repeat top left;
	width:108px;
	height:67px;
	float:left;
	z-index:10;
}
#show_right_bt {
	background:url(page_bg_fleur_droite.png) no-repeat top right;
	width:93px;
	height:56px;
	float:right;
	z-index:10;
}

td#text_container {
	background:url(../images/photo.gif);
	border:1px solid white;
}

td#text_container div {
	overflow:auto; 
	height:100%;
	width:490px;
	padding:5px;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#610F25;
	font-weight:bold;
	text-decoration:underline;
}

#footer a {
	font-style:italic;
}