		/*
			Declarez ici votre feuille de style
		*/
		
		small
		{
			font-family: Verdana, Arial, Helvetica, Sans-Serif ;
			font-size: 10px ;		
		}
		
		#up
		{
			/*border: 1px solid #000000 ;*/
			position: absolute ;
			width: 16px ;
			height: 16px ;
			left: 590px ;
			top: 8px ;
			/*cursor: pointer;*/
		}
		
		#down
		{
			/*border: 1px solid #000000 ;*/
			position: absolute ;
			width: 16px ;
			height: 16px ;
			left: 590px ;
			top: 288px ;
			/*cursor: pointer;*/
		}
		
		#upUsers
		{
			/*border: 1px solid #000000 ;*/
			position: absolute ;
			width: 16px ;
			height: 16px ;
			left: 737px ;
			top: 8px ;
			/*cursor: pointer;*/
		}
		
		#downUsers
		{
			/*border: 1px solid #000000 ;*/
			position: absolute ;
			width: 16px ;
			height: 16px ;
			left: 737px ;
			top: 288px ;
			/*cursor: pointer;*/
		}					
		
		#titre
		{
			color: #666666 ;
			position: absolute ;
			left: 15px ;
			top: 5px ;
		}
		
		#tools
		{
			color: #666666 ;
			position: absolute ;
			left: 15px ;
			top: 283px ;			
		}
		
		#tools img
		{
			vertical-align: middle ;
			border: 0px none ;
		}
		
		
		#page
		{			
			
			font-family: Verdana, Arial, Helvetica, Sans-Serif ;
			font-size: 14px ;
			position: absolute ;
			
			width:750px;
			left: 50%;			
			margin-left: -375px;
			margin-top: 20px;			
		}
		
		#chat
		{
			font-family: Verdana, Arial, Helvetica, Sans-Serif ;
			
			position: absolute ;
			background: #fff url('./images/chat.gif') ;
			width: 759px;
			height: 337px;
			
			left: 50%;			
			margin-left: -379px;
			
			top: 50%;
			margin-top: -169px ;
			z-order: 0 ;	
		}
		
		#PrintIFrame
		{
			position: absolute ;
			
			height: 258px ;
			width: 592px ;
			
			overflow: auto ;
			left: 9px ;
			top: 25px ;		
		}
		
		#PrintUsers
		{						
			position: absolute ;
			
			height: 290px ;
			width: 138px ;
			
			overflow: auto ;
			left: 608px ;
			top: 9px ;			
		}
		
		#messages
		{
			height: 298px ;
			width: 598px ;
			left: 10px ;
			position: absolute ;
		}
		
		#texte
		{
			position: absolute ;
			
			height: 30px ;
			width: 684px ;
			
			overflow: hidden ;
			left: 47px ;
			top: 308px ;
			margin: 0px 0px 0px 0px ;
		}
		
		#text_input
		{
			border: 0px none ;
			font-size: 14px ;
			margin: 0px 0px 0px 0px ;
			width: 686px ;			
		}
		
		#interface
		{
			border: 1px solid #dddddd ;
			width: 100% ;
			height: 200px ;			
		}		
				
		.premiere_ligne
		{
			height: 20px ;
			vertical-align: middle ;
		}
		
		.autres_lignes
		{
			color: #aaaaaa ;
			height: 20px ;			
			vertical-align: middle ;			
		}
		
		.serveur_lignes
		{
			color: #00aa00 ;
			height: 20px ;			
			vertical-align: middle ;			
		}
		
		.users_lignes
		{
			height: 20px ;
			vertical-align: middle ;		
		}

		#login form
		{
			margin: 0px 0px 0px 0px ;
		}