
body {
				background:		#FFFFFF none repeat scroll 0%;
				text-align: center; /* pour corriger le bug de centrage IE */
				margin		:		0 0 0 0;
}

#global {
				position:						relative;
				background-color:		#adadad;
				margin-left:				auto;
				margin-right:				auto;
				text-align:					left;
				width:							900px;
				height:							800px;
}

#bandeau {
				width: 							900px;
				height:							200px;	
}

#separation {
				width: 							900px;
				height:							4px;	
				background-color:		#494949;
}

#texte_pneu {
				width: 							900px;
				height:							41px;	
				background:					url(/images/texte_pneu.png) no-repeat;
				
}

#texte_jante {
				width: 							900px;
				height:							41px;	
				background:					url(/images/texte_jante.png) no-repeat;
				
}

#slogan_pneu {
				position:						absolute;
				top:								260px;
				left:								20px;
				background:					url(/images/personnage.jpg) no-repeat;
				width: 							324px;
				height:							386px;		
}

#slogan_jante {
				position:						absolute;
				top:								260px;
				left:								20px;
				background:					url(/images/personnage.jpg) no-repeat;
				width: 							324px;
				height:							386px;
}
						

#conditions {
				position:						absolute;
				top:								260px;
				left:								370px;
				width: 							500px;
				background:					#7b7b7b;
				padding: 						15 10 10 10;
				color:							#FFF;
				font-family:				arial;
				font-size:					12px;
						
}

#download {
				position:						absolute;
				top:								645px;
				left:								20px;
				width: 							324px;
				background:					#7b7b7b;
				padding: 						15 10 10 10;
				color:							#FFF;
				font-family:				arial;
				font-size:					12px;
						
}

#download a {

				color:							#FFF;
				font-family:				arial;
				font-size:					12px;
				text-decoration : 	none;		
}

#download a:hover {

				color:							#FFF;
				font-family:				arial;
				font-size:					12px;
				text-decoration : 	underline;		
}

#footer {
				position:						relative;
				margin-left:				auto;
				margin-right:				auto;
				width: 							900px;
				height:							4px;	
				background-color:		#494949;
}

.orange {
				color:							#b70000;
}

