html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-height:100%;
	text-align: center;
	background-color: #000;
	background-repeat:no-repeat;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	background-image: url(../images/fond_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#global {
    position:absolute;
    left: 50%;
    top: 50%;
    width: 628px;
    height: 562px;
    margin-left: -314px; /* moitié de la largeur */
    margin-top: -281px; /* moitié de la hauteur */  
    border: none;
    text-align: center;
}

#menu {
    width: 100%;
    height: 28px;
	display:block;
	margin-bottom:5px;
	text-align:center;
	float:none;
}

#affiche {
    width: 624px;
    height: 500px;
    display: none;
	border:solid 2px #FFF;
}

#contenu {
    width: 635px;
    height: auto;
	float:none;
}


#legal {
	width: 100%;
	height: 20px;
	display:block;
	margin-top:5px;
	text-align:center;
	float:none;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}

#divLegal{
	position: absolute;
	display: none;
	width: 450px;
	height: 250px;
	left: 50%;
	top: 40%;
	margin-left: -225px;
	margin-right: -125px;
}

#divLegalInside{
	width: 450px;
	height: 250px;
	padding: 5px;
}

.bt_menu {
	width:171px;
	height:23px;
	padding-top:5px;
	background-image: url(../images/bt_menu_off.png);
	background-repeat: no-repeat;
	display:block;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}

.bt_menu:hover {
	width:171px;
	height:23px;
	padding-top:5px;
	background-image: url(../images/bt_menu_on.png);
	background-repeat: no-repeat;
	background-position: left top;	
	display:block;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}

a{color: #FFFFFF;}
