div#error
{
	position:absolute;
	z-index:10;
	margin-left:50px; 
	margin-right:50px; 
	color:#FF0000; 
	text-align:center;
}
	div#error1
	{	
		background:url(../images/jeu_action1.png) no-repeat center;
		width:344px;
		height:12px;
	}
	div#error2
	{
		background:url(../images/jeu_action2.png) repeat-y center;
		width:344px;
	}
	div#error3
	{
		background:url(../images/jeu_action3.png) no-repeat center;
		width:344px;
		height:12px;
	}

div#left
{
	float:left;
	margin-top:30px;
}

	div#top
	{
	margin-left:40px;
	position:relative;
	}
	
	div#top1
	{
		background:url(../images/accueil_top1.png) no-repeat center;
		height:40px;
		width:223px;
	}
	div#top2
	{
		background:url(../images/accueil_top2.png) repeat-y center;
		width:223px;
		line-height:17px;
		letter-spacing:1px;
	}
	
	ul {
		margin:0 auto;
	}
		div#top2 li {	
			font-weight:bold;
		}
		
	div#top3
	{
		background:url(../images/accueil_top3.png) no-repeat center;
		width:223px;
		height:16px;
		margin-top:-1px;
	}
	
	div#publicite
	{	
		margin-left:15px;
		margin-top:25px;
	}
	div#pub1
	{
		background:url(../images/accueil_pub1.png) no-repeat center;
		height:51px;
		width:272px;
		color:#FFF;
		font-weight:bold;
		text-align:center;
	}
	div#pub2
	{
		background:url(../images/accueil_pub2.png) repeat-y center;
		width:272px;
		min-height:300px;
	}
	div#pub3
	{
		background:url(../images/accueil_pub3.png) no-repeat center;
		width:272px;
		height:17px;
		margin-top:-2px;
	}
	
div#right
{
	float:right;
	margin-top:40px;
}

	div#presentation
	{
		margin-top:0px;
		margin-right:20px;
	}
	div#presentation1
	{
		background:url(../images/accueil_presentation1.png) no-repeat center;
		width:510px;
		height:42px;
	}
	div#presentation2
	{
		background:url(../images/accueil_presentation2.png) repeat-y center;
		width:510px;
		letter-spacing:1px;
		line-height:16px;
		font-size:12px;
	}
	div#presentation3
	{	
		background:url(../images/accueil_presentation3.png) no-repeat center;
		width:510px;
		height:15px;
	}
	
	div#inscription
	{
		margin-left:50px;
		margin-top:20px;
		
	}
	
	
	div#histoire
	{
		margin-right:20px;
		margin-top:20px;
	}
	div#histoire1
	{
		background:url(../images/accueil_histoire1.png) repeat-y center;
		width:510px;
		height:41px;
		
	}
	div#histoire2
	{
		background:url(../images/accueil_presentation2.png) repeat-y center;
		width:510px;
		letter-spacing:1px;
		line-height:16px;
		font-size:12px;
	}
	div#histoire3
	{
		background:url(../images/accueil_presentation3.png) no-repeat center;
		width:510px;
		height:15px;
	}
	
ul 
{
	list-style-type:none;
}