body {
	margin: 0;
	padding: 0;
	/*background:url(../images/body.jpg) no-repeat center;*/
	font:Arial;

}

#main {
	width: 1020px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	
}

#header {
	width: 1020px;
	position:relative;
}

#menu {
	width: 1000px;
	height: 32px;
	float: left;
	
}

#left {
	width: 280px;
	height: 800px;
	padding:10px;
	float: left;
	position:relative;
}

#middle {
	width: 470px;
	height: 800px;
	float: left;
}

#middle_index
{
 width:1000px;
 height:100%;
 float:left;
}

#middle_index_amazon
{
 padding-left:120px;
 width:900px;
 height:1000px;
 float:left;
 background-color:#c8f693;

}

#chat-window {
	width: 460px;
	height: 500px;
	background:url(../images/chatWindow.jpg);
	background-repeat:no-repeat;
	float: left;
	padding: 10px;
	margin-top:25px;
	margin-left:10px;
}


* html #chat-window {
	width: 430px;
	height: 500px;
	float: left;
	background:url(../images/chatWindow.jpg);
	background-repeat:no-repeat;
	padding: 10px;
	margin-top:25px;
	margin-left:10px;
}

.chatWindow {
	width: 440px;
	height: 480px;
	float: left;
	overflow: auto;	
	
	
}
* html .chatWindow {
	width: 440px;
	height: 480px;
	float: left;
	overflow: auto;	
	
	
}

#chat-message {
	width: 480px;
	height: 200px;
	float: left;
	padding-left:10px;
}

* html #chat-message {
	width: 460px;
	height: 200px;
	float: left;
	padding-left:10px;
}

#user-online {
	width: 200px;
	height: 800px;
	float: left;
}

#users {
	width: 130px;
	height: 500px;
	float: left;
	background-image: url(../images/online.jpg);
	background-repeat:no-repeat;
	margin-top:25px;
	text-align:center;

}

#bouton {
	width: 200px;
	height: 100px;
	float: left;
	padding-left: 10px;
	margin-top:20px;
}

form {
	margin: 0;
	padding: 0;
}

.clear{
	clear:both;}

.text_msg {
width: 450px;
height:30px;
background-color: #FFFFFF;
border-bottom: 1px solid #649BD4;
border-top: 1px solid #649BD4;
border-left: 1px solid #649BD4;
border-right: 1px solid #649BD4;
font-family:"Kozuka Gothic Pro B";
}


* html .text_msg {
width: 430px;
height:30px;
background-color: #FFFFFF;
border-bottom: 1px solid #649BD4;
border-top: 1px solid #649BD4;
border-left: 1px solid #649BD4;
border-right: 1px solid #649BD4;
font-family:"Kozuka Gothic Pro B";
}


.button_msg
{
width:117px;
height:30px;
background:url(../images/button.jpg) no-repeat;
cursor:pointer;
border:none;}

.button_entrer
{
width:115px;
height:30px;
background:url(../images/entrer.jpg) no-repeat;
border:none;	
}

#pubhaut {
	float: left; 
	width: 728px; 
	height: 90px;
	margin-left: 270px;
	margin-top: 20px;
	position:absolute;
}


