/* Definition des classes principales */
    html, body {
		background-image: url('../images/Background.gif');
		margin: 0px;
		padding: 0px;
		background-position: center;
		font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
		height: 100%; }

    #header {
		background-image: url('../images/Header.jpg');
		position: relative;
		top: 5px;
		height: 86px;
		width: 776px;
		margin: 0px auto; 
		padding: 0px;}
                
    #player_info {
		background-image: url('../images/Player_info.gif');
		position: relative;
		top: 10px;
		left: 404px;
		height: 72px;
		width: 352px;
		padding: 0px;}
                                
    #between {
		background-image: url('../images/Between.gif');
		height: 42px;
		width: 776px;
		margin: 0px auto; 
		padding: 0px;}

     #main {
		background-image: url('../images/Body_background.gif');
		width: 726px;
		margin: 0px auto; 
		padding: 20px 30px 20px 20px;}

     #footer {
		background-image: url('../images/Footer.jpg');
		text-align: center;
		color: #0047c9;
		height: 56px;
		width: 776px;
		margin: 0px auto; 
		padding: 0px;} 
				
	#footer a {
		color: #0047c9 }		 

	#footerMenu {
		padding-top: 10px; 
		padding-bottom: 20px;
	 	color: #fff }		 
		
	#footerMenu a {
		color: #fff }		 
		
	#LeftColumn, #ProfileLeftColumn {
		width: 470px; 
		border-right: 1px dotted #44abfd; 
		margin: 10px 0px 20px 0px; 
		float: left;}

	#ProfileLeftColumn {
		border: 0px }

	#RightColumn {
		width: 245px; 
		margin: 10px 0px 20px 10px;
		float: left;}

	#BalanceColumnLeft {
		width: 358px; 
		border-right: 0px dotted #44abfd; 
		margin: 0px 0px 20px 0px; 
		float: left;}
                
	#BalanceColumnRight {
		width: 358px; 
		margin: 0px 0px 0px 10px; 
		float: left;}				

	.clear {
		clear: both }		

	.left {
		float: left}

	.right {
		float: right}

	.alignRight {
		text-align: right}

	.alignLeft {
		text-align: left}

	.alignCenter {
		text-align: center}

	.t14px {
		font-size: 14px	}

	.nothing_around {
		margin: 0px; 
		padding: 0px;
		border: 0px}
				
    .full_length {
		width: 100%; 
		margin: 0px; 
		padding: 0px;}
    
    .seraration_line {
		clear: both; 
		margin: 0px; 
		padding: 0px; 
		background-color: #44abfd; 
		height: 1px }	
		
	.hidden {
		display: none }			 
		
	.noUnderline {
		text-decoration: none; }
		
		
/* Divers Elements sur page */
    input.submit_classic {
    	width: 120px;
        height: 25px;
        color: #fff;
        background-color: #44abfd;
        text-transform: uppercase;
        font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
        font-weight: bolder;
        border: 1px #448ccb solid;}	
		
	.lightBlue {
		color: #44abfd;}
		