* {
margin:0px;
padding:0px;
}
html{
width:100%;
height:100%;
scrollbar-face-color: #8d4f15;
scrollbar-arrow-color: #8d4f15;
}
body{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
width:100%;
height:100%;
scrollbar-face-color: #8d4f15;
scrollbar-arrow-color: #8d4f15;
background-color:#FFFFFF;
}
h2{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
}
h3{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
}
li{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#700b17;
margin-left:30px;
line-height:30px;
}
table#global{
font-family:Geneva, Arial, Helvetica, sans-serif;
width:100%;
height:100%;
/*bottom:0%;*/
}
tr#first{
/*height:90%;*/
}
tr#footer{
height:35px;
bottom:0;
vertical-align:bottom;
background-color:#8d4f15;
text-align:center;
color:#ffffff;
}
tr#footer a{
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
tr#footer a:hover{
color:#ffffff;
font-weight:bold;
text-decoration:underline;
}
td#footer{
height:30px;
margin-bottom:0;
background-color:#8d4f15;
text-align:center;
color:#ffffff;
}
td#left{
/*margin-bottom:40px;
padding-bottom:40px;*/
/*width:386px;*/
/*min-width:380px;*/
left:0;
bottom:0;
/*padding:0;*/
height:auto;
width:30%;
/*background:url(../img/header2b.jpg) no-repeat bottom left;*/
z-index:500;
overflow:hidden;
}
td#right_top{
text-align:right;
top:0;
height:50px;
right:0;
/*background:url(../img/bando_new.jpg) no-repeat top right;*/
z-index:50;
}
td#milieu{
text-align:justify;
/*margin-left:300px;*/
padding-right:5px;
color:#000000;
vertical-align:top;
/*background:#33CCFF;*/
height:90%;
/*width:85%;*/
/*height:auto;*/
/*overflow:auto;*/
}
td#milieu a{
color:#8d4f15;
text-decoration:underline;
}
td#milieu a:hover{
color:#000000;
text-decoration:underline;
/*font-weight:bold;*/
}
div#milieu{
position:absolute;
/*margin-top:-5px;*/
/*top:0;*/
left:35%;
right:0;
padding:0;
/*margin-left:350px;*/
text-align:justify;
height:90%;
/*width:60%;*/
/*max-height:300px;*/
/*bottom:0;*/
overflow:auto;
scrollbar-face-color: #8d4f15;
scrollbar-arrow-color: #8d4f15;
}
div#milieu_disco{
margin-top:-100px;
text-align:justify;
height:500px;
overflow:auto;
scrollbar-face-color: #8d4f15;
scrollbar-arrow-color: #8d4f15;
}
div#flahsplayer{
z-index:1;
}
div#menu{
position:absolute;
float:left;
text-align:left;
margin-top:125px;
z-index:50;
}
div#menu a{
color:#700b17;
text-decoration:underline;
}
div#menu a:hover{
color:#ffffff;
}
div#menu2{
position:absolute;
float:left;
text-align:left;
margin-top:125px;
z-index:50;
/*background:#33CCFF;*/
}
div#menu2 a{
color:#700b17;
text-decoration:underline;
}
div#menu2 a:hover{
color:#000000;
}
div#menu3{
position:absolute;
float:left;
margin-left:-30px;
text-align:left;
margin-top:125px;
z-index:50;
/*background:#33CCFF;*/
}
div#contact{
position:absolute;
text-align:left;
margin-top:83px;
margin-left:720px;
z-index:1;
/*background:#33CCFF;*/
}

div#contact a{
color:#ffffff;
font-weight:bold;
}

img#home{
vertical-align:text-top;
}
div#bottom{
position:relative;
text-align:left;
margin-left:10px;
z-index:1;
color:#000000;
}
		/* ==================== Player JS==================== */
		#player {
			background-color: #e9f6ff;
			color: #000;
			height: 20px;
			width: 200px;
			border: solid 3px #ddd;
		}
		#player .button {
			width: 20px;
			height: 20px;
			background-repeat: no-repeat;
			background-position: 2px 2px;
			float: left;
		}
		#player .button a {
			display: block;
			height: 20px;
			text-indent: -100em;
			overflow: hidden;
		}
		#player #timeline {
			position: relative;
		}
		#player #timeline a {
			position: absolute;
			left: 40px;
			display: block;
			height: 20px;
			width: 40px;
			text-indent: -100em;
			overflow: hidden;
			background-image: url(../../swf/images/control_slider.png);
		}
		#player #timeline a:hover {
			background-image: url(../../swf/images/control_slider_blue.png);
		}
		#player .play {
			background-image: url(../../swf/images/control_play.png);
		}
		#player .play:hover {
			background-image: url(../../swf/images/control_play_blue.png);
		}
		#player .pause {
			background-image: url(../../swf/images/control_pause.png);
			display: none;
		}
		#player .pause:hover {
			background-image: url(../../swf/images/control_pause_blue.png);
		}
		#player .stop {
			background-image: url(../../swf/images/control_stop.png);
		}
		#player .stop:hover {
			background-image: url(../../swf/images/control_stop_blue.png);
		}
		