/* CSS Document */
html {
	background-color:#fbfbfb;
}
body {
	behavior: url(csshover.htc);
	
	background-color:#fbfbfb;
}

#copyright {
	font-size: 9px;
	position: relative;
	height: 30px;
	left: 50%;
	margin-left: -430px;
	text-align: center;
	color:#999999;
	width: 860px;	
}

#global{
	position: relative;
	display:block;
	width: 800px;	
	left: 50%;	
	margin-left: -400px;

	background-color:#fbfbfb;
}




#menudroit {
	float:right;
	
	width: 180px;
	height: 500px;
	padding: 10px;
}



#boxmsg {
	position:fixed;
	left: 50%;
	top : 120px;
	margin-left: -275px;
	width: 550px;
	background-color:#fafafa;
	border: 1px solid black;
	z-index: 999;
}
#boxmsg a {
	color : white;
}
#graybg {
	cursor:pointer;
	position:fixed;
	left: 0;
	top : 0;
	height:100%;
	width:100%;
	background-color:#000;
	z-index: 998;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;-khtml-opacity:0.8;
}

#toppub {
	width: 100%;
	height : 90px;
	text-align:center;
	
}
